Giter Club home page Giter Club logo

egyxss's Introduction

# Advanced XSS Scanner

Advanced XSS Scanner is a Python tool designed for identifying and testing websites for potential Cross-Site Scripting (XSS) vulnerabilities. It allows you to scan a single website or provide a text file containing multiple websites for sequential scanning.

Version 1.0

## Features

- Collects internal URLs from a website recursively.
- Identifies and tests various points for potential XSS vulnerabilities.
- Handles websites with or without `http://` or `https://`.
- Provides colored output for clear visibility of results.
- Saves detected XSS vulnerabilities to a text file (`vulnerable_urls.txt`).

## Prerequisites

- Python 3.7 or higher
- Required Python packages (can be installed using `pip`):
  - aiohttp
  - BeautifulSoup4
  - colorama

## Usage

1. Clone this repository to your local machine:

git clone https://github.com/dragonked2/EgyXss.git cd advanced-xss-scanner


2. Install the required Python packages:

pip install aiohttp beautifulsoup4 colorama


3. Run the script:

python egyxss.py


4. Choose one of the following options:
- Scan a single website.
- Provide a text file with multiple websites for sequential scanning.

5. Enter the maximum depth to crawl (e.g., 2).

6. Follow the on-screen prompts to proceed with the scanning.

## Sample Payloads

The tool comes with a list of basic payloads, payloads without angle brackets, additional WAF bypass payloads, and additional payloads for character restrictions. You can customize this list in the script to suit your needs.

## Results

The tool will display the results on the terminal, highlighting vulnerable URLs and form fields with potential XSS vulnerabilities. Detected vulnerabilities will also be saved to `vulnerable_urls.txt` for further analysis.

## Contributing

Contributions are welcome! Feel free to open issues or pull requests to improve the tool or add new features.

## License
Ali Essam
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

egyxss's People

Contributors

dragonked2 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.