# 官方下载地址
https://pentestbox.org/zh/#download
# 下载完毕后解压
# bin目录下常用工具备注名
基本操作
软件安装:
终端下输入:toolsmanager
# 初始化配置
## 环境变量添加
# 如果显示乱码(中文)
set LANG=zh_CN.UTF-8
set LC_ALL=zh_CN.utf8
# 调用自带的python
set PATH=L:pentestBoxasepython
# 设置别名绑定
alias toolsmanager=python "%pentestbox_ROOT%inscripts oolsmanager.py" $* # 参考别名设置文件 L:PentestBoxconfigaliases
# 报错 “'doskey' is not recognized” when using Cmder
set PATH=C:WindowsSystem32"
# 更新 ruby版本
https://rubyinstaller.org/downloads/ 下载后直接替换在 X:PentestBoxase uby
# 手动下载metasploit-framework,放到 X:PentestBoxin
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
# 自动补全相关