Skip to content

Releases: capt-meelo/LazyRecon

v1.3

21 Feb 15:01
Compare
Choose a tag to compare
  • Improved README file
  • Added get-go.sh to install Go
  • Miscellaneous improvement to install.sh
  • Removed gobuster and content_discovery_all.txt due to slow performance and very large wordlist
  • Added CORScanner to check for CORS misconfiguration

v1.2

14 Feb 03:30
ba8a094
Compare
Choose a tag to compare
  • Made checks to avoid reinstalling installed tools.
  • Fixed working directory
  • Changed nmap targets to subdomains instead of IP addresses
  • Enabled nmap's DNS resolution
  • Used nmap's default stylesheet
  • Disabled running masscan & nmap in the background. Previously, portscan is running (in the background) in parallel w/ directory bruteforcing. Due to the number of requets being sent by the "dirbrute" tools, portscanning might be inaccurate.

v1.1

13 Feb 17:35
f0af581
Compare
Choose a tag to compare
  • Improved install.sh
  • Used subfinder to bruteforce subdomain instead of masscan's subbrute script to avoid wildcard subdomains
  • Added nmap for port scanning
  • Made the portscan tools (masscan & nmap) run in the background
  • Increased subjack threads to 50
  • Removed IPOsint due to inaccurate results
  • Disabled massdns' quiet mode

v1.0

13 Feb 04:14
e2f746b
Compare
Choose a tag to compare
  • Initial release