mirror of https://github.com/1N3/Sn1per.git
Uppercase H vs lowercase fix for "theHarvester"
Kali refers to "theharvester" as "theHarvester" with a capital "H". Should fix that part of issue #20 , the rest he needs to update via install.sh
This commit is contained in:
parent
8adbed172d
commit
3f93964b50
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