0% found this document useful (0 votes)
2K views1 page

Termux

Uploaded by

manmeetsaini1516
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views1 page

Termux

Uploaded by

manmeetsaini1516
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

“Termux”

### Download & Install termux in your mobile

● Play Store : https://play.google.com/store/apps/details?id=com.termux&hl=en_IN


● Github : https://github.com/termux/termux-app/releases

### After installing termux

● apt install update && apt upgrade -y


● termux-setup-storage #Command to give termux files permissions
● termux-change-repo #Install other repo also

### Install Nethunter

● wget -O install-nethunter-termux https://offs.ec/2MceZWr


● chmod +x install-nethunter-termux #give executable permissions
● ./install-nethunter-termux #Start nethunter termux
● #Select 1 to install nethunter arm64 (full) and keep everything default

### Nethunter

● Nh # Press nh after installing nethunter and you will see kali terminal
● Whoami #To see your linux is working

### Attacks using Nethunter

Password Cracking using aircrack-ng

● sudo apt install aircrack-ng # Install aircrack


● #You should have a wordlist and password hash captured file of wifi
● sudo aircrack-ng wifi_hash.cap -w wordlist.txt # To crack wifi hashes

Networking Scanning

● ifconfig #To see your ip address


● nmap -sn -PR <Your_ip>/CIDR #ie. 192.168.0.10/24 To scan your complete network
● Nmap http://kali.org/ #scan any website

Phishing Attack

● git clone https://github.com/htr-tech/zphisher.git #clone zphisher in your mobile


● cd zphisher && sudo bash http://zphisher.sh/ #To make phishing pages

You might also like