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

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

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

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

工具目录

分类

查看所有分类
Loading categories
domain-enumeration-sicarius — 另一个带有一些魔法的子域名枚举工具 🧙🏻‍♂️ | Kitploit
工具/GitHubGitHub/gmh5225/domain-enumeration-sicarius
OSINT (开源情报)侦察网络映射DNS和子域名枚举脚本与自动化信息收集渗透测试子域名枚举
GitHubgmh5225/domain-enumeration-sicarius

domain-enumeration-sicarius

另一个带有一些魔法的子域名枚举工具 🧙🏻‍♂️

查看仓库
3年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Sicarius

/static/banner.png

🐴 ⚡️ 快速子域名枚举工具 🐴 ⚡️

🦆 @unp4ck

🪳🫠

alt text alt text alt text

安装

root@kitploit:~

git clone github.com/unp4ck/sicarius.git

cd sicarius

touch config/config.yaml

# add your apis keys here!

pip3 install -r requirements.txt --user

安装后配置

在查询第三方站点之前需要 API Key;

Sicarius 有 12 个来源用于获取子域名。
  • Shodan
  • SecurityTrails
  • Virustotal
  • BinaryEdge
  • chaos - https://chaos.projectdiscovery.io/#/docs
  • ctrsh
  • wayback
  • threatcrowd
  • certspooter
  • hackertarget
  • urlscan
  • alienvault
  • API key 的设置可以通过 config.yaml 完成

一个 provider 配置文件的示例

root@kitploit:~
virustotal:
  - XXXXXXXXXXXXXXX
securitytrails: []
shodan:
  - XXXXXXXXXXXXXXXXXXX

使用方法

root@kitploit:~

usage: sicarius.py [-h] [-d DOMAIN] [-e] [-l DOMAINLIST] [-sc] [-title] [--scope SCOPE] [-t THREADS] [-ip] [-v] [-silent] [-o OUTPUT]

options:
  -h, --help            show this help message and exit
  -d DOMAIN, --domain DOMAIN
                        domains to find subdomains for
  -e, --extract (working progress )         Extract: links ( inside JS to ), headers, useful for new domains and second order subdomain takeover
  -l DOMAINLIST         file containing list of domains for subdomain discovery
  -sc, --status-code    show response status code
  -title, --title       show page title
  --scope SCOPE         show only subdomains in scope
  -t THREADS, --threads THREADS
                        number of concurrent threads for resolving (default 40)
  -ip, --ip             Resolve IP address
  -v                    show verbose output
  -silent, --silent     show only subdomains in output
  -o OUTPUT, --output OUTPUT
                        file to write output to

运行 Sicarius

root@kitploit:~
cat domains | python3 sicarius.py
root@kitploit:~
### probe subdomains collected (like httpx, httprobe..)

cat domains | python3 sicarius.py -sc

root@kitploit:~
## probe and resolve IP 
cat domains | python3 sicarius.py -sc -ip

你可以通过管道与其他工具(如 nuclei、httpx 等)配合使用。

root@kitploit:~
# httpx to probe
echo intigriti.com | python3 sicarius.py -silent | httpx -silent 
# pipe to nuclei
echo intigriti.com | python3 sicarius.py -silent | httpx -silent | nuclei -t <path_to_nuclei_templates>

root@kitploit:~
python3 sicarius.py -d intigriti.com


	░██████╗██╗░█████╗░░█████╗░██████╗░██╗██╗░░░██╗░██████╗
	██╔════╝██║██╔══██╗██╔══██╗██╔══██╗██║██║░░░██║██╔════╝
	╚█████╗░██║██║░░╚═╝███████║██████╔╝██║██║░░░██║╚█████╗░
	░╚═══██╗██║██║░░██╗██╔══██║██╔══██╗██║██║░░░██║░╚═══██╗
	██████╔╝██║╚█████╔╝██║░░██║██║░░██║██║╚██████╔╝██████╔╝
	╚═════╝░╚═╝░╚════╝░╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░╚═════╝░╚═════╝░

	    -= ⚡️ Fast subdomain enumeration tool ⚡️ =-


	 [Version: 1.0.1 Codename: darky [author: unp4ck][tw: @unp4ck]]

[20:14:32] [ 🔎]: certspotter.com 5 domains founded! ✅
[20:14:32] [ 🔎]: securitytrails.com 30 domains founded! ✅
[20:14:32] [ 🔎]: securitytrails.com 54 domains founded! ✅
[20:14:32] [ 🔎]: urlscan.io 52 domains founded! ✅
[20:14:33] [ 🔎]: alienvault.com 136 domains founded! ✅
[20:14:33] [ 🔎]: hackertarget.com 10 domains founded! ✅
[20:14:33] [ 🔎]: binaryedge.io 8 domains founded! ✅
[20:14:33] [ 🔎]: virustotal 46 domains founded! ✅
[20:14:34] [ 🔎]: wayback 8696 assets founded! ✅
[20:14:40] [ 🔎]: crt.sh 251 domains founded! ✅

[20:14:41] [INF]: Found 58 for intigriti.com

www.intigriti.com
mail.intigriti.com
login.intigriti.com
app.intigriti.com
newsletter.intigriti.com
api.intigriti.com
blog.intigriti.com
kb.intigriti.com
communication.intigriti.com
go.intigriti.com
hello.intigriti.com
careers.intigriti.com
swag.intigriti.com
click-uat.intigriti.com
t.intigriti.com
trust.intigriti.com


致谢/感谢

  • 感谢 duty1g ~ subcat 🖤

功能特性

/static/sc.gif

  • 模块化、快速、轻量 🍦
  • 通配符消除模块 🙅🏽‍♂️
  • 基于给定 IP 范围列表的范围限制 📸
  • 提取链接和标头,用于二阶子域名接管或发现新子域名 ✨ 🥷 ✨ -> | 警告:首次运行此方法时,它会将 Chromium 下载到你的主目录(~/.pyppeteer)(渲染 JavaScript ;) )( 开发中 !!)

Sicarius 的含义

root@kitploit:~
Sicarius is a genus of recluse spiders that is potentially medically significant to humans. It is one of three genera in its family, all venomous spiders known for a bite that can induce loxoscelism. They live in deserts and arid regions of the Neotropics, and females use a mixture of sand and silk when producing egg sacs. The name is Latin for assassin.
下载工具