# 官方下載地址
https://pentestbox.org/zh/#download
# 下載完畢后解壓
# bin目錄下常用工具備注名
基本操作
軟件安裝:
終端下輸入:toolsmanager
# 初始化配置
## 環境變量添加
# 如果顯示亂碼(中文)
set LANG=zh_CN.UTF-8
set LC_ALL=zh_CN.utf8
# 調用自帶的python
set PATH=L:\pentestBox\base\python
# 設置別名綁定
alias toolsmanager=python "%pentestbox_ROOT%\bin\scripts\toolsmanager.py" $* # 參考別名設置文件 L:\PentestBox\config\aliases
# 報錯 “'doskey' is not recognized” when using Cmder
set PATH=C:\Windows\System32\"
# 更新 ruby版本
https://rubyinstaller.org/downloads/ 下載后直接替換在 X:\PentestBox\base\ruby
# 手動下載metasploit-framework,放到 X:\PentestBox\bin
git clone https://github.com/rapid7/metasploit-framework
# pentestbox 補全相關辦法收集
https://mridgers.github.io/clink/
Pentest Box全部相關鏈接
Pentest Box官網:https://www.pentestbox.org
Pentest Box官方下載頁面:https://pentestbox.org/zh/#download
Pentest Box官方文檔:https://docs.pentestbox.org
Pentest Box twitter:https://twitter.com/pentestbox
Pentest Box Facebook:https://www.facebook.com/pentestbox
Pentest Box Telegram:https://telegram.me/pentestbox
Pentest Box論壇:https://groups.google.com/forum/#!forum/pentest-box-forum
Pentest Box GitHub地址:https://github.com/pentestbox
Pentest Box 火狐瀏覽器已安裝插件:https://addons.mozilla.org/en-US/firefox/collections/pentestbox/pentestbox-addons-collection/?page=1
Pentest Box已知未被安裝腳本列表:https://modules.pentestbox.org/
Pentest Box內置默認工具名單列表:https://tools.pentestbox.org/#linux-utilities
參考內容:
https://www.webshell.cc/6311.html
https://blog.csdn.net/sun1318578251/article/details/90733372
# 工具中文介紹
https://www.jianshu.com/p/022b0090d640
# 自動補全相關