Open In App

XIRA – XSS Vulnerablity Scanner

Last Updated : 13 Jan, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

XIRA is a clever XSS detection tool that looks for reflected cross-site scripting (XSS) vulnerabilities using human methodologies. This tool based on python3 is a Python-based automated cyber-security program that can search for queries, and identify XSS  vulnerabilities. XIRA Tool, You can use the GitHub platform for free, and it’s an open-source tool, so you can contribute to it. 

Note: Make sure you have Python3 installed on your Kali Linux system because XIRA is a python-based application. To see how to install Python on Linux, go to Steps for installing Python on Linux.

XIRA Tool installation on Kali Linux:

Step 1: To install this program on a Kali Linux machine, run the command below.

git clone https://github.com/xadhrit/xira.git

 

Step 2: To use the tool, you must first navigate to the appropriate directory and then run the tool script.

cd xira

 

Step 3: Run the command below to install all of the necessary packages for the NXcrypt utility to run.

chmod +x xira.py

 

Step 4: Check the installation with the command below, then read the tool’s help page for further information.

python3 xira.py -h

 

Using XIRA Tool on Kali Linux OS:

Example 1: In this screenshot, we will find XSS vulnerabilities

http://testhtml5.vulnweb.com/#/popular

We will find XSS vulnerabilities on this website

 

Below the screenshot, we find XSS  vulnerabilities

 

Example 2: In this screenshot, we will find some XSS vulnerabilities

http://zero.webappsecurity.com/admin/

 

In this  below  screenshot, we can see we did not find any XSS  vulnerabilities on this website

 


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads