🤖Remote Agents

Deploy and manage SecRecon agents on your own infrastructure.

← Back to Scanner

Agent Pulse

LIVE
refreshing...
📡
No agents deployed yet. Register one below to begin.

Register New Agent

Setup Guide

Step 1: Download the Agent Script
Single Python file — no external dependencies required beyond requests
sec-recon-agent.py

Step 2: Register an agent above and save the API key — it cannot be retrieved later.

Step 3: Install the dependency on your target machine:

$ pip install requests

Step 4: Run the agent with your API key:

$ python sec-recon-agent.py --server https://secrecon.dev --key YOUR_API_KEY

Step 5: Go to the Scanner, select Remote Agent Mode, pick your agent, and start a scan.

What the agent does
  • Connects to SecRecon over HTTPS and polls for assigned scan tasks
  • Runs scans from your machine — ideal for internal networks, localhost targets, and air-gapped environments
  • Reports findings back to your SecRecon dashboard automatically
  • Supports auto-updates — always runs the latest version
Requirements
  • Python 3.8+ on Linux, macOS, or Windows
  • requests library (pip install requests)
  • Network access to secrecon.dev (outbound HTTPS)
  • Optional: nmap, nuclei, subfinder for extended scanning capabilities