Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
lazyrecon — This script is intended to automate your reconnaissance process in an organized fashion | Kitploit
Tools/GitHubGitHub/jhaddix/lazyrecon
ReconnaissanceVulnerability ScannersNetwork MappingPort ScanningInformation GatheringPenetration TestingSubdomain Enumeration
GitHubjhaddix/lazyrecon

lazyrecon

This script is intended to automate your reconnaissance process in an organized fashion

View Repository
4712518 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
root@kitploit:~
  _     ____  ____ ___  _ ____  _____ ____ ____  _
 / \   /  _ \/_   \\  \///  __\/  __//   _Y  _ \/ \  /|
 | |   | / \| /   / \  / |  \/||  \  |  / | / \|| |\ ||
 | |_/\| |-||/   /_ / /  |    /|  /_ |  \_| \_/|| | \||
 \____/\_/ \|\____//_/   \_/\_\\____\\____|____/\_/  \|

Usage

./lazyrecon.sh target.com

About

This script is intended to automate your reconnaissance process in an organized fashion by performing the following:

  • Create a dated folder with recon notes
  • Grab subdomains using Sublist3r and certspotter
  • Grab a screenshot of responsive hosts
  • Grab the response header
  • Perform nmap
  • Perform dirsearch
  • Generate a HTML report with output from the tools above

This requires Bug Bounty Hunting Tools in order for the tools to work.

Warning: This code was originally created for personal use for myself, so it's a bit messy and hopefully it'll be cleaned up with more features in a later release.

Download Tool