Sn1per by 1N3@CrowdShield

This commit is contained in:
root 2017-05-07 19:25:06 -04:00
parent 2ec9147e33
commit b4b1356a1e
1 changed files with 2 additions and 2 deletions

4
sniper
View File

@ -1191,8 +1191,8 @@ else
echo -e "$OKORANGE + -- --=[Port 1099 opened... running tests...$RESET"
amap $TARGET 1099 -A
nmap -A -sV -T5 -p 1099 --script=rmi-* $TARGET
msfconsole -x "use gather/java_rmi_registry; set RHOST $TARGET; run;"
msfconsole -x "use scanner/misc/java_rmi_server; set RHOST $TARGET; run;"
msfconsole -x "use gather/java_rmi_registry; set RHOST "$TARGET"; run;"
msfconsole -x "use scanner/misc/java_rmi_server; set RHOST "$TARGET"; run;"
fi
if [ -z "$port_1433" ];