溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

Pentest Box v2.2更新說明

發(fā)布時(shí)間:2020-08-10 21:44:22 來源:網(wǎng)絡(luò) 閱讀:7193 作者:林鴻風(fēng)采 欄目:編程語(yǔ)言

如果要對(duì)Pentest Box更新,你可以使用update命令,以下是update的更新腳本源代碼所在位置。

update的更新腳本:https://github.com/pentestbox/scripts/blob/master/update.py

但在更新過程中,會(huì)出現(xiàn)bundler過低問題,導(dǎo)致升級(jí)msf不成功等問題。

1、更新,執(zhí)行命令:

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

也可以針對(duì)針對(duì)單個(gè)類別進(jìn)行更新              

update android           

update exploitation        

update forensics          

update informationgathering 

update passwordattacks    

update reverseengineering  

update sniffing            

update stresstesting       

update webapplication     

update config            


2、更新過程中可能的問題:

在更新過程中,可能會(huì)遇到bundler過低問題,導(dǎo)致升級(jí)msf不成功。升級(jí)bundler時(shí),提示https ssl證書過期,此時(shí)應(yīng)改用http的源。備注:有部分網(wǎng)友提供淘寶源(https://gems.ruby-china.org/),但是https,同樣不能更新成功。

解決辦法:

gem sources -r https://rubygems.org/  ##移除默認(rèn)源

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

或者將以上2條命令合并會(huì)一條:gem sources --add http://rubygems.org/ --remove https://rubygems.org/  

gem sources -l                        ##查看源

gem update --system                   ##gem更新系統(tǒng)

gem update bundler                    ##更新bundler

再進(jìn)行更新:

update all                            ##更新全部應(yīng)用


向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI