Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.76 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.76 KB

logo_hydraxss

HydraXSS

HydraXSS is a brand new XSS scanner. It crawl all the pages on the target website to find some user inputs and inject payloads automatically

Features

  • Exploit of Input field
  • Automation of XSS injection
  • Automatic Tool

Prerequisites

Before running HydraXSS, make sure you install these following libraries :

  • requests
  • bs4
  • selenium
  • chromedriver

You can install them by typing this following command in your terminal :
pip3 install -r requirements.txt

Installation

Clone this repository to your local machine.

Open your terminal and navigate to the cloned repository.

Run the script by typing python3 hydraxss.py in your terminal.

Enter the url of the target website when prompted.

Usage

HydraXSS can be used to inspect and test the vulnerability of a website, this tool is fully automatic and can be run in the background, at this point you can do your other tasks and come back later to see the scanner results.

Usage demo

Execution on one page

demo_hydraxss.mp4

Execution on other pages

demo_hydraxss_2.mp4

HydraXSS in picture

Functionality

hydraxss


Output

output_hydraxss

Author