Lazyrecon : Automate Your Reconnaissance Process In An Organized Fashion

LazyRecon is a script written in Bash, it is intended to automate some tedious tasks of reconnaissance and information gathering. This tool allows you to gather some information that should help you identify what to do next and where to look.

Main Features

  • Create a dated folder with recon notes
  • Grab subdomains using:

* Sublist3r, certspotter and cert.sh * Dns bruteforcing using massdns

  • Find any CNAME records pointing to unused cloud services like aws
  • Probe for live hosts over ports 80/443
  • Grab a screenshots of responsive hosts
  • Scrape wayback for data:

* Extract javascript files * Build custom parameter wordlist, ready to be loaded later into Burp intruder or any other tool * Extract any urls with .jsp, .php or .aspx and store them for further inspection

  • Perform nmap on specific ports
  • Get dns information about every subdomain
  • Perform dirsearch for all subdomains
  • Generate a HTML report with output from the tools above
  • Improved reporting and less output while doing the work
  • Dark mode for html reports

Also Read – Secretx : Extracting API keys & Secrets By Requesting Each URL At The Your List

New Features

  • Directory search module is now MULTITHREADED (up to 10 subdomains scanned at a time)
  • Enhanced html reports with the ability to search for strings, endpoints, reponse sizes or status codes

Installation & Requirements

System Requirements

  • Recommended to run on vps with 1VCPU and 2GB ram.

Usage

./lazyrecon.sh -d target.com

DEMO

R K

Recent Posts

Bash Functions Explained: Syntax, Examples, and Best Practices

Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…

2 days ago

50+ Essential Linux Commands for Beginners and Experts: A Complete Guide

Introduction Unlock the full potential of your Linux system with this comprehensive guide to essential…

2 weeks ago

Playwright-MCP : A Powerful Tool For Browser Automation

Playwright-MCP (Model Context Protocol) is a cutting-edge tool designed to bridge the gap between AI…

4 months ago

JBDev : A Tool For Jailbreak And TrollStore Development

JBDev is a specialized development tool designed to streamline the creation and debugging of jailbreak…

4 months ago

Kereva LLM Code Scanner : A Revolutionary Tool For Python Applications Using LLMs

The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…

4 months ago

Nuclei-Templates-Labs : A Hands-On Security Testing Playground

Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…

4 months ago