XSS Tools
Last updated
Last updated
Basic Usage(Get): python3 xsstrike.py --headers -u "" Basic Usage(Post): python xsstrike.py -u "" --data "q=query" Crawling(depth=2 default): python xsstrike.py -u "" --crawl -l 3 Find hidden parameters: python xsstrike.py -u "" --params Extra: --headers #Set custom headers (like cookies). It is necessary to set every time --skip-poc --skip-dom #Skip DOM XSS scanning
Tool to find vulnerable (GET or POST) parameter to XSS using a list of payloads with a GUI. Custom headers (like cookies) can not be configured.
Already installed in Kali. Complete tool to find XSS.
Basic Usage(Get):
The tool doesnt send the payload:(
Not recommended. A lot of unnecessary output, and it doesn`t work properly.