Home information Geathering QuickXSS – Real Automated XSS Vulnerability Finder

QuickXSS – Real Automated XSS Vulnerability Finder

QuickXSS – Hello guys are in this article I’m going to teach you how to find website vulnerability most easily with the QuickXSS tool, with This tool you can easily find cross-site scripting (XSS) vulnerability in any web application through Wayback URL.

How to install and use the QuickXSS tool?

Step 1:

First, we need to install the Golang package so type the below command in your terminal.

				
					sudo apt-get install golang -y
				
			
install golang

Step 2:

Now we need to set the GOPATH environment variables one by one

				
					export GOROOT=/usr/lib/go
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
				
			
FFUF – The best website discovery Tool

Step 3:

Now Download the QuickXSS Tool so type the following commands

				
					git clone https://github.com/theinfosecguy/QuickXSS.git
				
			
download tool

Step 4:

Now change the directory to QuickXSS

QuickXSS – Real Automated XSS Vulnerability Finder

Step 5:

Then install the tool so execute the below commands

				
					sudo bash install.sh
				
			
QuickXSS – Real Automated XSS Vulnerability Finder

Step 6:

Now You just need to give the domain name you want to hunt and it will automatically find the working “params” first and then exploit them to find XSS vulnerabilities. In addition, it generates a complete report of the domain

				
					bash QuickXSS.sh -d testphp.vulnweb.com
				
			
QuickXSS – Real Automated XSS Vulnerability Finder

Step  7:

After executing the command it gives us all the details about the target and the mode of attack.

QuickXSS – Real Automated XSS Vulnerability Finder

x

No Comments

Leave A Reply

Please enter your comment!
Please enter your name here