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
SR-71 — Ein benutzerfreundliches Python-Tool zur Durchführung von Subdomain-Enumeration, Endpunkt-Erkennung und mehr. | Kitploit
Tools/GitLabGitLab/edu0x01/sr-71
AufklärungSchwachstellenanalyseInformationsbeschaffungWebsicherheitSubdomain-EnumerationE-Mail-SammlungDNS-Analyse
GitLabedu0x01/sr-71

SR-71

Ein benutzerfreundliches Python-Tool zur Durchführung von Subdomain-Enumeration, Endpunkt-Erkennung und mehr.

Repository anzeigen
1vor 5 MonatenNoch nicht geprüft

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen
Webseite

All-in-One-Recon-Tool

Der Zweck dieses Tools ist es, Bug Hunter und Pentester bei der Reconnaissance zu unterstützen…

Installation:

Kann auf jedem System mit Python3 verwendet werden

Sie können SR-71 einfach mit pip installieren:

root@kitploit:~
pip3 install SR-71

Um es zu nutzen, geben Sie einfach "SR-71" in Ihrem Terminal ein

Wenn Sie es aus dem Quellcode installieren möchten:

root@kitploit:~
git clone https://gitlab.com/Edu0x01/SR-71.git

cd SR-71

pip3 install -r requirements.txt

Hilfspanel:

root@kitploit:~
SR-71 - All in One Recon Tool

options:

  -h, --help                    show this help message and exit
  -d DOMAIN, --domain DOMAIN    domain to search its subdomains
  -o OUTPUT, --output OUTPUT    file to store the scan output
  -t TOKEN, --token TOKEN       api token of hunter.io to discover mail accounts and employees
  -p, --portscan                perform a fast and stealthy scan of the most common ports
  -a, --axfr                    try a domain zone transfer attack
  -m, --mail                    try to enumerate mail servers
  -e, --extra                   look for extra dns information
  -n, --nameservers             try to enumerate the name servers
  -i, --ip                      it reports the ip or ips of the domain
  -6, --ipv6                    enumerate the ipv6 of the domain
  -w, --waf                     discover the WAF of the domain main page
  -b, --backups                 discover common backups files in the web page
  -s, --subtakeover             check if any of the subdomains are vulnerable to Subdomain Takeover
  -r, --repos                   try to discover valid repositories and s3 servers of the domain (still improving it)
  -c, --check                   check active subdomains and store them into a file
  --secrets                     crawl the web page to find secrets and api keys (e.g. Google Maps API Key)
  --enum                        stealthily enumerate and identify common technologies
  --whois                       perform a whois query to the domain
  --wayback                     find useful information about the domain and his different endpoints using The Wayback Machine and other services
  --all                         perform all the enumeration at once (best choice)
  --quiet                       dont print the banner
  --version                     display the script version

Verwendung:

Eine Liste von Beispielen für die Verwendung des Tools auf verschiedene Weise

Einfachste Nutzung zur Erkennung aller Subdomains:

root@kitploit:~
python3 SR-71.py -d example.com

Subdomains aufzählen und in einer Datei speichern:

root@kitploit:~
python3 SR-71.py -d example.com --output domains.txt

Banner nicht anzeigen:

root@kitploit:~
python3 SR-71.py -d example.com --quiet

Bestimmte Dinge mit Parametern aufzählen:

root@kitploit:~
python3 SR-71.py -d example.com -n -p -w -b --whois --enum # Você pode usar outros parâmetros, consulte o painel de ajuda

Alle Erkennungsfunktionen ausführen (empfohlen)

root@kitploit:~
python3 SR-71.py -d domain.com --all

Eigenschaften:

☑ Aufzählung von Subdomains mit passiven Techniken (wie "subfinder")

☑ Viele zusätzliche Abfragen zur DNS-Aufzählung

☑ Domain-Zonenübertragungsangriff

☑ WAF-Typ-Erkennung

☑ Allgemeine Aufzählung (CMSs, Reverse Proxies, jQuery…)

☑ Zieldomäne "Whois"

☑ Subdomain-Übernahme-Prüfer

☑ Prüfung auf häufig offene Ports

☑ Überprüft aktive Subdomains (wie "httprobe" )

☑ Wayback-Machine-Unterstützung zur Endpunkt-Aufzählung (wie "waybackurls" )

☑ E-Mail-Harvesting

Ausstehende Aufgaben:

  • Ergebnisse mit anderen Tools wie subfinder, gau, httprobe vergleichen…
  • Vorhandenen Code und Funktionen verbessern

Drittanbieter

Das Tool nutzt verschiedene Dienste, um Subdomains auf unterschiedliche Weise zu erhalten

Der WAF-Detektor wurde aus dem Konzept von CRLFSuite modifiziert und angepasst <3

Alle DNS-Abfragen verwenden zu 100% dns-python, es sind kein digging oder zusätzliche Tools erforderlich

E-Mail-Sammelfunktionen werden mit der Hunter.io-API mit persönlichem Token (kostenlose Registrierung) durchgeführt

##Extra

Wenn Sie dieses Projekt nützlich finden, würde ich mich über eine Unterstützung in Form eines Sterns für dieses Repository oder einen Kaffee sehr freuen.

"Buy Me A Coffee"

Urheberrecht © 2023, Edu0x01

Tool herunterladen