mirror of https://github.com/1N3/Sn1per.git
Sn1per by 1N3@CrowdShield
This commit is contained in:
parent
7078f8debc
commit
e190ab3b78
|
|
@ -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
2
sniper
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Reference in New Issue