Hunt XSS easily
Jan 1, 2023
Hi, everyone .XSS is a common bug that is found accross all the platforms.The easiest way to do that is to use an automation tool .For example xsstrike(https://github.com/s0md3v/XSStrike)
At first we need an url with parameter, after that using XSStrike an XSS vulnaribility can be found easily.
The whole process is as follows-
- git clone https://github.com/s0md3v/XSStrike
- cd XSStrike
- pip3 install -r requirements.txt
- python3 xsstrike.py -u “http://test.com/sadasd?asdasd=aas”