This repository has been archived by the owner on Aug 18, 2023. It is now read-only.
Releases: optiv/Talon
Releases · optiv/Talon
v3.1
This update was contributed by ZerkerEOD, a huge shoutout for all the hard work!
New Features
- Added consecutive x failure
- Added a function to remove locked accounts while spraying multi-pass files
Bug Fixes
Bug Fixes
- Corrected logic in LockErr function
- Updated multi-password processing logic
-
- Updated location to set password, corrected logic that allowed skipped passwords by decreasing slice location if the attempts were reached
v3.0
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.