← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

Nightcrawler: A Local AI Pentesting Agent Running on a Smartphone

🔄 Updated 1d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Autonomous pentesting agent runs on a smartphone.
  • Uses a local 1.2B parameter AI model for decision-making.
  • Performs reconnaissance, enumeration, exploitation, and reporting.
  • Operates without internet or cloud API connectivity.

Autonomous Mobile Pentesting

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.

Local AI-Powered Operations

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.

Pentesting Capabilities

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.

System Architecture

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 →

The daily brief

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.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~7 min · 6 stories · Aug 15

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

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.