
automato soll dabei helfen, einige der benutzerfokussierten Enumeration-Aufgaben während eines internen Penetrationstests zu automatisieren.
automato verwendet native LDAP-Bibliotheken, um die Sammlung und Aufzählung verschiedener Verzeichnisobjekte zu automatisieren. Dies ist besonders nützlich während eines internen Penetrationstests.
automato kann auch Password-Spraying-Angriffe durchführen und feststellen, ob ein Benutzer auf einer beliebigen Anzahl von Systemen ein lokaler Administrator ist.
Ausgabedateien werden automatisch zur Beweissicherung erstellt.
$ ruby automato.rb
automato v2.0
Written by: Sanjiv Kawa
Twitter: @kawabungah
Commands:
automato.rb all # Run the most popular features. (computers, users, groups, priv, attributes)
automato.rb attr # Get the account attributes for all domain users.
automato.rb bad # Get the bad password count for all domain users.
automato.rb computers # Get all domain computers.
automato.rb groups # Get all domain groups.
automato.rb help [COMMAND] # Describe available commands or one specific command
automato.rb laps # Get the laps password for systems in the network
automato.rb localadmin DOMAIN USERNAME PASSWORD IP_FILE # Identify if a user is a local admin against a list of IP's with SMB open
automato.rb member GROUP # List all users in a supplied domain GROUP.
automato.rb priv # Recurse through administrative groups and get users from all nested groups.
automato.rb spray USER_FILE PASSWORD # Conduct a password spraying attack against the domain using a USER_FILE and common PASSWORD
automato.rb user USER # Get the group memberships for a supplied USER
automato.rb users # Get all domain users.
$
Normalerweise verwende ich den folgenden Befehl, sobald Domänenbenutzer-Anmeldeinformationen erlangt wurden:
$ ruby automato.rb all