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
domain-enumeration-sicarius — Ein weiteres Tool zur Subdomain-Aufzählung mit etwas Magie 🧙🏻‍♂️ | Kitploit
Tools/GitHubGitHub/gmh5225/domain-enumeration-sicarius
OSINT (Open-Source-Intelligence)AufklärungNetzwerkkartierungDNS- und Subdomain-EnumerationScripting & AutomatisierungInformationsbeschaffungPenetrationstestsSubdomain-Enumeration

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen
GitHub
gmh5225/domain-enumeration-sicarius

domain-enumeration-sicarius

Ein weiteres Tool zur Subdomain-Aufzählung mit etwas Magie 🧙🏻‍♂️

Repository anzeigen
vor 3 JahrenNoch nicht geprüft

Sicarius

/static/banner.png

🐴 ⚡️ Schnelles Subdomain-Enumeration-Tool 🐴 ⚡️

🦆 @unp4ck

🪳🫠

alt text alt text alt text

Installation

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

Nach der Installation

Ein API-Key wird benötigt, bevor Abfragen bei Drittanbieter-Seiten durchgeführt werden können;

Sicarius verfügt über 12 Quellen, um Subdomains zu sammeln.
  • Shodan
  • SecurityTrails
  • Virustotal
  • BinaryEdge
  • chaos - https://chaos.projectdiscovery.io/#/docs
  • ctrsh
  • wayback
  • threatcrowd
  • certspooter
  • hackertarget
  • urlscan
  • alienvault
  • Die API-Key-Einstellung kann über config.yaml erfolgen

Ein Beispiel für eine Provider-Konfigurationsdatei

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

Verwendung

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 ausführen

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

Du kannst es mit anderen Tools wie nuclei, httpx usw. verketten..

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


Glückwünsche/Danksagungen

  • Danke an duty1g ~ subcat 🖤

Funktionen

/static/sc.gif

  • Modular, schnell, leichtgewichtig 🍦
  • Wildcard-Eliminierungsmodul 🙅🏽‍♂️
  • Scope-Einschränkung basierend auf einer Liste gegebener IP-Bereiche 📸
  • Extrahiert Links und Header, für Second-Order-Subdomain-Takeover oder neue Subs ✨ 🥷 ✨ -> | Warnung: Beim ersten Ausführen dieser Methode wird Chromium in dein Home-Verzeichnis heruntergeladen (~/.pyppeteer) ( rendert JavaScript ;) ) ( WORKING PROGRESS !!)

Bedeutung von 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.
Tool herunterladen