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: songofhack/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.
  • 13 commits
  • 7 files changed
  • 5 contributors

Commits on Oct 13, 2016

  1. Update README.md

    Mhapankar123 authored Oct 13, 2016
    Configuration menu
    Copy the full SHA
    365997f View commit details
    Browse the repository at this point in the history
  2. Merge pull request codingo#46 from Mhapankar123/patch-1

    Update README.md
    tcstool authored Oct 13, 2016
    Configuration menu
    Copy the full SHA
    da333c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. Parse headers from saved request

    August Detlefsen committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    dfbfee8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request codingo#1 from augustd/parse-burp-headers

    Parse headers from saved request
    August Detlefsen committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    e5bbd61 View commit details
    Browse the repository at this point in the history
  3. Merge pull request codingo#49 from augustd/strip-newlines

    Strip newlines from appURL
    tcstool authored Feb 8, 2017
    Configuration menu
    Copy the full SHA
    6ed1cb9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request codingo#48 from augustd/parse-burp-headers

    Parse headers from saved request
    tcstool authored Feb 8, 2017
    Configuration menu
    Copy the full SHA
    d228df0 View commit details
    Browse the repository at this point in the history

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