ropnop / kerbrute

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

Add `--semisafe` #57

Closed TheToddLuci0 closed 1 year ago

TheToddLuci0 commented 2 years ago

This option tells kerberute to give up after N accounts are locked, which is slightly less safe than --safe. The main reason for this is to ignore potential preexisting lockouts, without potentially locking a whole domain.

Closes #56