Get started with the Community Edition - free forever
$ curl -fsSL https://alien37.com/install.sh | bash
docker pull alien37/recon:latest
Zero setup required. Includes all dependencies.
wget [url] && chmod +x alienrecon
Standalone executable. No dependencies.
git clone && pip install -e .
Build from source. Full customization.
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