user@l1ghtn1ng:~$ cat projects/l1ghtrecon.md

L1ghtRecon

Reconnaissance tool for bug bounty

  • #personal-project
  • #cybersecurity

status: Finished

A tool designed to automate my recon methodology, keeping all results organized by target.

The tool runs my recon methodology with a single execution, collecting information about subdomains, DNS, live hosts, crawling, historical URLs, JavaScript, secrets, fingerprinting, parameters and Nuclei. With the --aggressive mode, it also allows port scanning and fuzzing.

750

Each phase saves its results in an organized way and, at the end, generates an HTML report, a Markdown file with the complete results and a summary prepared for analysis with an LLM.

750

The goal with this tool is to automate the repetitive parts and leave more time for manual analysis.