Skip to content

cspshivam/easyrecon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EasyRecon

alt text

EasyRecon is a script that do the initial reconnaissance of target automatically. To scan Google, simply run $ ./easyRecon.sh google.com

Setup

To install EasyRecon, clone this repository. EasyRecon relies on a couple of tools to be installed so make sure you have them:

please make sure that as most of these tools are written in Go, that you have Go installed and configured properly. Make sure that when you type any of the above commands in the terminal, they are recognized and work.

Installation

$ git clone https://github.com/cspshivam/easyrecon.git
$ cd easyrecon
$ chmod +x easyRecon.sh
$ ./easyRecon.sh

Usage

$ ./easyRecon.sh example.com

Features

  • Enumerate all the existing domains with subfinder
  • Seperate live domains from all existing domains httprobe
  • Spider the target and save all the URLS of target using waybackurls
  • grep all the js files and endpoints from the target

EasyRecon Working POC

alt text