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

Generic MongoDB javascript injection collection enumeration #3430

Merged
merged 5 commits into from
Jun 12, 2014
Merged

Generic MongoDB javascript injection collection enumeration #3430

merged 5 commits into from
Jun 12, 2014

Commits on Jun 7, 2014

  1. Create mongodb_js_inject_collection_enum.rb

    This module was tested against a small php application I wrote interfacing with MongoDB 2.2.7
    
    https://gist.github.com/brandonprry/c2de8ac2be825007c4de
    brandonprry committed Jun 7, 2014
    Configuration menu
    Copy the full SHA
    4071fb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2014

  1. Update mongodb_js_inject_collection_enum.rb

    This adds a bit more error handling, and better decision making in regards to false responses.
    brandonprry committed Jun 8, 2014
    Configuration menu
    Copy the full SHA
    2663af9 View commit details
    Browse the repository at this point in the history
  2. Update mongodb_js_inject_collection_enum.rb

    No need to make extra requests. Off by one.
    brandonprry committed Jun 8, 2014
    Configuration menu
    Copy the full SHA
    dc89621 View commit details
    Browse the repository at this point in the history
  3. Update mongodb_js_inject_collection_enum.rb

    Fix some logic bugs that caused incorrect results.
    brandonprry committed Jun 8, 2014
    Configuration menu
    Copy the full SHA
    4367e8e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2014

  1. Configuration menu
    Copy the full SHA
    cca91dd View commit details
    Browse the repository at this point in the history