【Linux】wpscan离线更新

wpscan离线更新
1.切换到root用户并上传wpscan-update.zip至linux

su 

PS:wpscan-update.zip我会上传到附件中

2.复制并解压到/var/www/html目录中

cp wpscan-update.zip /var/www/html/wpscan-update.zip
cd /var/www/html && unzip wpscan-update.zip 

3.修改wpscan更新源

vim /usr/share/rubygems-integration/all/gems/wpscan-3.7.6/lib/wpscan/db/updater.rb
# 将其中的"https://data.wpscan.org/#{filename}"
# 修改为"http://127.0.0.1/wpscan/#{filename}"

4.重启nginx服务器

service nginx restart

5.更新wpscan

wpscan --update

你可能感兴趣的:(linux)