jaws-exploit
Version:
DVR exploit for JAWS/1.0, command execution
32 lines (31 loc) • 714 B
JSON
{
"name": "jaws-exploit",
"version": "1.0.2",
"description": "DVR exploit for JAWS/1.0, command execution",
"main": "exploit.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chocoladisco/DVR-Exploit.git"
},
"keywords": [
"exploit",
"jaws",
"dvr"
],
"author": "lmaohtp, chocoladisco",
"license": "ISC",
"bugs": {
"url": "https://github.com/chocoladisco/DVR-Exploit/issues"
},
"homepage": "https://github.com/chocoladisco/DVR-Exploit#readme",
"dependencies": {
"commander": "^2.9.0",
"request": "^2.79.0"
},
"bin": {
"jaws-exploit": "exploit.js"
}
}