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

Releases: optiv/Talon

v3.1

13 Dec 18:16
bee8aa4
Compare
Choose a tag to compare

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

10 Mar 21:27
f0e3fc5
Compare
Choose a tag to compare

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.

v2.0.1

03 Nov 21:24
Compare
Choose a tag to compare

Changelog

36cbf97 modified: .gitignore modified: Talon.go
da8c916 Added GitIgnore
3289501 Update README.md
7458ecd Update README.md
d5c8879 Update README.md

v2.0.0

18 Jun 15:21
05a42a9
Compare
Choose a tag to compare

Changelog

da8c916 Added GitIgnore
736d5c6 Create Talon.go
722f64d Initial commit
05a42a9 Update README.md
bc86141 Update README.md
3510add Update README.md