Skip to content

Commit

Permalink
Update NoSQLMap.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arch3rPro committed Jan 11, 2025
1 parent 8f3ea15 commit 9b7281e
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions bucket/NoSQLMap.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
{
"version": "master",
"description": "Automated NoSQL database enumeration and web application exploitation tool.(Scoop bucket by arch3rpro)",
"version": "2023-12-03T09.34.55",
"description": "(Scoop bucket by arch3rpro) NoSQLMap - Automated NoSQL database enumeration and web application exploitation tool.",
"homepage": "https://github.com/codingo/NoSQLMap",
"license": " GPL-3.0",
"suggest": "python2.7",
"license": "GPL-3.0",
"suggest": {
"Python": "python2.7"
},
"url": "https://github.com/codingo/NoSQLMap/archive/refs/heads/master.zip",
"hash": "8813ae862d1624961ab85716d26cb2da0813d94644ef8410646f2f5b6ef180ef",
"extract_dir": "NoSQLMap-master",
"pre_install": "Set-Content \"$dir\\nosqlmap.bat\" '@pushd %~dp0\npython2 nosqlmap.py %*\n@popd' -Encoding Ascii",
"post_install": [
"Move-Item -Path \"$dir\\nosqlmap-master\\*\" -Destination \"$dir\\\"",
"Remove-Item \"$dir\\nosqlmap-master\" -Force -Recurse",
"pip2 install couchdb pbkdf2 pymongo ipcalc"
],
"bin": "nosqlmap.bat"
}
"bin": "nosqlmap.bat",
"checkver": {
"url": "https://api.github.com/repos/codingo/NoSQLMap/commits",
"jsonpath": "$[0].commit.author.date",
"regex": "([\\d-]+T)(\\d+):(\\d+):(\\d+)",
"replace": "$1$2.$3.$4"
},
"autoupdate": {
"url": "https://github.com/codingo/NoSQLMap/archive/refs/heads/master.zip"
}
}

0 comments on commit 9b7281e

Please sign in to comment.