Nightcrawler is a new autonomous penetration testing agent designed to run entirely on a smartphone. It allows users to drop a phone onto a network, and the agent then independently discovers hosts, maps services, identifies vulnerabilities, and produces a pentest report. This process occurs without requiring any cloud connectivity.
The system utilizes a small AI model, LFM2.5-1.2B-Instruct-Heretic (1.2 billion parameters), which operates locally on the phone's GPU. This AI model guides the agent's actions, determining which hosts to probe, which tools to employ, and what information to seek. The local execution eliminates the need for an internet connection or cloud API access during the assessment.
Nightcrawler includes several core functionalities: optional WiFi breaching for WPA2 networks using an external USB adapter, stealthy reconnaissance to discover network devices, enumeration of services like web servers and SSH, exploitation testing for known vulnerabilities and default credentials, and structured report generation with findings and remediation advice. The agent's operational method involves rotating across hosts and performing small actions incrementally, which makes it less detectable than conventional vulnerability scanners that conduct simultaneous, broad scans.
The agent's architecture on a OnePlus 8 phone running NetHunter involves the LFM2.5 1.2B model on the GPU, an Agent Loop (main.py) for decision-making, and a Scope Proxy that validates commands to prevent out-of-scope actions. A Kali MCP Server executes actual commands like nmap and curl, while a Web Dashboard allows monitoring and steering, and an SQLite database stores discovered hosts, vulnerabilities, credentials, and commands.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Nightcrawler is an autonomous penetration testing agent that operates entirely on a smartphone, using a local AI model to discover hosts, map services, find vulnerabilities, and generate reports without cloud connectivity. This tool automates security assessments directly from a mobile device, offering a stealthier approach compared to traditional vulnerability scanners.