Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to connect to the target #384

Closed
foudadev opened this issue Sep 6, 2023 · 4 comments
Closed

Unable to connect to the target #384

foudadev opened this issue Sep 6, 2023 · 4 comments

Comments

@foudadev
Copy link

foudadev commented Sep 6, 2023

** runtime error**

command used

python3 xsstrike.py -u "http://94.237.62.195:59433/?fullname=test&username=test&password=test&email=t@t.com"

error i got

Traceback (most recent call last):
File "/Users/$user/XSStrike/xsstrike.py", line 174, in
scan(target, paramData, encoding, headers, delay, timeout, skipDOM, skip)
File "/Users/$user/XSStrike/modes/scan.py", line 52, in scan
WAF = wafDetector(
File "/Users/$user/XSStrike/core/wafDetector.py", line 25, in wafDetector
if int(code) >= 400:
ValueError: invalid literal for int() with base 10: 'None'

finally thanks for your great job

@foudadev foudadev closed this as completed Sep 7, 2023
@foudadev foudadev reopened this Sep 7, 2023
@stedlan
Copy link

stedlan commented Sep 24, 2023

Iam facing the same problem

@nightmare-wolf
Copy link

I get the same error as well. Is it if there is a WAF in front it fails?

@foudadev
Copy link
Author

foudadev commented Mar 1, 2024

@stedlan @Cy-Beard the problem is solved to me try

 cd XSStrike
python3 xsstrike.py -u "https://Domain/?paramter=test"

@foudadev foudadev closed this as completed Mar 1, 2024
@Ahmed2456
Copy link

I have the same error even when i use this command cd XSStrike
python3 xsstrike.py -u "https://Domain/?paramter=test"
how can i solve this problem??
@foudadev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants