mirror of https://github.com/1N3/Sn1per.git
Merge pull request #21 from mw3demo/master
Fix "theHarvester" command - Capital H vs lowercase
This commit is contained in:
commit
1d9017a1ef
8
sniper
8
sniper
|
|
@ -79,10 +79,10 @@ if [ $SCAN_TYPE == "DOMAIN" ];
|
|||
then
|
||||
dig -x $TARGET
|
||||
whois $TARGET
|
||||
theharvester -d $TARGET -b google
|
||||
theharvester -d $TARGET -b bing
|
||||
theharvester -d $TARGET -b linkedin
|
||||
theharvester -d $TARGET -b people123
|
||||
theHarvester -d $TARGET -b google
|
||||
theHarvester -d $TARGET -b bing
|
||||
theHarvester -d $TARGET -b linkedin
|
||||
theHarvester -d $TARGET -b people123
|
||||
dnsrecon -d $TARGET
|
||||
dnsrecon -d $TARGET -t zonewalk
|
||||
dnsrecon -d quora.com -t axfr
|
||||
|
|
|
|||
Loading…
Reference in New Issue