From 5f5332fae0c8aba6b82ac84d59987b650545578b Mon Sep 17 00:00:00 2001 From: root Date: Sat, 20 Feb 2016 09:06:08 -0500 Subject: [PATCH] Sn1per by 1N3 @CrowdShield --- README.md | 1 + loot/nmap-192.168.1.1.xml | 6 ++++++ loot/nmap-bugcrowd.com.xml | 6 ++++++ loot/nmap-crowdshield.com.xml | 6 ++++++ sniper | 15 +++------------ 5 files changed, 22 insertions(+), 12 deletions(-) create mode 100644 loot/nmap-192.168.1.1.xml create mode 100644 loot/nmap-bugcrowd.com.xml create mode 100644 loot/nmap-crowdshield.com.xml diff --git a/README.md b/README.md index b7ddd4c..d835572 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ https://gist.github.com/1N3/8214ec2da2c91691bcbc ``` ## CHANGELOG: +* v1.6a - Added impprovements to recon phase * v1.6a - Fixed small issue with 3rd party extension * v1.6a - Various improvements to overall optimization of scans * v1.6a - Added new "web" mode for full web application scans diff --git a/loot/nmap-192.168.1.1.xml b/loot/nmap-192.168.1.1.xml new file mode 100644 index 0000000..b1078bb --- /dev/null +++ b/loot/nmap-192.168.1.1.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/loot/nmap-bugcrowd.com.xml b/loot/nmap-bugcrowd.com.xml new file mode 100644 index 0000000..ea00015 --- /dev/null +++ b/loot/nmap-bugcrowd.com.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/loot/nmap-crowdshield.com.xml b/loot/nmap-crowdshield.com.xml new file mode 100644 index 0000000..df1fecf --- /dev/null +++ b/loot/nmap-crowdshield.com.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/sniper b/sniper index 0c47d5a..4112a05 100644 --- a/sniper +++ b/sniper @@ -132,10 +132,7 @@ if [ "$MODE" = "stealth" ]; then then dig -x $TARGET whois $TARGET - theharvester -d $TARGET -b google 2> /dev/null - theharvester -d $TARGET -b bing 2> /dev/null - theharvester -d $TARGET -b linkedin 2> /dev/null - theharvester -d $TARGET -b people123 2> /dev/null + theharvester -d $TARGET -l 200 -b all -v -n -t 2> /dev/null dnsrecon -d $TARGET dnsrecon -d $TARGET -t zonewalk dnsrecon -d $TARGET -t axfr @@ -200,10 +197,7 @@ if [ "$MODE" = "airstrike" ]; then then dig -x $a whois $a - theharvester -d $a -b google 2> /dev/null - theharvester -d $a-b bing 2> /dev/null - theharvester -d $a -b linkedin 2> /dev/null - theharvester -d $a -b people123 2> /dev/null + theharvester -d $TARGET -l 200 -b all -v -n -t 2> /dev/null dnsrecon -d $a dnsrecon -d $a -t zonewalk dnsrecon -d $a -t axfr @@ -280,10 +274,7 @@ if [ $SCAN_TYPE == "DOMAIN" ]; then dig -x $TARGET whois $TARGET - theharvester -d $TARGET -b google 2> /dev/null - theharvester -d $TARGET -b bing 2> /dev/null - theharvester -d $TARGET -b linkedin 2> /dev/null - theharvester -d $TARGET -b people123 2> /dev/null + theharvester -d $TARGET -l 200 -b all -v -n -t 2> /dev/null dnsrecon -d $TARGET dnsrecon -d $TARGET -t zonewalk dnsrecon -d $TARGET -t axfr