-
Notifications
You must be signed in to change notification settings - Fork 183
Proxy Usage
devloop edited this page Oct 10, 2024
·
1 revision
Wapiti supports sending its requests through a proxy, which can be useful for anonymity, routing, or bypassing network restrictions.
-
-p
,--proxy
<PROXY_URL>Use this option to set a proxy URL for both HTTP and HTTPS requests. The proxy URL must include the protocol scheme, which can be one of the following:
http
https
socks
Example:
wapiti -p http://proxy.example.com:8080
-
--tor
This option makes Wapiti use the Tor network for sending requests, equivalent to using the SOCKS proxy with the address
socks://127.0.0.1:9050/
. Ensure that you have a running Tor service for this option to work.Example:
wapiti --tor