Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
DomainDouche — OSINT 工具,滥用 SecurityTrails 域名建议 API,通过关键词和暴力破解查找潜在相关域名。 | Kitploit
工具/GitHubGitHub/n0kovo/domaindouche
OSINT (开源情报)侦察DNS和子域名枚举信息收集子域名枚举Archived
GitHubn0kovo/domaindouche

DomainDouche

OSINT 工具,滥用 SecurityTrails 域名建议 API,通过关键词和暴力破解查找潜在相关域名。

查看仓库
2643年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

DomainDouche

滥用 SecurityTrails 域建议 API,通过关键词和暴力破解寻找可能相关的域名。

趁它还能用的时候用吧 🙃 (唉,已经挂了)

(也欢迎通过 Mastodon 联系我:@[email protected])

演示:

用法:

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

下载工具