Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

v3.0

Compare
Choose a tag to compare
@Tylous Tylous released this 10 Mar 21:27
· 9 commits to master since this release
f0e3fc5

New Features


  • Added the ability to iterate through a list of passwords using the -Passfile argument
  • Implemented timing controls for this functionality which are controlled via the -Lockout and -A flags, which correspond to the lockout period (corresponding to GPO) and a number of authentication attempts to perform per lockout period, respectively.
  • Reorganized the main function so if someone still just wants to use original functionality it still works.

Shoutout to 0xAsh for this update.