netrat
Version:
Damn easy multiplatform Node.js RAT generator
35 lines (34 loc) • 711 B
JSON
{
"name": "netrat-seed",
"version": "1.0.0",
"description": "Seed template for the noderat RAT generator",
"main": "shell.template",
"scripts": {
"build": "pkg index.js --out-path build"
},
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roccomuso/netrat.git"
},
"keywords": [
"rat",
"node",
"javascript",
"js",
"rat",
"backdoor"
],
"author": "Rocco Musolino (roccomuso)",
"license": "MIT",
"bugs": {
"url": "https://github.com/roccomuso/netrat/issues"
},
"homepage": "https://github.com/roccomuso/netrat#readme",
"dependencies": {
"cash": "^0.8.0",
"netcat": "^1.3.3"
}
}