Releases: login-securite/lsassy
Releases · login-securite/lsassy
v3.1.12
v3.1.11
v3.1.10
v3.1.9
v3.1.8
Version 3.1.7
Merge #79 : Update logging mechanism so now it creates a logger, and it doesn't use the default logging object. Thank you @Marshall-Hallenbeck for this great clean up!
Version 3.1.6
- Update Pypykatz min version to get full results
- Minor changes & fixes
Version 3.1.4
- Add SilentProcessExit method
- Fix double output issue
- Fix hard coded
/tmp path
in EDRSandBlast dump method for Windows compatibility
Version 3.1.3
Hot fix
When using --no-masterkeys
flag, no credentials would be returned.
Change default
Default was to display masterkeys. Now, flag --masterkeys
needs to be used.
Version 3.1.2
Improvements
- Add usable TGT in credentials output
- TGT are automatically dumped and saved locally
- Add SQLDumper method (Thanks Luis Rocha for SQLDumper technique)
- Add nanodump_ssp dump method (#70 thanks to @snovvcrash)
- Add rawrpc dump method (#74 thanks to @3gstudent)
- Dissociate output and file format (#69 thanks to @D-XIII)
- Add masterkeys in output (#71 thanks to @zblurx)
- It's now possible to chain multiple commands on remote host to dump lsass (see comsvcs_stealth.py for example)
- Add
--keep-dump
parameter to keep lsass dump (no delete) - Add
--no-color
parameter to disable colored output (maybe useful for Windows)
Thank you @snovvcrash, @3gstudent, @D-XIII and @zblurx for your contribution!