ropnop / kerbrute

A tool to perform Kerberos pre-auth bruteforcing
Apache License 2.0
2.64k stars 415 forks source link

Parsing Flags Incorrectly #34

Closed clandest1n closed 3 years ago

clandest1n commented 3 years ago

Pulling the latest kerbrute version (untagged): ./kerbrute passwordspray --dc -d -output Summer2020.txt valid.txt Summer2020

Error: You must specify a password to spray with, or --user-as-pass

ropnop commented 3 years ago

Ah I think I see the problem: try putting two dashes before output --output or just using -o

clandest1n commented 3 years ago

LOL sorry about that.