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

Using JSON data #13

Open
bramvbilsen opened this issue May 20, 2022 · 1 comment
Open

Using JSON data #13

bramvbilsen opened this issue May 20, 2022 · 1 comment

Comments

@bramvbilsen
Copy link

I'm trying to scan an endpoint that expects JSON data. Not quite sure on how to pass this to NoSQLi. Currently doing the following:

./nosqli_macos_v0.5.4 scan -t http://localhost:3000/readsWithoutJs -d "{"name": "Bram"}"

But this does not seem to work. Is this possible?

@Thy-GoD
Copy link

Thy-GoD commented Sep 5, 2023

I'm very late to this, but this is a problem with your command, not the tool.
You need to enclose the json payload in ' instead of ".

Might help future individuals i guess.

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

2 participants