-
Notifications
You must be signed in to change notification settings - Fork 6
Using a Proxy
Pasknel Ribeiro edited this page Nov 27, 2022
·
1 revision
Most modules support two types of proxies:
- HTTP Proxy
- SOCKS5 Proxy
Use the -X flag to specify the HTTP(S) proxy address
$ epyon [module] [command] -X http://127.0.0.1:8080
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
The -S flag can be used to set the SOCKS5 proxy address (ip:port)
$ epyon [module] [command] -S 127.0.0.1:9050