Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
D4N155 — OWASP D4N155 - Wordlist intelligente e dinamica che utilizza OSINT | Kitploit
Strumenti/GitHubGitHub/owasp/d4n155
OSINT (Open Source Intelligence)Raccolta InformazioniPenetration TestingCrawler
GitHubowasp/d4n155

D4N155

OWASP D4N155 - Wordlist intelligente e dinamica che utilizza OSINT

Vedi RepositorySito web
26950216 giorni faRevisionato da Kitploit

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

OWASP D4N155

BUG: L'estrazione degli URL per dominio non funziona. Il crawler di Google si è fermato. Lo sistemerò. made-with-bash GPLv3 license OWASP project

È uno strumento di audit per la sicurezza informatica che crea wordlist intelligenti basate sul contenuto della pagina di destinazione.

asciicast

Aiutaci, Vedi alcuni calcoli usati

Progetti in corso 👷: D4N155 in docker 🎁, Web API D4N155 ☁️, Bot Telegram 🤖

Installazione

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

Opzionale: Git

Sorgente

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

O senza 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

Nell'immagine:

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
Scarica lo strumento