Proxying
ProxyChains
- edit
/etc/proxychains.confhttp 127.0.0.1 8080
proxychains curl http://server:port
Proxy through NMAP
nmap --proxies http://127.0.0.1:8080 SERVER_IP -pPORT -Pn -sC
Metasploit
use auxiliary/scanner/http/robots_txtset PROXIES HTTP:127.0.0.1:8080set RHOST SERVER_IPset RPORT PORTrun
Extensions
