如果要对Pentest Box更新,你可以使用update命令,以下是update的更新脚本源代码所在位置。
创新互联建站网站建设提供从项目策划、软件开发,软件安全维护、网站优化(SEO)、网站分析、效果评估等整套的建站服务,主营业务为成都做网站、网站建设,手机APP定制开发以传统方式定制建设网站,并提供域名空间备案等一条龙服务,秉承以专业、用心的态度为用户提供真诚的服务。创新互联建站深信只要达到每一位用户的要求,就会得到认可,从而选择与我们长期合作。这样,我们也可以走得更远!update的更新脚本:https://github.com/pentestbox/scripts/blob/master/update.py
但在更新过程中,会出现bundler过低问题,导致升级msf不成功等问题。
1、更新,执行命令:
update
-----------
| update all | Updates Everything in PentestBox |
| update android | Updates Android Security Tools |
| update exploitation | Updates Exploitation Tools |
| update forensics | Updates Forensics Tools |
| update informationgathering | Updates InformationGathering Tools |
| update passwordattacks | Updates Password Attacks Tools |
| update reverseengineering | Updates Reverse Engineering Tools |
| update sniffing | Updates Sniffing Tools |
| update stresstesting | Updates Stress Testing Tools |
| update webapplication | Updates WebApplication Tools |
| update config | Updates PentestBox Config Files |
------------------------
全部更新:
update all
也可以针对针对单个类别进行更新
update android
update exploitation
update forensics
update informationgathering
update passwordattacks
update reverseengineering
update sniffing
update stresstesting
update webapplication
update config
2、更新过程中可能的问题:
在更新过程中,可能会遇到bundler过低问题,导致升级msf不成功。升级bundler时,提示https ssl证书过期,此时应改用http的源。备注:有部分网友提供淘宝源(https://gems.ruby-china.org/),但是https,同样不能更新成功。
解决办法:
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 ##更新全部应用
另外有需要云服务器可以了解下创新互联cdcxhl.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。