codingo / NoSQLMap

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

Added base exception class NoSQLMapException inside exception.py. #99

Closed bbeale closed 4 years ago

bbeale commented 4 years ago

I'm not quite sure if you had intended for the exception class to actually do anything yet, so I created NoSQLMapException and just left the class empty. I fixed any generic except statements in the other files to use the new base exception but didn't otherwise change any behavior.

Is this what you had in mind?

Also worth mentioning were functions in nsmcouch.py and nsmmongo.py that looked like they were missing some arguments. I hadn't set out to fix those, but figured it was easy enough since PyCharm was yelling at me.

codingo commented 4 years ago

Excellent work, thank-you!