-
-
Notifications
You must be signed in to change notification settings - Fork 603
Closed
Description
What's the problem (or question)?
The parameter value payload not properly encoded which is make the urllib got an 400 Bad Request
Do you have an idea for a solution?
Using urllib.quote(string) to encode the parameter value in function
file nsmweb.py -> def buildUri(origUri, randValue):
https://stackoverflow.com/questions/8840303/urllib2-http-error-400-bad-request
How can we reproduce the issue?
- python nosqlmap.py
- set options (1)
- set target (1) => "prison-commissary.mysterious-hashes.net"
- set App Path (3) => "/panda.php?id=1"
- toggle verbose mode (9)
- back to main menu (x)
- NoSQL Web Attack (3)
- random string size enter (1)
- choose (3) Numberf only
- choose (1) which is id
Metadata
Metadata
Assignees
Labels
No labels