Skip to content

Proxying

ProxyChains

  • edit /etc/proxychains.conf
    • http 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_txt
  • set PROXIES HTTP:127.0.0.1:8080
  • set RHOST SERVER_IP
  • set RPORT PORT
  • run

Extensions