
Il successore di reDuh, pwn un webserver bastione e crea proxy SOCKS attraverso la DMZ. Pivot e pwn.
_____ ______ __|___ |__ ______ _____ _____ ______
| | | ___|| ___| || ___|/ \| | | ___|
| \ | ___|| | | || ___|| || \ | | |
|__|\__\|______||______| __||______|\_____/|__|\__\|______|
|_____|
... every office needs a tool like Georg
[email protected] / @kamp_staaldraad
1.0
reGeorg richiede Python 2.7 e i seguenti moduli:
$ reGeorgSocksProxy.py [-h] [-l] [-p] [-r] -u [-v]
Socks server for reGeorg HTTP(s) tunneller
optional arguments:
-h, --help show this help message and exit
-l , --listen-on The default listening address
-p , --listen-port The default listening port
-r , --read-buff Local read buffer, max data to be sent per POST
-u , --url The url containing the tunnel script
-v , --verbose Verbose output[INFO|DEBUG]
Passo 1. Carica tunnel.(aspx|ashx|jsp|php) su un webserver (Come farlo dipende da te)
Passo 2. Configura i tuoi strumenti per usare un proxy socks, utilizza l'indirizzo IP e la porta specificati quando hai avviato reGeorgSocksProxy.py
** Nota: se i tuoi strumenti, come NMap, non supportano i proxy socks, utilizza proxychains (vedi wiki)
$ python reGeorgSocksProxy.py -p 8080 -u http://upload.sensepost.net:8080/tunnel/tunnel.jsp
MIT