All Projects → cspshivam → easyrecon

cspshivam / easyrecon

Licence: other
Tool to automate recon

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to easyrecon

Sudomy
Sudomy is a subdomain enumeration tool to collect subdomains and analyzing domains performing automated reconnaissance (recon) for bug hunting / pentesting
Stars: ✭ 1,572 (+4148.65%)
Mutual labels:  reconnaissance, subfinder, httprobe
3klcon
Automation Recon tool which works with Large & Medium scopes. It performs more than 20 tasks and gets back all the results in separated files.
Stars: ✭ 189 (+410.81%)
Mutual labels:  recon, reconnaissance
Intrec Pack
Intelligence and Reconnaissance Package/Bundle installer.
Stars: ✭ 177 (+378.38%)
Mutual labels:  recon, reconnaissance
webrecon
Automated Web Recon Shell Scripts
Stars: ✭ 48 (+29.73%)
Mutual labels:  recon, reconnaissance
subdomainsEnumerator
A docker image which will enumerate, sort, unique and resolve the results of various subdomains enumeration tools.
Stars: ✭ 63 (+70.27%)
Mutual labels:  reconnaissance, subfinder
Recsech
Recsech is a tool for doing Footprinting and Reconnaissance on the target web. Recsech collects information such as DNS Information, Sub Domains, HoneySpot Detected, Subdomain takeovers, Reconnaissance On Github and much more you can see in Features in tools .
Stars: ✭ 173 (+367.57%)
Mutual labels:  recon, reconnaissance
Awesome Bbht
A bash script that will automatically install a list of bug hunting tools that I find interesting for recon, exploitation, etc. (minus burp) For Ubuntu/Debain.
Stars: ✭ 190 (+413.51%)
Mutual labels:  recon, reconnaissance
Autosetup
Auto setup is a bash script compatible with Debian based distributions to install and setup necessary programs.
Stars: ✭ 140 (+278.38%)
Mutual labels:  recon, reconnaissance
Autorecon
Simple shell script for automated domain recognition with some tools
Stars: ✭ 244 (+559.46%)
Mutual labels:  recon, reconnaissance
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+9194.59%)
Mutual labels:  recon, reconnaissance
apkizer
apkizer is a mass downloader for android applications for all available versions.
Stars: ✭ 40 (+8.11%)
Mutual labels:  recon, reconnaissance
XposedOrNot
XposedOrNot (XoN) tool is to search an aggregated repository of xposed passwords comprising of ~850 million real time passwords. Usage of such compromised passwords is detrimental to individual account security.
Stars: ✭ 120 (+224.32%)
Mutual labels:  recon, reconnaissance
Url Tracker
Change monitoring app that checks the content of web pages in different periods.
Stars: ✭ 171 (+362.16%)
Mutual labels:  recon, reconnaissance
flydns
Related subdomains finder
Stars: ✭ 29 (-21.62%)
Mutual labels:  recon, reconnaissance
Osint Tools
👀 Some of my favorite OSINT tools.
Stars: ✭ 155 (+318.92%)
Mutual labels:  recon, reconnaissance
Getjs
A tool to fastly get all javascript sources/files
Stars: ✭ 190 (+413.51%)
Mutual labels:  recon, reconnaissance
Scilla
🏴‍☠️ Information Gathering tool 🏴‍☠️ DNS / Subdomains / Ports / Directories enumeration
Stars: ✭ 116 (+213.51%)
Mutual labels:  recon, reconnaissance
Spaces Finder
A tool to hunt for publicly accessible DigitalOcean Spaces
Stars: ✭ 122 (+229.73%)
Mutual labels:  recon, reconnaissance
Discover
Custom bash scripts used to automate various penetration testing tasks including recon, scanning, parsing, and creating malicious payloads and listeners with Metasploit.
Stars: ✭ 2,548 (+6786.49%)
Mutual labels:  recon, reconnaissance
Ntlmrecon
Enumerate information from NTLM authentication enabled web endpoints 🔎
Stars: ✭ 252 (+581.08%)
Mutual labels:  recon, reconnaissance

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].