Sn1per by 1N3@CrowdShield

This commit is contained in:
root 2017-02-16 10:46:58 -05:00
parent 7078f8debc
commit e190ab3b78
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
## CHANGELOG:
* v2.3a - Fixed minor issue with MSSQL NMap script command (CC. @helo86)
* v2.3 - Fixed minor issues with missing $TARGET definitions for NMap (CC. @helo86)
* v2.2f - Added various optimizations and minor code fixes
* v2.2e - Changed NMap scan options (removed -P0 flag)

2
sniper
View File

@ -1112,7 +1112,7 @@ then
echo -e "$OKRED + -- --=[Port 1433 closed... skipping.$RESET"
else
echo -e "$OKORANGE + -- --=[Port 1433 opened... running tests...$RESET"
nmap -A -sV -T5 --script=mssql* -p 1433 $TARGET
nmap -A -sV -T5 --script=ms-sql* -p 1433 $TARGET
fi
if [ -z "$port_2049" ];