@anzerr/slowloris.tool
Version:
Slowloris attack util
40 lines (39 loc) • 759 B
JSON
{
"name": "@anzerr/slowloris.tool",
"version": "1.0.12",
"description": "Slowloris attack util",
"keywords": [
"slowloris",
"slowloris-attack",
"example",
"http",
"nodejs",
"util"
],
"homepage": "https://github.com/anzerr/slowloris.tool#readme",
"bugs": {
"url": "https://github.com/anzerr/slowloris.tool/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:anzerr/slowloris.tool.git"
},
"license": "MIT",
"author": "anzerr",
"main": "index.js",
"types": "index.d.ts",
"bin": {
"slowloris": "./src/bin.js"
},
"scripts": {
"test": "node example.js"
},
"dependencies": {
"@anzerr/http.server": "^1.0.22",
"@anzerr/cli.util": "^1.0.13"
},
"devDependencies": {},
"engines": {
"node": ">= 0.10.0"
}
}