muX1337/BlackHat-Arsenal
GitHub: muX1337/BlackHat-Arsenal
收录 BlackHat 各大区域 Arsenal 工具的持续更新索引库,带自动爬虫和分类整理。
Stars: 14 | Forks: 0
# BlackHat-Arsenal
涵盖 ASIA/EU/USA/MEA BlackHat 活动的 Arsenal
# 信息
去年我创建了一个仓库,收录了在 BlackHat EU 2021 上展示的 Arsenal。在这个仓库中,我将继续为 BlackHat Asia/US/EU 更新内容。
这里已经有一个不错的列表 https://github.com/toolswatch/blackhat-arsenal-tools/blob/master/tool_name.md,但我做这个主要是为了自己检查某个工具是否对我有用,并且我也很乐意与大家分享。如果你发现任何缺失的链接/仓库或有用的信息,请随时联系我。谢谢
# 爬虫
快速编写的爬虫,用于获取描述和摘要。
更新后使用 playwright,并以 selenium 作为后备
```
# 在你的 venv 中
python -m pip install -r requirements.txt
# 然后安装 Playwright browser binaries
python -m playwright install chromium
```
否则 chromedriver 必须在路径中才能工作
# 类别
由于 https://github.com/toolswatch/blackhat-arsenal-tools/blob/master/tool_name.md 已成为存档,我将尽可能延续他们的工作。
**_注意:_**
如果你是演讲者/创作者并希望添加更多信息,我很乐意合并 pull request。你可以使用本仓库中的简化版 tool_name.md 或 [原仓库](https://github.com/toolswatch/blackhat-arsenal-tools/blob/master/tool_name.md) 中的
用于分类的脚本信息
```
# 在你的 venv 中
python -m pip install -r merge-arsenal-requirements.txt
python -m playwright install
# 从你的 BlackHat-Arsenal repo 根目录
python merge_arsenal_md_with_categories.py --root . --outdir Categories
# dry-run 以预览计划的写入
python merge_arsenal_md_with_categories.py --root . --outdir Categories --dry-run
```
标签:BeEF, Black Hat, Multi-Agent, Playwright, Python, Selenium, UDRL, 安全会议, 工具库, 工具归档, 工具集, 数据展示, 无后门, 爬虫, 特征检测, 红队, 网络安全, 网络调试, 网络连接监控, 自动化, 资源收集, 逆向工具, 防御加固, 隐私保护, 黑客技术