OWASP/D4N155
GitHub: OWASP/D4N155
基于 OSINT 的安全审计工具,通过分析目标网站内容自动生成定制化智能字典。
Stars: 269 | Forks: 50
# OWASP D4N155
这是一款信息安全审计工具,可根据目标页面的内容生成智能字典。
[](https://asciinema.org/a/294029)
[帮助我们](https://www.owasp.org/www-project-d4n155/#div-contributing),[查看使用的一些计算方法](https://www.owasp.org/www-project-d4n155/#div-operations)
正在进行中的项目 :construction_worker::[Docker 中的 D4N155 :gift:](https://github.com/OWASP/D4N155/tree/docker),[Web API D4N155 :cloud:](https://github.com/OWASP/D4N155/tree/api),[Telegram 机器人 :robot:](https://t.me/D4N155_bot)
## 安装
需要:[Python3.6](https://realpython.com/installing-python/),[Bash (GNU Bourne-Again SHell)](https://www.gnu.org/software/bash/#download),[Go](https://golang.org/dl/)
可选:[Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
## 源码
```
git clone https://github.com/owasp/D4N155.git
cd D4N155
pip3 install -r requirements.txt
bash main --help
```
或不使用 git
```
wget -qO- https://github.com/owasp/D4N155/archive/master.zip | bsdtar -xf-
cd D4N155-master
pip3 install -r requirements.txt
bash main --help
```
## Docker
在镜像中:
```
FROM docker.pkg.github.com/owasp/d4n155/d4n155:latest
```
命令行:
```
docker pull docker.pkg.github.com/owasp/d4n155/d4n155:latest
docker run -it d4n155
```
## 手动
```
D4N155: Tool for smart audit security
Usage: bash main
标签:ESC4, Go, OSINT, Python, Ruby工具, Web安全, 密码字典, 应用安全, 无后门, 日志审计, 蓝队分析, 请求拦截, 逆向工具