This post will tell you "How to use attacking tool with proxies".
1. Attack through Tor
1.1 Start Privoxy and Tor service.
$ /usr/sbin/privoxy /etc/privoxy/config
$ /usr/bin/tor
1.2 Create tunnel to the Tor service with socat
$ socat TCP4-LISTEN:8080,fork SOCKS4:127.0.0.1:target.com:80,socksport=9050
We're ready to attack or scanning with Nessus
No comments:
Post a Comment