Day 1: Termux Setup + Linux Basics
- Commands:
- pkg update && pkg upgrade -y
- pkg install git -y
- pkg install python -y
- pkg install curl -y
- pkg install wget -y
- Learn basic commands: pwd, ls, cd, clear
Day 2: Network Scanning with Nmap
- Commands:
- pkg install nmap -y
- nmap 192.168.1.1
- nmap -sS 192.168.1.0/24
- Use YouTube to learn: 'Nmap Basics in Urdu Termux'
Day 3: IP Tracking Tool + Geolocation
- Commands:
- git clone https://github.com/thelinuxchoice/ipgeolocation
- cd ipgeolocation
- bash ipgeolocation.sh
- Use only for educational purpose.
Day 4: Password Cracking (Hydra Basics)
- Commands:
- pkg install hydra -y
- Example: hydra -l admin -P passlist.txt 192.168.1.1 http-get
- Use on your own local network only.
Day 5: Tool-X (300+ Hacking Tools)
- Commands: