Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/owasp/d4n155
OSINT (Open Source Intelligence)Information GatheringPenetration TestingCrawler
GitHubowasp/d4n155

D4N155

OWASP D4N155 - Intelligent and dynamic wordlist using OSINT

View RepositoryWebsite
26950215 days agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
D4N155 — OWASP D4N155 - Intelligent and dynamic wordlist using OSINT | Kitploit

OWASP D4N155

BUG: Extract urls by domain dont work. Crawler Google stop. I'll fix made-with-bash GPLv3 license OWASP project

It's an information security audit tool that creates intelligent wordlists based on the content of the target page.

asciicast

Help us, See some calculations used

Ongoing projects 👷: D4N155 in docker 🎁, Web API D4N155 ☁️, Telegram bot 🤖

Install

Need to: Python3.6, Bash (GNU Bourne-Again SHell), Go

Optional: Git

Source

root@kitploit:~
git clone https://github.com/owasp/D4N155.git
cd D4N155
pip3 install -r requirements.txt
bash main --help

Or whithout git

root@kitploit:~
wget -qO- https://github.com/owasp/D4N155/archive/master.zip | bsdtar -xf-
cd D4N155-master
pip3 install -r requirements.txt
bash main --help

Docker

In image:

root@kitploit:~
FROM docker.pkg.github.com/owasp/d4n155/d4n155:latest

Cli:

root@kitploit:~
docker pull docker.pkg.github.com/owasp/d4n155/d4n155:latest
docker run -it d4n155

Manual

root@kitploit:~
    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
Download Tool