# D4N155 **Repository Path**: mirrors_OWASP/D4N155 ## Basic Information - **Project Name**: D4N155 - **Description**: OWASP D4N155 - Intelligent and dynamic wordlist using OSINT - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OWASP D4N155 [![made-with-bash](https://img.shields.io/badge/Made%20with-Bash-1f425f.svg)](https://github.com/OWASP/D4N155/search?l=shell) [![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/OWASP/D4N155/blob/master/LICENSE) [![OWASP project](https://img.shields.io/badge/Project-OWASP-1f425f)](https://github.com/OWASP) It's an information security audit tool that creates intelligent wordlists based on the content of the target page. [![asciicast](https://asciinema.org/a/294029.svg)](https://asciinema.org/a/294029) [Help us](https://www.owasp.org/www-project-d4n155/#div-contributing), [See some calculations used](https://www.owasp.org/www-project-d4n155/#div-operations) Ongoing projects :construction_worker:: [D4N155 in docker :gift:](https://github.com/OWASP/D4N155/tree/docker), [Web API D4N155 :cloud:](https://github.com/OWASP/D4N155/tree/api), [Telegram bot :robot:](https://t.me/D4N155_bot) ## Install Need to: [Python3.6](https://realpython.com/installing-python/), [Bash (GNU Bourne-Again SHell)](https://www.gnu.org/software/bash/#download), [Go](https://golang.org/dl/) Optional: [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) ## Source ```bash git clone https://github.com/owasp/D4N155.git cd D4N155 pip3 install -r requirements.txt bash main ``` Or whithout git ```bash wget -qO- https://github.com/owasp/D4N155/archive/master.zip | bsdtar -xf- cd D4N155-master pip3 install -r requirements.txt bash main ``` ## Docker In image: ```docker FROM docker.pkg.github.com/owasp/d4n155/d4n155:latest ``` Cli: ```docker docker pull docker.pkg.github.com/owasp/d4n155/d4n155:latest docker run -it d4n155 ``` ## Manual ``` D4N155: Tool for smart audit security Usage: bash main