Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
DomainDouche — OSINT-Tool, das die SecurityTrails-Domainvorschlags-API missbraucht, um potenziell verwandte Domains per Schlüsselwort und Brute-Force zu finden. | Kitploit
Tools/GitHubGitHub/n0kovo/domaindouche
OSINT (Open-Source-Intelligence)AufklärungDNS- und Subdomain-EnumerationInformationsbeschaffungSubdomain-EnumerationArchived
GitHubn0kovo/domaindouche

DomainDouche

OSINT-Tool, das die SecurityTrails-Domainvorschlags-API missbraucht, um potenziell verwandte Domains per Schlüsselwort und Brute-Force zu finden.

Repository anzeigen
264vor 3 JahrenVon Kitploit geprüft

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen

DomainDouche

Ausnutzen der SecurityTrails Domainvorschlag-API, um potenziell verwandte Domains anhand von Schlüsselwörtern und Brute-Force zu finden.

Nutz es, solange es noch funktioniert 🙃 (und es ist tot)

(Auch, kontaktiere mich auf Mastodon: @[email protected])

Demo:

Verwendung:

root@kitploit:~
usage: domaindouche.py [-h] [-n N] -c COOKIE -a USER_AGENT [-w NUM] [-o OUTFILE] keyword

Abuses SecurityTrails API to find related domains by keyword.
Go to https://securitytrails.com/dns-trails, solve any CAPTCHA you might encounter,
copy the raw value of your Cookie and User-Agent headers and use them with the -c and -a arguments.

positional arguments:
  keyword               keyword to append brute force string to

options:
  -h, --help            show this help message and exit
  -n N, --num N         number of characters to brute force (default: 2)
  -c COOKIE, --cookie COOKIE
                        raw cookie string
  -a USER_AGENT, --useragent USER_AGENT
                        user-agent string (must match the browser where the cookies are from)
  -w NUM, --workers NUM
                        number of workers (default: 5)
  -o OUTFILE, --output OUTFILE
                        output file path

Tool herunterladen