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

No module named parse #41

Closed
iamkenichi opened this issue Jun 13, 2018 · 3 comments
Closed

No module named parse #41

iamkenichi opened this issue Jun 13, 2018 · 3 comments

Comments

@iamkenichi
Copy link

This happened after the latest update

Traceback (most recent call last):
File "xsstrike", line 17, in
from urllib.parse import urlparse, parse_qs, quote_plus
ImportError: No module named parse

@jaywon
Copy link

jaywon commented Jun 14, 2018

PR #42 will fix this issue

@s0md3v
Copy link
Owner

s0md3v commented Jun 14, 2018

Hi there,
Thanks for reporting the issue.
Python2 support has been dropped in the latest update and XSStrike now runs on Python3.
Try running XSStrike with python3 as follows
python3 xsstrike
Let me know if the issue persists.
Thanks again.

@s0md3v s0md3v closed this as completed in d9544a6 Jun 14, 2018
@s0md3v s0md3v reopened this Jun 14, 2018
@s0md3v
Copy link
Owner

s0md3v commented Jun 14, 2018

Sorry for that, I closed it unknowingly.

@s0md3v s0md3v closed this as completed in 03e4f37 Jun 14, 2018
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

3 participants