colincowie / lazyrecon.py

python port of lazyrecon for reconnaissance and information gathering.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  _     ____  ____ ___  _ ____  _____ ____ ____  _
 / \   /  _ \/_   \\  \///  __\/  __//   _Y  _ \/ \  /|
 | |   | / \| /   / \  / |  \/||  \  |  / | / \|| |\ ||
 | |_/\| |-||/   /_ / /  |    /|  /_ |  \_| \_/|| | \||
 \____/\_/ \|\____//_/   \_/\_\\____\\____|____/\_/  \|.py

Usage

python3 lazyrecon.sh -d target.com

About

This is a custom python port of lazyrecon, 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.

Tools Used

  1. findomain
  2. httprobe
  3. aquatone
  4. waybackurls
  5. dirsearch

Installation

  1. Install required tools
  2. pip install -r requirements.txt

Development to do:

  • aquatone (in-progress)
  • waybackurls
  • dirsearch
  • subbrute.py
  • Report generation
  • SlackBot
  • test or remove massdns
  • Explore Python Replacement for current tools

Warning: This code was originally created for personal use, it generates a substantial amount of traffic, please use with caution.

About

python port of lazyrecon for reconnaissance and information gathering.


Languages

Language:Python 100.0%