ropnop / kerbrute

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

Add semi safe #60

Open TheToddLuci0 opened 1 year ago

TheToddLuci0 commented 1 year 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 https://github.com/ropnop/kerbrute/issues/56