Discover and explore top open-source AI tools and projects—updated daily.
pikpikcuAutonomous cybersecurity agent for local penetration testing
Top 76.6% on SourcePulse
AIRecon is an autonomous cybersecurity agent designed to automate security assessments, penetration testing, and bug bounty reconnaissance. It addresses the high cost and privacy concerns of cloud-based AI models by offering a completely offline, self-hosted solution. The primary benefit is enabling recursive, autonomous reconnaissance workflows without API keys or data exfiltration, making it ideal for security professionals and researchers prioritizing privacy and cost-efficiency.
How It Works
AIRecon integrates a self-hosted Ollama Large Language Model (LLM) with a Kali Linux Docker sandbox and a Textual TUI. It operates on a privacy-first principle, ensuring all target intelligence, tool outputs, and reports remain local. The agent follows a structured RECON → ANALYSIS → EXPLOIT → REPORT pipeline, guided by soft phase enforcement and periodic checkpoints for self-evaluation and context compression. It requires LLMs capable of extended thinking and reliable tool-calling, with capabilities auto-detected via Ollama metadata.
Quick Start & Requirements
curl -fsSL https://raw.githubusercontent.com/pikpikcu/airecon/refs/heads/main/install.sh | bash. A manual install from source is also available.Highlighted Details
airecon-skills community library.Maintenance & Community
The project encourages community involvement through the airecon-skills library. Specific details regarding core maintainers, sponsorships, or dedicated community channels (e.g., Discord, Slack) are not explicitly provided in the README.
Licensing & Compatibility
Limitations & Caveats
LLMs smaller than 30B parameters are reported as unreliable, potentially causing hallucinations or missed scope rules. Users may encounter Ollama Out-Of-Memory errors or agent stalls, often requiring VRAM adjustments or configuration tuning (e.g., reducing ollama_num_ctx or ollama_temperature). The tool is explicitly designated for educational purposes and authorized security assessments, with users assuming full responsibility for its application.
2 days ago
Inactive
aliasrobotics