Executing a command in the Kali Nethunter shell

I want to run the metasploit command in the kali terminal shell, something like this su-c "bootkali & & msfconsole" but the problem is that the bootkali command ends only after closing the terminal and I need to run the command inside it. How do I implement this?

Author: CyberRik, 2019-07-27

1 answers

In general, the solution was that I edited bootkali, there was a line with custom_command and I replaced custom_command with msfconsole in it, and now you can run su-c "bootkali msfconsole"

 0
Author: CyberRik, 2019-07-27 23:15:55