We should be able to know how to intercept web request made by command-line tools and thick client applications.
Proxychains
We have to edit /etc/proxychains.conf
to use Proxychains.
Now cURL
traffic goes through localhost port 8080 which goes into Burp Suite:
Nmap
We can send Nmap traffic to localhost port 8080 using --proxies
flag:
Using msfconsole
, we can use the set PROXIES
flag: