Sn1per v1.5 by 1N3@CrowdShield

This commit is contained in:
root 2016-01-06 15:57:43 -05:00
parent 22da170211
commit 0da027bf3b
2 changed files with 6 additions and 13 deletions

View File

@ -30,6 +30,7 @@ https://gist.github.com/1N3/8214ec2da2c91691bcbc
```
## CHANGELOG:
* v1.5d - Fixed minor issues with port 513/tmp and 514/tcp checks
* v1.5c - Fixed issue which broke link to sniper directory
* v1.5b - Added Squid Proxy checks port 3128/tcp
* v1.5b - Fixed shodan setup options in install.sh

18
sniper
View File

@ -81,10 +81,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
@ -433,7 +433,7 @@ then
echo -e "$OKRED+ -- --=[Port 513 closed... skipping.$RESET"
else
echo -e "$OKGREEN+ -- --=[Port 513 opened... running tests...$RESET"
nmap -sV -p 513 --script=rexec* $TARGET
nmap -sV -p 513 --script=rlogin* $TARGET
fi
if [ -z "$port_514" ]
@ -444,14 +444,6 @@ else
amap $TARGET 514 -A
fi
if [ -z "$port_514" ]
then
echo -e "$OKRED+ -- --=[Port 514 closed... skipping.$RESET"
else
echo -e "$OKGREEN+ -- --=[Port 514 opened... running tests...$RESET"
amap -A $TARGET 1524
fi
if [ -z "$port_2049" ]
then
echo -e "$OKRED+ -- --=[Port 2049 closed... skipping.$RESET"