slowloris-attack
Version:
A Node.js implementation of the slowloris attack
27 lines (26 loc) • 773 B
JSON
{
"name": "slowloris-attack",
"version": "1.0.11",
"description": "A Node.js implementation of the slowloris attack",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Yousef Alkhalifah yalkhlefah@gmail.com",
"license": "ISC",
"bin": {
"slowattack": "./bin/global.js"
},
"preferGlobal": true,
"dependencies": {
"colors": "^1.3.3",
"commander": "^2.19.0",
"signale": "^1.4.0"
},
"devDependencies": {
"eslint": "^5.15.3",
"eslint-config-google": "^0.12.0"
},
"keywords": ["slowloris", "attack", "DDoS", "TLS", "Apache DDoS", "slow loris"],
"homepage": "https://github.com/yosif111/Slowloris"
}