Code Monkey home page Code Monkey logo

reconraptor's Introduction

ReconRaptor

ReconRaptor is a comprehensive reconnaissance tool designed to perform extensive scanning and enumeration of domains and subdomains. It integrates various open-source tools and APIs to provide detailed information about the target.

Features

  • Subdomain enumeration using multiple APIs and SubFinder
  • URL fetching using Waymore
  • Subdomain takeover detection
  • JavaScript exposure scanning
  • Live host filtering
  • Port scanning using Naabu
  • Exposed panel detection
  • Reflection scanning
  • GF pattern-based scanning
  • XSS scanning using Dalfox
  • Fuzzing with ffuf
  • SQL injection scanning with sqlmap

Installation

Prerequisites

Make sure you have the following tools installed:

  • subfinder
  • httpx
  • waymore
  • subov88r
  • nuclei
  • naabu
  • kxss
  • qsreplace
  • gf
  • dalfox
  • ffuf
  • interlace
  • urldedupe

Setup

bash setup.sh

Clone the repository

git clone https://github.com/h0tak88r/ReconRaptor.git
cd ReconRaptor

Setup GF Patterns

git clone https://github.com/1ndianl33t/Gf-Patterns
mkdir -p ~/.gf
cp Gf-Patterns/*.json ~/.gf
echo 'source $GOPATH/src/github.com/tomnomnom/gf/gf-completion.bash' >> ~/.bashrc
source ~/.bashrc

Usage

./reconraptor.sh <target_domain> [-s single_subdomain]

Options

  • <target_domain>: The main domain to be scanned.
  • -s single_subdomain: (Optional) Specify a single subdomain to scan.

Examples

  • Scan a domain:

    ./reconraptor.sh example.com
  • Scan a single subdomain:

    ./reconraptor.sh example.com -s sub.example.com

Output

Results are saved in the results directory, which is recreated for each run.

Logging

All log messages are saved to reconraptor.log.

Modules

Subdomain Enumeration

Uses multiple APIs and SubFinder to find subdomains.

URL Fetching

Fetches URLs using Waymore.

Subdomain Takeover Detection

Detects potential subdomain takeovers.

JavaScript Exposure Scanning

Scans for exposed JavaScript files.

Live Host Filtering

Filters live hosts using httpx.

Port Scanning

Scans top 1000 ports using Naabu.

Exposed Panel Detection

Detects exposed panels using nuclei templates.

Reflection Scanning

Scans for reflection vulnerabilities using kxss.

GF Pattern Scanning

Uses GF patterns to detect vulnerabilities such as XSS, SSRF, SSTI, and more.

XSS Scanning

Scans for XSS vulnerabilities using Dalfox.

Fuzzing

Performs fuzzing using ffuf.

SQL Injection Scanning

Scans for SQL injection vulnerabilities using sqlmap.

License

This project is licensed under the MIT License.

Contributions

Contributions are welcome! Please fork the repository and create a pull request.

reconraptor's People

Contributors

h0tak88r avatar

Stargazers

 avatar Meriah Ibrahim Abderrahim avatar AADII avatar ahmed mohamed abd alazime avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.