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
Step 2:
Now we need to set the GOPATH environment variables one by one
export GOROOT=/usr/lib/goexport GOPATH=$HOME/goexport PATH=$GOPATH/bin:$GOROOT/bin:$PATH
Step 3:
Now Download the QuickXSS Tool so type the following commands
git clone https://github.com/theinfosecguy/QuickXSS.git
Step 4:
Now change the directory to QuickXSS
Step 5:
Then install the tool so execute the below commands
sudo bash install.sh
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
Step 7:
After executing the command it gives us all the details about the target and the mode of attack.
إرسال تعليق