Skip to content

Using a Proxy

Pasknel Ribeiro edited this page Nov 27, 2022 · 1 revision

Using a Proxy

Most modules support two types of proxies:

  • HTTP Proxy
  • SOCKS5 Proxy

HTTP(S) Proxy

Use the -X flag to specify the HTTP(S) proxy address

$ epyon [module] [command] -X http://127.0.0.1:8080

Proxy Authentication

Use the -U and -P flags to set the username and password for proxy authentication

$ epyon [module] [command] -X http://127.0.0.1:8080 -U proxy_user -P proxy_password

SOCKS5 Proxy

The -S flag can be used to set the SOCKS5 proxy address (ip:port)

$ epyon [module] [command] -S 127.0.0.1:9050

Clone this wiki locally