Skip to content

ReaconWeaver is a powerful tool for deep, fast, and comprehensive web reconnaissance. It combines various scanning techniques, from passive enumeration to active testing, to gather maximum information about a target, designed for ethical cybersecurity and penetration testing.

License

Notifications You must be signed in to change notification settings

cryptdefender323/ReaconWeaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UltraWebRecon - A Professional Full-Stack Web Reconnaissance Toolkit

UltraWebRecon is a powerful and versatile web reconnaissance toolkit designed for penetration testers and security professionals. This toolkit provides a comprehensive set of features for conducting thorough web reconnaissance, including subdomain enumeration, port scanning, directory brute-forcing, WAF detection, WHOIS and DNS reconnaissance, SSL/TLS scanning, and JavaScript file crawling.

Features

  • Subdomain Enumeration: Perform passive and active subdomain enumeration with options for wildcard detection and duplicate filtering.
  • Port Scanning: Conduct TCP/UDP port scans with service detection and banner grabbing, including stealth scanning options.
  • Directory and File Brute-Force: Execute directory and file brute-force attacks with high concurrency and customizable output formats.
  • WAF and Firewall Detection: Identify web application firewalls and firewalls using advanced fingerprinting techniques.
  • WHOIS and DNS Reconnaissance: Retrieve WHOIS information and DNS records, detecting potential misconfigurations.
  • SSL/TLS Scanning: Analyze SSL/TLS configurations, identifying weak ciphers and expired certificates.
  • JavaScript File Crawling: Extract endpoints and sensitive information from JavaScript files on a target domain.
  • Real-Time Progress and Output: Monitor the progress of operations with an interactive UI, displaying execution times and result counts.
  • Configuration and CLI Arguments: Easily configure settings and options via command-line arguments or configuration files.
  • Error Handling and Safety: Implement robust error handling, automatic retries, and rate limiting to ensure safe operations.

What does it detect?

Tangkapan Layar 2025-10-05 pukul 18 06 31

How do I use it?

Tangkapan Layar 2025-10-05 pukul 18 08 31

Installation

To install UltraWebRecon, clone the repository and install the required dependencies:

git clone https://github.com/cryptdefender323/UltraWebRecon.git
cd UltraWebRecon
pip install -r requirements.txt

Usage

To run UltraWebRecon, use the following command:

python main.py --target <target_url> --mode <mode> --output <output_format>
example : python3 main.py -t http://testphp.vulnweb.com --port-scan --service-detect

Replace <target_url>, <mode>, and <output_format> with your desired values. For detailed usage instructions and available options, run:

python main.py --help

About

ReaconWeaver is a powerful tool for deep, fast, and comprehensive web reconnaissance. It combines various scanning techniques, from passive enumeration to active testing, to gather maximum information about a target, designed for ethical cybersecurity and penetration testing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages