Karim
1
Hi Guys,
In the optimum machine, once we get a reverse Powershell, how to to run an exploit (exploit.exe) on it ?
Each time I download an exploit from https://github.com/SecWiki/windows-kernel-exploitsexploit , I have errors trying to run the .exe file
My goal is to run the exploit without Metasploit.
My error :
I download the exploit.exe on the target machine while I have the powershell
I run it with :
powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File exploit.exe
Thank you !
Try running cmd /c exploit.exe
.
Type your comment> @Karim said:
Hi Guys,
In the optimum machine, once we get a reverse Powershell, how to to run an exploit (exploit.exe) on it ?
Each time I download an exploit from https://github.com/SecWiki/windows-kernel-exploitsexploit , I have errors trying to run the .exe file
My goal is to run the exploit without Metasploit.
My error :
I download the exploit.exe on the target machine while I have the powershell
I run it with :
powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File exploit.exe
Thank you !
Did you resolve this?
peek
4
i didnt test, but maybe encode with phantom-evasion