All Projects → InitRoot → fransRecon

InitRoot / fransRecon

Licence: MIT License
Script will enumerate domain name using horizontal enumeration, reverse lookup. Each horziontal domain will then be vertically enumerated using Sublist3r.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to fransRecon

Scilla
🏴‍☠️ Information Gathering tool 🏴‍☠️ DNS / Subdomains / Ports / Directories enumeration
Stars: ✭ 116 (+274.19%)
Mutual labels:  enumeration, recon
Amass
In-depth Attack Surface Mapping and Asset Discovery
Stars: ✭ 1,693 (+5361.29%)
Mutual labels:  enumeration, recon
Oscp Complete Guide
How to prepare for OSCP complete guide
Stars: ✭ 120 (+287.1%)
Mutual labels:  enumeration, oscp
Interlace
Easily turn single threaded command line applications into a fast, multi-threaded application with CIDR and glob support.
Stars: ✭ 760 (+2351.61%)
Mutual labels:  enumeration, oscp
Fdsploit
File Inclusion & Directory Traversal fuzzing, enumeration & exploitation tool.
Stars: ✭ 199 (+541.94%)
Mutual labels:  enumeration, oscp
Rapidscan
🆕 The Multi-Tool Web Vulnerability Scanner.
Stars: ✭ 775 (+2400%)
Mutual labels:  enumeration, oscp
Reconky-Automated Bash Script
Reconky is an great Content Discovery bash script for bug bounty hunters which automate lot of task and organized in the well mannered form which help them to look forward.
Stars: ✭ 167 (+438.71%)
Mutual labels:  enumeration, recon
Aiodnsbrute
Python 3.5+ DNS asynchronous brute force utility
Stars: ✭ 370 (+1093.55%)
Mutual labels:  enumeration, recon
Intrec Pack
Intelligence and Reconnaissance Package/Bundle installer.
Stars: ✭ 177 (+470.97%)
Mutual labels:  enumeration, recon
Pwk Oscp Preparation Roadmap
Roadmap for preparing for OSCP, anyone is free to use this, and also feedback and contributions are welcome
Stars: ✭ 142 (+358.06%)
Mutual labels:  enumeration, oscp
Amass
In-depth Attack Surface Mapping and Asset Discovery
Stars: ✭ 6,284 (+20170.97%)
Mutual labels:  enumeration, recon
WhoEnum
Mass querying whois records
Stars: ✭ 24 (-22.58%)
Mutual labels:  enumeration, recon
Dostoevsky Pentest Notes
Notes for taking the OSCP in 2097. Read in book form on GitBook
Stars: ✭ 495 (+1496.77%)
Mutual labels:  enumeration, oscp
Bugbounty Starter Notes
bug bounty hunters starter notes
Stars: ✭ 85 (+174.19%)
Mutual labels:  enumeration, recon
Nullinux
Internal penetration testing tool for Linux that can be used to enumerate OS information, domain information, shares, directories, and users through SMB.
Stars: ✭ 451 (+1354.84%)
Mutual labels:  enumeration, recon
Autoenum
Automatic Service Enumeration Script
Stars: ✭ 134 (+332.26%)
Mutual labels:  enumeration, recon
Oscp Prep
my oscp prep collection
Stars: ✭ 105 (+238.71%)
Mutual labels:  recon, oscp
Ctf Notes
Everything needed for doing CTFs
Stars: ✭ 304 (+880.65%)
Mutual labels:  enumeration, oscp
Reconnoitre
A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.
Stars: ✭ 1,824 (+5783.87%)
Mutual labels:  enumeration, oscp
Ntlmrecon
Enumerate information from NTLM authentication enabled web endpoints 🔎
Stars: ✭ 252 (+712.9%)
Mutual labels:  enumeration, recon

Disclaimer

I take not responsibility for your use of the software. Development is done in my personal capacity and carry no affiliation to my work.

fransRecon

Script will enumerate domain name using horizontal enumeration, reverse lookup. Each horziontal domain will then be vertically enumerated using Sublist3r.

Output can then be used for portscans etc.

Horizontal enumeration:

  • On company registrar name
  • On domain name provided

Vertical enumeration:

  • On all the domains found during horizontal enumeration

Usage

fransRecon.py example.com

alt text

Note that this could take a long time to run for big domains.

Install

Should have to be run from in Sublist3r folder. Easiest is to clone this GIT and then clone sublist3r into the same folder.

For python the following needs to be installed.

pip install pandas
pip install click 

The folder structure is as follow once installed:

 ✘ ⚡ root@pentest  ~/Tools/fransRecon  ls -la
total 96
drwxr-xr-x  4 root root  4096 May 27 18:29 .
drwxr-xr-x 14 root root  4096 May 26 12:48 ..
-rwxr--r--  1 root root  5545 May 26 22:17 fransRecon.py
drwxr-xr-x  2 root root  4096 May 26 21:00 subbrute
drwxr-xr-x  3 root root  4096 May 26 21:00 Sublist3r
-rwxr-xr-x  1 root root 36120 May 26 21:00 sublist3r.py
-rw-r--r--  1 root root 36642 May 26 21:00 sublist3r.pyc
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].