PentestBox 使用笔记

1、PentestBox update 出错修复 

2、更新msf出错 

解决办法:

gem sources -r https://rubygems.org/  ##移除默认源

gem sources -a http://rubygems.org/   ##新增源

或者将以上2条命令合并会一条:gem sources --add http://rubygems.org/ --remove https://rubygems.org/

gem sources -l                        ##查看源

gem update --system                   ##gem更新系统

gem update bundler                    ##更新bundler

再进行更新:

update all                            ##更新全部应用

你可能感兴趣的:(PentestBox 使用笔记)