A high-speed, auto-subnet network scanner that detects all live devices on your Wi-Fi and displays their IP addresses + hostnames (device names).
Perfect for ethical hackers, network auditors, or anyone who wants to know who's connected to their network โ without root.
- ๐ฐ๏ธ Auto-detects your local subnet (e.g., 192.168.1.x)
- โก Fast ping-based scanning using 50 threads
- ๐ก Hostname resolution (shows connected device names)
- ๐ฏ Non-root and Termux friendly
- โ ๏ธ Hacker-style terminal interface ( dark hacking vibes)
pkg install python -y
pip install colorama
git clone https://github.com/karndeepbaror/NetHunterX
python NetHunterX.pyYouโll see your local subnet auto-detected and scanning will begin.
๐ก Detected Local Subnet: 192.168.43.x
๐ Scanning your local subnet for active devices...
[+] 192.168.43.1 --> router.local
[+] 192.168.43.105 --> android.local
[+] 192.168.43.110 --> Encrypter-PC
โ
Auto Subnet Device Scan Finished - By KK HACKER- Find all devices on your Wi-Fi network
- Detect unauthorized connections
- Lightweight network recon for CTFs or internal audits
- Safe to use โ no root required
Karndeep Baror
๐ฒ Instagram: @karndeepbaror
git clone https://github.com/karndeepbaror/NetHunterX
cd NetHunterX
python NetHunterX.py