XSStrike icon indicating copy to clipboard operation
XSStrike copied to clipboard

Unable to connect to the target (Not Solved)

Open Ahmed2456 opened this issue 3 months ago • 2 comments

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?

Ahmed2456 avatar Apr 10 '24 09:04 Ahmed2456