-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Crashing: re.error: global flags not at the start of the expression at position 12 #405
Open
4 tasks done
Comments
I have the same problem. |
go to XSStrike then go to core then use nano or anything and replace this line pre = re.sub(r'(?s){.?}|(?s)(.?)|(?s)".?"|(?s)'.?'', '', pre) to this pre = re.sub(r'(?s)({.?}|(.?)|".?"|'.?')', '', pre) then try the tool now |
same changed but still not working |
Try this one
|
It's Working!!! |
Thanks its working .
…On Thu, 8 Aug 2024, 6:41 am DAX, ***@***.***> wrote:
Try this one
pre = re.sub(r'\{.*?\}|\(.*?\)|".*?"|\'[^\']*\'', '', pre, flags=re.DOTALL)
It's Working!!!
—
Reply to this email directly, view it on GitHub
<#405 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASIWXGU4UMINY3GPJK4Z5K3ZQLAS5AVCNFSM6AAAAABJE6PAQGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZUGY4TINRWGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thanks bro for helping you gain one new follower |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When it starts to generate payloads gives this error: re.error: global flags not at the start of the expression at position 12
To Reproduce
python3 xsstrike.py -u "https://cs.money/blog/?s="
Screenshots


Potential cause or fix
Nope
Environment:
Some Questions
pip3
instead ofpip
Other comments
Do you have something else to say?
The text was updated successfully, but these errors were encountered: