Skip to content
forked from xadhrit/xira

xira is xss vulnerability scanner. It simply collects all input fields form website. And test each of them with some cool payloads. Thus, if we get any vulnerable input field then it got printed on terminal/console with successful payloads.

License

Notifications You must be signed in to change notification settings

marciopocebon/xira

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XIRA : xss vulnerablity scanner

xira

Installation

# clone the repo
$ git clone https://github.com/xadhrit/xira.git

# change the working directory to xira
$ cd xira

# install the requirements
 
For Linux
$ python3 -m pip install -r requirements.txt

For windows
> python -m pip install -r requirements.txt

Usage

FOR LINUX/WINDOWS

$ python3/python xira.py

Enter the target's url : https://www.example.com

xira

Results

$ All details with successful payloads.
$ True

xira

Todos :
>> Adding sleep functionality that will prevent us to getting blocked

>> Partition of Payloads
 
>> Add more and smart payloads
Issues:

Contact me : Twitter Instagram

Email :adhirt77@gmail.com

About

xira is xss vulnerability scanner. It simply collects all input fields form website. And test each of them with some cool payloads. Thus, if we get any vulnerable input field then it got printed on terminal/console with successful payloads.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%