codingo / NoSQLMap

Automated NoSQL database enumeration and web application exploitation tool.
GNU General Public License v3.0
2.88k stars 577 forks source link

Update nsmweb.py #60

Closed SudhanshuC closed 7 years ago

SudhanshuC commented 7 years ago

IMHO better way to get rid of the "HTTP 400 Bad Request" issue (https://github.com/codingo/NoSQLMap/issues/58).

Instead of manually adding "urllib.quote" for all payloads one by one, do it for all at once, will also be useful once new payloads are added.

codingo commented 7 years ago

Thank-you @SudhanshuC - tested and merged.

SudhanshuC commented 7 years ago

You are Welcome and Thanks for the creating NoSQLMap. Kudos to https://github.com/anantshri for guidance with the code.

koxu1996 commented 6 years ago

@codingo tested? Rather not, cause '=' is encoded now...