codingo / NoSQLMap

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

changing options after failed attacks #42

Closed silverpenguin closed 8 years ago

silverpenguin commented 8 years ago

Trying to run an attack through options 2 and 3 then receiving:

Checking to see if credentials are needed... Couldn't connect to Mongo server.

When this is recieved and you try to adjust the settings within option 1 the following error occurs:

Traceback (most recent call last): File "./nosqlmap.py", line 1752, in main() File "./nosqlmap.py", line 60, in main mainMenu() File "./nosqlmap.py", line 93, in mainMenu options() File "./nosqlmap.py", line 199, in options while optSelect: UnboundLocalError: local variable 'optSelect' referenced before assignment

silverpenguin commented 8 years ago

reading through previous bugs found this issue posted within another and the issue was fixed though the fix does not seem pushed to the main branch ?

tcstool commented 8 years ago

Did you clone from 0.5? The fix should have been pushed there.

On Fri, Jun 24, 2016 at 1:31 PM, silverpenguin notifications@github.com wrote:

reading through previous bugs found this issue posted within another and the issue was fixed though the fix does not seem pushed to the main branch ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tcstool/NoSQLMap/issues/42#issuecomment-228424499, or mute the thread https://github.com/notifications/unsubscribe/ADG53v6unQvvHnDTqnv_YBt1jZ8PAz5gks5qPCKKgaJpZM4I962C .

silverpenguin commented 8 years ago

yes it was because of that, the default download was 0.5 my own mistake for just downloading without checking I guess, I just quickly hacked them in for speed but will be downloading the updated 0.6 (will soon be contributing to development)

tcstool commented 8 years ago

So I wouldn't use 0.6 yet. It's a super buggy work in progress :-). I'd love some help working on it though. If you want to shoot me some contact info over to nosqlmap@gmail.com, I can give you some things I need a hand with. The project has outgrown my free time, but I'm doing my best.

On Sat, Jun 25, 2016 at 11:57 AM, silverpenguin notifications@github.com wrote:

yes it was because of that, the default download was 0.5 my own mistake for just downloading I guess, I just quickly hacked them in for speed but will be downloading the updated 0.6 (will soon be contributing to development)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tcstool/NoSQLMap/issues/42#issuecomment-228557561, or mute the thread https://github.com/notifications/unsubscribe/ADG53u4shqPA9zfb72RRz4L9d8YVIZHTks5qPV4TgaJpZM4I962C .

silverpenguin commented 8 years ago

I dropped you an email!