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
Scythe — scythe: Konten-Enumerator | Kitploit
Tools/GitHubGitHub/chrisjohnriley/scythe
OSINT (Open-Source-Intelligence)AufklärungInformationsbeschaffungWebsicherheitPenetrationstestsSocial Engineering
GitHubchrisjohnriley/scythe

Scythe

scythe: Konten-Enumerator

Repository anzeigen
6216vor 13 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

Scythe

scythe: Konten-Enumerator

root@kitploit:~
Account Enumerator is designed to make it simple to perform account
enumeration as part of security testing. The framework offers the ability
to easily create new modules (XML files) and speed up the process of testing.

This tool was created with 2 main use cases in mind:

- The ability to test a range of email addresses across a range of sites (e.g.
    social media, blogging platforms, etc...) to find where those targets have
    active accounts. This can be useful in a social engineering test where you
    have email accounts for a company and want to list where these users have
    used their work email for 3rd party web based services.

- The ability to quickly create a custom testcase module and use it to enumerate
    for a list of active accounts. Using either a list of know usernames, email
    addresses, or a dictionary of common account names.

This program is released as is and is not designed to be used to test again sites
where you do not have permission. Any modules provided are for demonstration purposes
and may breach end user license agreements if used against a site. Your mileage may
vary... be responsible!

External module depenancies:
    colorama (Windows only, optional)

Anwendungsbeispiele:

Verfügbare Module auflisten

root@kitploit:~
./scythe.py -l

Kontenliste gegen facebook prüfen

root@kitploit:~
./scythe.py --single facebook.com --accountfile=accountfile.txt

Kontenliste gegen facebook prüfen (mit Threads, mit Zusammenfassungsausgabe)

root@kitploit:~
./scythe.py --single facebook.com --accountfile=accountfile.txt --threads 4 --summary

Kontenliste gegen alle Module in den Kategorien social und blogs prüfen (mit Zusammenfassungsausgabe)

root@kitploit:~
./scythe.py --category=social,blogs --accountfile=accountfile.txt --summary

Bestimmte Konten gegen facebook prüfen

root@kitploit:~
./scythe.py --single facebook.com --account=testuser,testuser2

Kontenliste gegen facebook prüfen (Ausgabe in eine Logdatei)

root@kitploit:~
./scythe.py --single facebook.com --accountfile=accountfile.txt --output=logfile.txt

Konten über die Befehlszeile gegen Wordpress.com prüfen (3 Wiederholungen, 60 Sekunden Wartezeit zwischen den Wiederholungen)

root@kitploit:~
./scythe.py --single facebook.com --account=testuser,testuser1,testuser2 --retries=3 --retrytime=60
Tool herunterladen