★ wanayoo — archive 1999 https://github.com/codingo/NoSQLMap/issues/106Nouvelle recherche | Portail wanayoo
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore / track 500 #106

Closed
drwetter opened this issue Jun 22, 2020 · 2 comments
Closed

Ignore / track 500 #106

drwetter opened this issue Jun 22, 2020 · 2 comments

Comments

@drwetter
Copy link

@drwetter drwetter commented Jun 22, 2020

Debian 10, fresh pull.

_  _     ___  ___  _    __  __           
| \| |___/ __|/ _ \| |  |  \/  |__ _ _ __ 
| .` / _ \__ \ (_) | |__| |\/| / _` | '_ \
|_|\_\___/___/\__\_\____|_|  |_\__,_| .__/
 v0.7 codingo@protonmail.com        |_|   


1-Set options
2-NoSQL DB Access Attacks
3-NoSQL Web App attacks
4-Scan for Anonymous MongoDB Access
5-Change Platform (Current: MongoDB)
x-Exit
Select an option: 3
Web App Attacks (POST)
===============
Checking to see if site at<redacted> is up ..
Traceback (most recent call last):
  File "./nosqlmap.py", line 544, in <module>
    main(args)
  File "./nosqlmap.py", line 47, in main
    mainMenu()
  File "./nosqlmap.py", line 103, in mainMenu
    nsmweb.postApps(victim,webPort,uri,https,verb,postData,requestHeaders)
  File "/home/dirkw/networking/tools/NoSQLMap/nsmweb.py", line 428, in postApps
    appRespCode = urllib2.urlopen(req).getcode()
  File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 435, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 473, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 500: Internal Server Error

I was exactly trying to use this tool bc of the 500 I spotted manually. It signals to me either the application can't swallow what I am sending or it is passing the characters to the NoSQL DB and then the error occurs for one or the other reason.

@github-actions
Copy link

@github-actions github-actions bot commented Aug 22, 2020

Stale issue message

@drwetter
Copy link
Author

@drwetter drwetter commented Aug 30, 2020

Ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.