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

issues when using the JSON option #374

Open
Shark1337 opened this issue May 20, 2023 · 0 comments
Open

issues when using the JSON option #374

Shark1337 opened this issue May 20, 2023 · 0 comments

Comments

@Shark1337
Copy link

I'm encountering some issues when using the JSON option that cause the application to get erroneous responses due to the format in which it adds them, here's an example:

python3 xsstrike.py -u www.example.com --headers --data '{"name": "query"}' --json --proxy

I get the following result in the injection

"{"name": "<test/o%00nload=x"}

when it should be

{"name": "<test/o%00nload=x"}

image
image

image
image

Thank you for this wonderful application and for your efforts in improving it.

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

1 participant