kerbrute icon indicating copy to clipboard operation
kerbrute copied to clipboard

Typo

Open Luxano-IT opened this issue 4 years ago • 2 comments

Under Use in README.md you wrote "Kerbrute has three main commands:" but you list four. bruteuser - Bruteforce a single user's password from a wordlist bruteforce - Read username:password combos from a file or stdin and test them passwordspray - Test a single password against a list of users userenum - Enumerate valid domain usernames via Kerberos

Luxano-IT avatar Jan 01 '21 22:01 Luxano-IT

Oh those options have been removed.

./kerbrute -h Impacket v0.9.24.dev1+20210618.54810.11f43043 - Copyright 2021 SecureAuth Corporation

usage: kerbrute [-h] [-debug] (-user USER | -users USERS) [-password PASSWORD | -passwords PASSWORDS] -domain DOMAIN [-dc-ip <ip_address>] [-threads THREADS] [-outputfile OUTPUTFILE] [-outputusers OUTPUTUSERS] [-no-save-ticket]

optional arguments: -h, --help show this help message and exit -debug Turn DEBUG output ON -user USER User to perform bruteforcing -users USERS File with user per line -password PASSWORD Password to perform bruteforcing -passwords PASSWORDS File with password per line -domain DOMAIN Domain to perform bruteforcing -dc-ip <ip_address> IP Address of the domain controller -threads THREADS Number of threads to perform bruteforcing. Default = 1 -outputfile OUTPUTFILE File to save discovered user:password -outputusers OUTPUTUSERS File to save discovered users -no-save-ticket Do not save retrieved TGTs with correct credentials

./kerbrute userenum -domain X.local -users user.txt Impacket v0.9.24.dev1+20210618.54810.11f43043 - Copyright 2021 SecureAuth Corporation

usage: kerbrute [-h] [-debug] (-user USER | -users USERS) [-password PASSWORD | -passwords PASSWORDS] -domain DOMAIN [-dc-ip <ip_address>] [-threads THREADS] [-outputfile OUTPUTFILE] [-outputusers OUTPUTUSERS] [-no-save-ticket] kerbrute: error: unrecognized arguments: userenum

dfdalamar avatar Jun 23 '21 20:06 dfdalamar

This is weird. Came looking for this while checking THM Attacktive Directory room, downloaded the latest release 1.0.3, and the userenum command worked just fine.

image

joaociocca avatar Mar 15 '23 19:03 joaociocca