reGeorg - CraigDonkin/Infrastructure GitHub Wiki
reGeorg
- Good tool for tunneling through a socks proxy
- Own web server > Load reGeorg > use socks proxy to execute commands on remote server via reGeorge
- https://github.com/sensepost/reGeorg
On your host:
python reGeorgSocksProxy.py -p 8080 -u http://compromised-server.com/path/to/upload/tunnel.php
Proxychains:
- Modify proxychains.conf
socks4 127.0.0.1 8080
- Run command through proxychains:
proxychains tool commandline-options