[笔者目前使用的系统是kali渗透系统]

===================================================================

首先下载tor

apt-get install tor

apt-getinstall polipo

 

将source.list文件备份一份c

p /etc/apt/sources.list /etc/apt/sources.list.bak

 

更新文件

apt-get update

 

洋葱路由的源地址写进source.list文件中

vim /etc/apt/source.list

将以下这行添加进去

deb     http://deb.torproject.org/torproject.org <DISTRIBUTION> main

 

接下来下载一个网站的config文件

cd ~

wget http://www.andrehonsberg.com/polipo_config

 

更新config文件

cat polipo_config > /etc/polipo/config

 

将tor服务打开

service tor start

/etc/init.d/polipo start

接下来就可以使用—tor参数来是sqlmap绕过waf封锁了~

相关文章:

  • 2021-12-13
  • 2021-05-27
  • 2021-04-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2021-07-07
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案