XSStrike icon indicating copy to clipboard operation
XSStrike copied to clipboard

Most advanced XSS scanner.

Results 89 XSStrike issues
Sort by recently updated
recently updated
newest added

#### What does it implement/fix? Explain your changes. #### Where has this been tested? 11/2023 Python Version:\ 3.11.5 Operating System: macos #### Does this close any currently open issues? no...

**Error occurs when i run XSStrike.py** └─$ python3 xsstrike.py XSStrike v3.1.5 Traceback (most recent call last): File "/home/kali/Bugbounty/tools/web_vuln/xss/XSStrike/xsstrike.py", line 117, in from core.photon import photon File "/home/kali/Bugbounty/tools/web_vuln/xss/XSStrike/core/photon.py", line 8, in...

how can i scan the code in this case No Parameter Found potentially vulnerable objects found **(not manually because its to long)

C:\Users\86188\Desktop\tool\XSStrike-master>python xsstrike.py -u "http://localhost/1.php?x=1" -fuzzer XSStrike v3.1.5 Traceback (most recent call last): File "xsstrike.py", line 149, in payloadList = list(filter(None, reader(args_file))) File "C:\Users\86188\Desktop\tool\XSStrike-master\core\utils.py", line 204, in reader with open(path, 'r')...

使用 --json 报错 python xsstrike.py -u http://127.0.0.1:8201/post1 --data '{"q":"query"}' --json 报错内容: Traceback (most recent call last): File "xsstrike.py", line 143, in paramData = converter(paramData) File "D:\project\XSStrike\core\utils.py", line 19, in converter...

This tool is good but what if I need to test from user dashboard (after logged in). How I can provide the cookie? Hope in the soon future, will allow...

** runtime error** # command used > python3 xsstrike.py -u "http://94.237.62.195:59433/?fullname=test&username=test&password=test&[email protected]" ## error i got Traceback (most recent call last): File "/Users/$user/XSStrike/xsstrike.py", line 174, in scan(target, paramData, encoding, headers, delay,...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Explain how the issue can be reproduced. **Screenshots** If applicable, add screenshots or paste terminal...