Skip to content

CoupDeWeb is an automated web vulnerability scanner designed for security researchers and developers. It scans for potential vulnerable endpoints, targeting various types of vulnerabilities such as XSS, SQL Injection, and more.

Notifications You must be signed in to change notification settings

AnonKryptiQuz/CoupDeWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CoupDeWeb: Advanced Web Vulnerability Scanner

CoupDeWeb is a powerful and automated web vulnerability scanner designed for security researchers, developers, and penetration testers. This tool helps users scan websites for vulnerabilities like XSS and SQL Injection by retrieving historical URLs and filtering them through customizable patterns. It’s a fast, efficient, and user-friendly solution for finding potential loopholes in web applications.

Features

  • Historical URL Collection: Utilizes waybackurls to retrieve a site’s historical URLs.
  • Customizable Filters: Supports gf filters for various vulnerability patterns like XSS, SQLi, and more.
  • De-duplication: Ensures only unique URLs are presented with urldedupe.
  • User-Friendly: Provides interactive prompts for a streamlined scanning process.
  • Optimized: Fast scanning with detailed results and the option to save vulnerable URLs.

Prerequisites

  • Go
  • Gf
  • waybackurls
  • urldedupe

Installation

  1. Clone the repository:

    git clone https://github.com/AnonKryptiQuz/CoupDeWeb.git
    cd CoupDeWeb
  2. Run the script:

    bash CoupDeWeb.sh

    Ensure you have Go and all the required tools installed.

Usage

  1. Run the tool:

    ./CoupDeWeb.sh
  2. Follow the prompts to input the website URL and select a filter.

  3. The scanner will search for vulnerable URLs based on the selected filter and display the results.

  4. Optionally, save the found URLs for future use.

Disclaimer

  • Educational Purposes Only: CoupDeWeb is intended for educational and research use. The tool should not be used for illegal or malicious activities. It is the user’s responsibility to ensure compliance with local laws and regulations.

Credits

This tool uses open-source projects, and we give full credit to the original developers:

All tools are used under their respective open-source licenses.

Author

Created by: AnonKryptiQuz

About

CoupDeWeb is an automated web vulnerability scanner designed for security researchers and developers. It scans for potential vulnerable endpoints, targeting various types of vulnerabilities such as XSS, SQL Injection, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages