Attacking LSASS

June 05, 2024

First we are getting the process id of lsass which is 660

Get-Process lsass

Then just create a lsass dump with this command

Now we will move the file from victim machine to attacker machine

First we have to open up a smb server. Create a directory where the file will be transferred

Now move to the folder TmpShare

We can see here the file is now transferred with the same bytes


ACTUALLY THE POWERSHELL CODE DOESNT WORK IT WITH ME

So i just use the task manager method

As we setup our listener or smbserver, we will get it

Now move the DMP file to our attacker machine

Now we got the DMP file

Just run the pypykatz which is mimikatz in linux written in python

Last updated