Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
003Recon — Some tools to automate recon - 003random | Kitploit
Tools/GitHubGitHub/003random/003recon
ReconnaissanceVulnerability ScannersInformation GatheringWeb SecuritySubdomain Enumeration
GitHub003random/003recon

003Recon

Some tools to automate recon - 003random

View Repository
296738 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

📌 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
  2. Filter out only online domains
  3. Scan the domains for CRLF
  4. Check for a CORS misconfigurations
  5. Test for open redirects
  6. Grab sensitive headers
  7. Get sensitive 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

More tools in comming soon / in progress 😉

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:

root@kitploit:~
git clone https://github.com/003random/003Recon.git;  
cd 003Recon;  
./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:

root@kitploit:~
./recon.sh example.com  

Also, you might need to install some python modules like 'requests'.

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

Download Tool