Hunt XSS easily

hacker_might
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-

  1. git clone https://github.com/s0md3v/XSStrike
  2. cd XSStrike
  3. pip3 install -r requirements.txt
  4. python3 xsstrike.py -u “http://test.com/sadasd?asdasd=aas”

--

--

hacker_might

Senior InfoSec Analyst with 11 CVEs, and expertise in security research, pen testing, and zero day research.