NetRecon Scanner
NetRecon Scanner is a standalone Android network security auditing tool. It runs independently on your Android device without requiring a probe, making it ideal for field work, quick assessments, and on-the-go network reconnaissance.
Key Features
- ARP Discovery — find all devices on the local network using ARP requests
- Port Scanning — scan TCP ports to find open services on discovered hosts
- Service Detection — identify running services and their versions via banner grabbing
- Device Profiling — classify devices by combining OUI lookup, open ports, and service signatures
- WiFi Heatmap — visualize wireless signal strength across physical locations
- PDF Reports — generate professional security audit reports
- SSH Terminal — connect to devices directly from the app
- CVE Intelligence — offline CVE database for vulnerability lookup
- Attack Surface Map — visual representation of the network's exposure
- Passive Monitor — continuous background monitoring for new devices
- 11 Languages — full localization support
Operating Modes
NetRecon Scanner supports three operating modes, depending on your device's capabilities:
Standard Mode
Works on any Android device without special permissions. Uses standard Android networking APIs for discovery and scanning.
Shizuku Mode
Leverages the Shizuku service for elevated network access without root. Enables faster ARP scanning and raw socket access.
Root Mode
Full access to all network capabilities. Enables the fastest scanning speed, promiscuous mode capture, and advanced features like ARP spoofing detection.
| Feature | Standard | Shizuku | Root |
|---|---|---|---|
| ARP discovery | Slow | Fast | Fastest |
| Port scanning | Yes | Yes | Yes |
| Raw sockets | No | Yes | Yes |
| PCAP capture | No | Limited | Full |
| Passive monitoring | Limited | Yes | Yes |
Scan Types
ARP Discovery
Sends ARP requests to every IP in the target subnet to identify live hosts. This is the fastest and most reliable method for discovering devices on a local network.
TCP Port Scan
Connects to specified TCP ports on each discovered host. Supports configurable port ranges and concurrent connection limits.
Service Detection
After finding open ports, the scanner sends protocol-specific probes to identify the running service. Recognizes hundreds of common services including HTTP, SSH, FTP, SMB, RDP, databases, and more.