msfjs
Version:
Node library for interacting with metasploit
31 lines (30 loc) • 604 B
JSON
{
"name": "msfjs",
"version": "0.0.3",
"description": "Node library for interacting with metasploit",
"main": "lib/index.js",
"directories": {
"example": "example"
},
"dependencies": {
"async": "~0.1.22"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/SomeoneWeird/msfjs.git"
},
"keywords": [
"metasploit",
"msf",
"pentest",
"hack",
"exploit"
],
"author": "SomeoneWeird",
"license": "MIT",
"readmeFilename": "README.md"
}