Skip to content

uhmm, this repository is private. how r u reading this? O.o EDIT: not anymore; enjoy

Notifications You must be signed in to change notification settings

PremHcz/003Recon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📌 Description

This repository contains some of my scripts that i created to automate some recon processes.
It performs the following things;

  1. Get subdomains of a domain ad d
  2. Filter out only online domains
  3. Scan the domains for CRLF
  4. Check for a CORS misconfiguration
  5. Test for open redirects
  6. Grab sensitive headers
  7. Get senstive info from error pages
  8. Check for subdomain takeovers
  9. Extract javascript files
  10. Feed the javascript files into 'relative-url-extractor'
  11. Screenshot all domains
  12. Check if sites run wordpress
  13. Start a wpscan on the wordpress sites
  14. Do a nmap service scan

All output will get saved in a folder named by the domain, in the output folder.
In this folder it will create files with the discovered content.

Install:

git clone https://github.com/003random/003Recon.git;
cd 003Recon;
chmod 777 install.sh;
./install.sh; #Or if you have some tools already installed, edit the paths in recon.sh and comment those tools out here.

#And then call it with:

./recon.sh example.com

👌 Created by 003random - @003random - 003random.com

About

uhmm, this repository is private. how r u reading this? O.o EDIT: not anymore; enjoy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.7%
  • Shell 37.3%