-
-
Notifications
You must be signed in to change notification settings - Fork 604
Closed
Description
What's the problem (or question)?
When using nosqlmap in interactive mode, the web attack will fail when using HTTP POST method due to the postParameter variable not being defined.
Do you have an idea for a solution?
To solve the issue, replace line 340 in nosqlmap.py from this:
build_post_data(postDataIn)
To this:
postData = build_post_data(postDataIn)
How can we reproduce the issue?
- Run nosqlmap
- Select option 1 to set options
- Populate all needed options for Web attacks
- Set option 6 to post and enter the post patameters
- Go back to main menu
- Select option 3 for web attacks
At this point the app will fail with message:
NameError: global name 'postData' is not defined
What are the running context details?
Kali linux running stand alone cloned from github.
Metadata
Metadata
Assignees
Labels
No labels