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

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…

1 hour ago

JBDev : A Tool For Jailbreak And TrollStore Development

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

22 hours 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…

23 hours 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…

1 day ago

SSH-Stealer : The Stealthy Threat Of Advanced Credential Theft

SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…

1 day ago

ollvm-unflattener : A Tool For Reversing Control Flow Flattening In OLLVM

Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…

1 day ago