https://github.com/wpscanteam/wpscan
1、安装需求:
ruby升级到 2.7:
yum -y install ruby
安装默认版本为2.5
安装rvm
curl -sSL https://rvm.io/pkuczynski.asc | gpg2 --import -
source /etc/profile.d/rvm.sh
rvm install 2.7
curl升级:
wget -i https://curl.se/download/curl-8.7.1.zip
./configure --with-ssl
make&&make install
2、安装
gem update bundler
gem install wpscan
wpscan --update
3、使用api token:
扫描时,添加–api-token(需要先注册):
不使用token和使用token的区别:
不使用:
使用: