Skip to content

Releases: login-securite/lsassy

v3.1.1

13 Dec 11:22
f72eeb9
Compare
Choose a tag to compare

Small update

Improvement

  • Add rdrleakdiag_time option for custom wait time for rdrleakdiag method

Fix

  • Fix issue where n.exe is the same for all threads for EDRSandBlast method

Version 3.1.0

10 Dec 17:16
703dc86
Compare
Choose a tag to compare

Features

  • Add --copy parameter to copy "cmd.exe" or "powershell.exe" to C:\Windows\Temp with a random name before using them for command execution
  • Add EDRSandBlast dump method from th3m4ks and Qazeer technique. It will upload their executable, and the vulnerable driver to remove EDR kernel callbacks, dump lsass, and restore EDR kernel callbacks.
  • Add nanodump method from s4ntiago_p
  • Add Rdrleakdiag technique technique from 0gtweet

Improvements

  • Refactor dependencies to make it easier to create new dump modules based on compiled tools
  • Possibility to host tools on a SMB server and provide the share path to lsassy
  • Automatic listing of dump methods and execution methods in help
  • Update comsvcs_stealth technique using cyb3rops tweet info

Version 3.0.3

20 Oct 11:33
Compare
Choose a tag to compare

Features

Fixes

  • Random extension bug when extension is forced by dumping method based on @davidmckennirey idea (#61)
  • Issue with ctrl+c not quitting

Version 3.0.0 - 1000 stars release

12 Oct 17:36
Compare
Choose a tag to compare

New version of lsassy, with lots of new feature, based on some awesome work of awesome people <3

Version 2.1.5 - Bug fixes

08 Jun 15:36
5c8e7fe
Compare
Choose a tag to compare
  • Changed scheduled task to execute once
  • Minor bug fixes

Version 2.1.3 - --threads parameter

13 Oct 12:06
45c1808
Compare
Choose a tag to compare
Merge pull request #46 from Hackndo/2.1.3

2.1.3 - Limit number of processes

Version 2.1.2 - Bug fix for CME modules

15 Apr 08:13
Compare
Choose a tag to compare

Previous update fixed some output bugs. CME modules were updated accordingly.

Version 2.1.1 - Output bug fixes

29 Mar 13:02
Compare
Choose a tag to compare

Version 2.1.0 - Kerberos

29 Mar 09:42
Compare
Choose a tag to compare
  • Kerberos authentication support (Thank you laxa for PR)
  • Add CME module for python3
  • Update bloodhound queries for BloodHound3
  • Bug fixes

Three three three!

02 Mar 10:58
Compare
Choose a tag to compare
  • Add CrackMapExec module for python3 (New default Kali version)
  • Supports Bloodhound3
  • Bug fixes