We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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:
But this does not seem to work. Is this possible?
The text was updated successfully, but these errors were encountered: