TERMUX | Android pentesting
Download Termux (Play store)
- pkg upgrade
- apt-get install curl
- Download the following script in
\home
directory. - Enter the following cmd:
curl -LO https://raw.githubusercontent.com/Hax4us/Nethunter-In-Termux/master/kalinethunter
. - This script lets us install kali nethunter on Termux.
- We need to provide execution permission to the script in order to run without permission denied errors. Type
chmod +x kalinethunter
. - Run the script:
./kalinethunter
- To start kali nethunter type
startkali
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && \
chmod 755 msfinstall && \ ./msfinstall
0 comments:
Post a Comment