Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sultan8252/NoSQLMap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: stable
Choose a base ref
...
head repository: codingo/NoSQLMap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 26, 2017

  1. Correction of error in code.

    Line 18 is $js = "function () { var query = '". $ordersearch . "'; return this.id == query;}";
    Should be
    $js = "function () { var query = '". $search . "'; return this.id == query;}";
    adriendb authored Mar 26, 2017
    Configuration menu
    Copy the full SHA
    bafb608 View commit details
    Browse the repository at this point in the history
  2. Change mongo to localhost

    Changed the mongoclient to localhost (127.0.0.1) line 14.
    adriendb authored Mar 26, 2017
    Configuration menu
    Copy the full SHA
    598950d View commit details
    Browse the repository at this point in the history
  3. Create mongo.nosql

    Schema for the three databases and collections for the sample vulnerable applications.
    adriendb authored Mar 26, 2017
    Configuration menu
    Copy the full SHA
    862c062 View commit details
    Browse the repository at this point in the history
  4. Create populate_db.php

    Add a PHP script to populate the DBs for the vulnerable applications.
    adriendb authored Mar 26, 2017
    Configuration menu
    Copy the full SHA
    aa1a475 View commit details
    Browse the repository at this point in the history
  5. Merge pull request codingo#51 from adriendb/Changes

    Two corrections
    tcstool authored Mar 26, 2017
    Configuration menu
    Copy the full SHA
    9cfa0a0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request codingo#50 from adriendb/stable

    Add two files to populate the dbs
    tcstool authored Mar 26, 2017
    Configuration menu
    Copy the full SHA
    e49131d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Update README.md

    codingo authored Aug 22, 2017
    Configuration menu
    Copy the full SHA
    37fd3c7 View commit details
    Browse the repository at this point in the history
Loading