Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
Ferramentas/GitHubGitHub/owasp/d4n155
OSINT (Inteligência de Fontes Abertas)Coleta de InformaçõesTestes de PenetraçãoRastreador
GitHubowasp/d4n155

D4N155

OWASP D4N155 - Lista de palavras inteligente e dinâmica usando OSINT

Ver RepositórioSite
269502há 15 diasRevisado pelo Kitploit

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar
D4N155 — OWASP D4N155 - Lista de palavras inteligente e dinâmica usando OSINT | Kitploit

OWASP D4N155

BUG: Extrair urls por domínio não funciona. Crawler do Google parou. Vou corrigir. made-with-bash GPLv3 license OWASP project

É uma ferramenta de auditoria de segurança da informação que cria wordlists inteligentes baseadas no conteúdo da página alvo.

asciicast

Ajude-nos, Veja alguns cálculos usados

Projetos em andamento 👷: D4N155 no Docker 🎁, API Web D4N155 ☁️, Bot do Telegram 🤖

Instalação

Necessário: Python3.6, Bash (GNU Bourne-Again SHell), Go

Opcional: Git

Código Fonte

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

Ou sem 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

Na imagem:

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
Baixar ferramenta