Skip to content

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

Notifications You must be signed in to change notification settings

natekali/HydraXSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages