Bài liên quan
How to install Tor - Polipo Proxy With SQLMap?
Commands:
Install tor + polipo and then back up
# apt-get install tor tor-geoipdb polipo
# cp /etc/polipo/config /etc/polipo/config.bkp
Replace the config file polipo by the pastebin file
# vim /etc/polipo/config
ou
# gedit /etc/polipo/config
Polipo configuration file:
http://pastebin.com/sRLvt0ue
Restart the services
# service tor restart
# service polipo restart
# python sqlmap.py -u "SITE HERE" --random-agent -v 3 --tor --check-tor --dbs --threads=5
Video:
Commands:
Install tor + polipo and then back up
# apt-get install tor tor-geoipdb polipo
# cp /etc/polipo/config /etc/polipo/config.bkp
Replace the config file polipo by the pastebin file
# vim /etc/polipo/config
ou
# gedit /etc/polipo/config
Polipo configuration file:
http://pastebin.com/sRLvt0ue
Restart the services
# service tor restart
# service polipo restart
# python sqlmap.py -u "SITE HERE" --random-agent -v 3 --tor --check-tor --dbs --threads=5
Video:
Post a Comment