You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanna asking about this,
this error happend when i test to attack mongodb
Select an option: 2
DB Access attacks (MongoDB)
Checking to see if credentials are needed...
Successful access with no credentials!
Traceback (most recent call last):
File "./nosqlmap.py", line 544, in
main(args)
File "./nosqlmap.py", line 47, in main
mainMenu()
File "./nosqlmap.py", line 86, in mainMenu
nsmmongo.netAttacks(victim, dbPort, myIP, myPort)
File "/home/tesla/git/NoSQLMap/nsmmongo.py", line 71, in netAttacks
mgtRespCode = urllib.urlopen(mgtUrl).getcode()
File "/usr/lib/python2.7/urllib.py", line 87, in urlopen
return opener.open(url)
File "/usr/lib/python2.7/urllib.py", line 215, in open
return getattr(self, name)(url)
File "/usr/lib/python2.7/urllib.py", line 352, in open_http
h.endheaders(data)
File "/usr/lib/python2.7/httplib.py", line 1078, in endheaders
self._send_output(message_body)
File "/usr/lib/python2.7/httplib.py", line 894, in _send_output
self.send(msg)
File "/usr/lib/python2.7/httplib.py", line 856, in send
self.connect()
File "/usr/lib/python2.7/httplib.py", line 833, in connect
self.timeout, self.source_address)
File "/usr/lib/python2.7/socket.py", line 575, in create_connection
raise err
IOError: [Errno socket error] [Errno 111] Connection refused
sorry idk this,this is my fault or what
Thank you
The text was updated successfully, but these errors were encountered:
HI,
I wanna asking about this,
this error happend when i test to attack mongodb
Select an option: 2
DB Access attacks (MongoDB)
Checking to see if credentials are needed...
Successful access with no credentials!
Traceback (most recent call last):
File "./nosqlmap.py", line 544, in
main(args)
File "./nosqlmap.py", line 47, in main
mainMenu()
File "./nosqlmap.py", line 86, in mainMenu
nsmmongo.netAttacks(victim, dbPort, myIP, myPort)
File "/home/tesla/git/NoSQLMap/nsmmongo.py", line 71, in netAttacks
mgtRespCode = urllib.urlopen(mgtUrl).getcode()
File "/usr/lib/python2.7/urllib.py", line 87, in urlopen
return opener.open(url)
File "/usr/lib/python2.7/urllib.py", line 215, in open
return getattr(self, name)(url)
File "/usr/lib/python2.7/urllib.py", line 352, in open_http
h.endheaders(data)
File "/usr/lib/python2.7/httplib.py", line 1078, in endheaders
self._send_output(message_body)
File "/usr/lib/python2.7/httplib.py", line 894, in _send_output
self.send(msg)
File "/usr/lib/python2.7/httplib.py", line 856, in send
self.connect()
File "/usr/lib/python2.7/httplib.py", line 833, in connect
self.timeout, self.source_address)
File "/usr/lib/python2.7/socket.py", line 575, in create_connection
raise err
IOError: [Errno socket error] [Errno 111] Connection refused
sorry idk this,this is my fault or what
Thank you
The text was updated successfully, but these errors were encountered: