Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 2.63 KB

README.md

File metadata and controls

64 lines (50 loc) · 2.63 KB

LazyRecon

Version License

LazyRecon is a wrapper of various scripts that automates the tedious process of reconnaissance of a target domain.

LazyRecon utilizes the following tools:

Thanks to the developers of these tools!

Workflow

Flow

Installation

⚠️ NOTE: Before executing install.sh, modify the subEnumTools() function by placing your Virustotal, Passivetotal, SecurityTrails, Censys, Riddler, and Shodan API keys. This will give better results during the subdomain enumeration.

git clone https://github.com/capt-meelo/LazyRecon.git
cd LazyRecon
chmod +x install.sh
./install.sh

How to Use

⚠️ NOTES:

  1. It's recommended to run this tool in a VPS, such as DigitalOcean, for better speed.
  2. Running this tool takes time, thus it's suggested to run it under a screen or tmux session.
cd LazyRecon
chmod +x LazyRecon.sh
./LazyRecon.sh <target_domain>

Contribute

If you have any problem or new idea, feel free to create an issue, or pull a request.

Disclaimer

All of the tools being used by LazyRecon are developed by others. I just put all the pieces together to automate the redundant jobs.

This tool is written for educational purposes only. You are responsible for your own actions. If you mess something up or break any law while using this tool, it's your fault, and your fault only.