sief
Version:
Session hijacking tool in Node.
45 lines (44 loc) • 1.03 kB
JSON
{
"name": "sief",
"version": "0.1.2",
"description": "Session hijacking tool in Node.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/shaoshuai0102/thief.git"
},
"keywords": [
"session",
"cookie",
"theft",
"node",
"hijacking",
"xss"
],
"author": "shaoshuai0102 <shaoshuai0102@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shaoshuai0102/thief/issues"
},
"bin": {
"sief": "./bin/sief"
},
"homepage": "https://github.com/shaoshuai0102/thief",
"dependencies": {
"cheerio": "~0.17.0",
"chokidar": "git://github.com/paulmillr/chokidar#aac30adebad64f567c452d00e16f284a7e9b5305",
"commander": "~2.3.0",
"cookie": "~0.1.2",
"debug": "~2.0.0",
"koa": "~0.11.0",
"koa-logger": "~1.2.2",
"koa-router": "~3.3.1",
"log4js": "~0.6.21",
"phridge": "~1.0.6",
"request": "~2.42.0",
"socket.io": "~1.1.0",
"tldjs": "~1.5.0",
"underscore": "~1.7.0"
}
}