
New releaseAug 20, 2026
D4N155 v1.3.1
OWASP D4N155 - 지능적이고 동적인 워드리스트 (OSINT 활용)
OWASP D4N155
대상 페이지의 내용을 기반으로 지능적인 단어 목록을 생성하는 정보 보안 감사 도구입니다.
Help us, See some calculations used
진행 중인 프로젝트 👷: D4N155 in docker 🎁, Web API D4N155 ☁️, Telegram bot 🤖
설치
필요: Python3.6, Bash (GNU Bourne-Again SHell), Go
선택 사항: 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
Cli:
docker pull docker.pkg.github.com/owasp/d4n155/d4n155:latest
docker run -it d4n155
매뉴얼
D4N155: Tool for smart audit security
Usage: bash main <option> <value>
All options are optionals
Options:
-w, --wordlist* <domain|ip> Make the smartwordlist based in informations
on website.
-t, --targets <file> Make the smart-wordlist based in your passed
source informations in urls.
-b, --based <file> Analyze texts to generate the
custom wordlist
-r, --rate <time> Defines time interval between requests
-o, --output <file> For to store the all wordlist.
-?a, --aggressive Aggressive reading with headless
-h, --help Show this mensage.
Value: <url | ip | source | file | time>
DOMAIN DOMAIN target, example: scanme.nmap.org
IP IP address
TIME Time, example: 2.5. I.e: 00:00:02:30.. 0 are default
FILE File, for save the result, get urls or using in
wordlist
* Crawler google dont work