您好,登錄后才能下訂單哦!
如果要對Pentest Box更新,你可以使用update命令,以下是update的更新腳本源代碼所在位置。
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 ##更新全部應用
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。