🤖Remote Agents
Deploy and manage SecRecon agents on your own infrastructure.
Agent Pulse
LIVENo 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
requestsStep 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
requestslibrary (pip install requests)- Network access to
secrecon.dev(outbound HTTPS) - Optional:
nmap,nuclei,subfinderfor extended scanning capabilities