You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error:
[!!] Unable to connect to the target.
[~] Checking for DOM vulnerabilities
[!!] Unable to connect to the target.
Traceback (most recent call last):
File "/home/user/XSStrike/xsstrike.py", line 174, in
scan(target, paramData, encoding, headers, delay, timeout, skipDOM, skip)
File "/home/user/XSStrike/modes/scan.py", line 52, in scan
WAF = wafDetector(
^^^^^^^^^^^^
File "/home/user/XSStrike/core/wafDetector.py", line 25, in wafDetector
if int(code) >= 400:
^^^^^^^^^
ValueError: invalid literal for int() with base 10: 'None'
how to solve this issue?
The text was updated successfully, but these errors were encountered:
when I try this command:
python3 xsstrike.py -u "http://94.237.58.148:56322/index.php?parameter=test";
I got this error:
[!!] Unable to connect to the target.
[~] Checking for DOM vulnerabilities
[!!] Unable to connect to the target.
Traceback (most recent call last):
File "/home/user/XSStrike/xsstrike.py", line 174, in
scan(target, paramData, encoding, headers, delay, timeout, skipDOM, skip)
File "/home/user/XSStrike/modes/scan.py", line 52, in scan
WAF = wafDetector(
^^^^^^^^^^^^
File "/home/user/XSStrike/core/wafDetector.py", line 25, in wafDetector
if int(code) >= 400:
^^^^^^^^^
ValueError: invalid literal for int() with base 10: 'None'
how to solve this issue?
The text was updated successfully, but these errors were encountered: