pentestbox 安装后的基本设置
作者:互联网
# 官方下载地址
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\"
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
标签:Box,pentestbox,set,设置,https,org,Pentest,安装 来源: https://www.cnblogs.com/Cong0ks/p/12559941.html