{"id":13454620,"url":"https://github.com/nahamsec/lazyrecon","last_synced_at":"2025-05-15T15:07:43.571Z","repository":{"id":43612813,"uuid":"125092627","full_name":"nahamsec/lazyrecon","owner":"nahamsec","description":"This script is intended to automate your reconnaissance process in an organized fashion","archived":false,"fork":false,"pushed_at":"2021-08-19T20:51:34.000Z","size":13215,"stargazers_count":1961,"open_issues_count":35,"forks_count":575,"subscribers_count":62,"default_branch":"master","last_synced_at":"2025-05-12T04:18:37.984Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nahamsec.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-13T17:53:08.000Z","updated_at":"2025-05-10T20:32:04.000Z","dependencies_parsed_at":"2022-08-28T22:31:25.953Z","dependency_job_id":null,"html_url":"https://github.com/nahamsec/lazyrecon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nahamsec%2Flazyrecon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nahamsec%2Flazyrecon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nahamsec%2Flazyrecon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nahamsec%2Flazyrecon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nahamsec","download_url":"https://codeload.github.com/nahamsec/lazyrecon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254364270,"owners_count":22058878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T08:00:56.008Z","updated_at":"2025-05-15T15:07:38.558Z","avatar_url":"https://github.com/nahamsec.png","language":"Shell","funding_links":[],"categories":["Frameworks","\u003ca id=\"a76463feb91d09b3d024fae798b92be6\"\u003e\u003c/a\u003e侦察\u0026\u0026信息收集\u0026\u0026子域名发现与枚举\u0026\u0026OSINT","Shell","Weapons","Shell (473)","\u003ca id=\"170048b7d8668c50681c0ab1e92c679a\"\u003e\u003c/a\u003e工具","📦 Legacy \u0026 Inactive Projects"],"sub_categories":["Open Redirect","\u003ca id=\"05ab1b75266fddafc7195f5b395e4d99\"\u003e\u003c/a\u003e未分类-OSINT","Tools","XSS"],"readme":"```\n  _     ____  ____ ___  _ ____  _____ ____ ____  _\n / \\   /  _ \\/_   \\\\  \\///  __\\/  __//   _Y  _ \\/ \\  /|\n | |   | / \\| /   / \\  / |  \\/||  \\  |  / | / \\|| |\\ ||\n | |_/\\| |-||/   /_ / /  |    /|  /_ |  \\_| \\_/|| | \\||\n \\____/\\_/ \\|\\____//_/   \\_/\\_\\\\____\\\\____|____/\\_/  \\|\n\n```\n\n# Usage\n\n`./lazyrecon.sh -d domain.com`\n\nTo exclude particular subdomains:\n\n`./lazyrecon.sh -d domain.com -e excluded.domain.com,other.domain.com`\n\n# About\n\nLazyRecon is a script written in Bash, it is intended to automate some tedious tasks of reconnaissance and information gathering.\nThis tool allows you to gather some information that should help you identify what to do next and where to look.\n\n\n# Main Features \n- Create a dated folder with recon notes\n- Grab subdomains using:\n\n      * Sublist3r, certspotter and cert.sh\n      * Dns bruteforcing using massdns\n      \n- Find any CNAME records pointing to unused cloud services like aws\n- Probe for live hosts over ports 80/443\n- Grab a screenshots of responsive hosts \n- Scrape wayback for data:\n\n      * Extract javascript files\n      * Build custom parameter wordlist, ready to be loaded later into Burp intruder or any other tool\n      * Extract any urls with .jsp, .php or .aspx and store them for further inspection\n      \n- Perform nmap on specific ports \n- Get dns information about every subdomain\n- Perform dirsearch for all subdomains \n- Generate a HTML report with output from the tools above\n- Improved reporting and less output while doing the work\n- Dark mode for html reports\n\n\n# New features\n- Directory search module is now MULTITHREADED (up to 10 subdomains scanned at a time)\n- Enhanced html reports with the ability to search for strings, endpoints, reponse sizes or status codes\n- Subdomain exclusion by using option `-e` like this: `-e excluded.domain.com,other.domain.com`\n\n# DEMO\n![cli output](https://github.com/plenumlab/lazyrecon/raw/dev/upgrade/recon.gif)\n=================================================================================\n![report demo](https://github.com/plenumlab/lazyrecon/raw/dev/upgrade/report.gif)\n\n\n# Installation \u0026 Requirements\n- Download the install script from https://github.com/nahamsec/bbht.\n- Go version 1.10 or later.\n\n### System Requirements\n- Recommended to run on vps with 1VCPU and 2GB ram.\n\n\n\n# Authors and Thanks\nThis script makes use of tools developped by the following people\n- [Tom Hudson - Tomonomnom](https://github.com/tomnomnom)\n- [Ahmed Aboul-Ela - Aboul3la](https://github.com/aboul3la)\n- [B. Blechschmidt - Blechschmidt](https://github.com/blechschmidt)\n- [Thomas D. - Maaaaz](https://github.com/maaaaz)\n- [Daniel Miessler - Danielmiessler](https://github.com/danielmiessler)\n\n\n# TO DO\n- Report only mode to generate reports for old dirsearch data\n\n\n\n\n\n\n**Warning:** This code was originally created for personal use, it generates a substantial amount of traffic, please use with caution. \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnahamsec%2Flazyrecon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnahamsec%2Flazyrecon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnahamsec%2Flazyrecon/lists"}