Download AlienRecon

Get started with the Community Edition - free forever

Linux v1.0.0

Size: 45 MB
SHA256: sha256:a1b2c3d4e5f6...

Quick Install

$ curl -fsSL https://alien37.com/install.sh | bash

System Requirements

  • â–¸Linux kernel 3.10+
  • â–¸x86_64 architecture
  • â–¸Python 3.8+
  • â–¸Docker (optional)

Installation Methods

Docker

docker pull alien37/recon:latest

Zero setup required. Includes all dependencies.

Binary

wget [url] && chmod +x alienrecon

Standalone executable. No dependencies.

Source

git clone && pip install -e .

Build from source. Full customization.

🚀 After Installation

1. Run alienrecon --help to see available commands

2. Try alienrecon scan example.com for your first recon

3. Use alienrecon --ctf thm:blue to practice with CTF walkthroughs

4. Check out the documentation for advanced features