> For the complete documentation index, see [llms.txt](https://shohamshilo.gitbook.io/shohamshilo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shohamshilo.gitbook.io/shohamshilo/projects-and-tools/recon-os.md).

# recon-os — Recon Automation

> 🐙 **Repo:** [github.com/shoamshilo/recon-os](https://github.com/shoamshilo/recon-os) · **Language:** Python

## What it does

recon-os consolidates the common, repeatable steps of the reconnaissance and enumeration phase into a single streamlined workflow. Instead of running each step manually and copy-pasting output between tools, it chains the early-stage recon process together so the boring parts happen consistently every time.

## What I learned

* Normalizing output from different tools into a consistent format.
* The tradeoffs of automation in offensive work automate the mechanical, keep a human on the decisions.

## Responsible use

only perform discovery against targets you're authorized to test.

***

➡️ See an exploit I wrote: [Fuel CMS 1.4 RCE](/shohamshilo/projects-and-tools/fuel-cms-rce.md)
