basic-xss-server
Version:
A basic XSS server in nodejs
30 lines (29 loc) • 634 B
JSON
{
"name": "basic-xss-server",
"version": "1.0.1",
"description": "A basic XSS server in nodejs",
"main": "app.js",
"scripts": {
"test": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kyaEH/NodeJS-BasicXSSClientServer.git"
},
"keywords": [
"xss",
"cybersecurity",
"server",
"ethical",
"hacking"
],
"author": "KyaEH",
"license": "ISC",
"bugs": {
"url": "https://github.com/kyaEH/NodeJS-BasicXSSClientServer/issues"
},
"homepage": "https://github.com/kyaEH/NodeJS-BasicXSSClientServer#readme",
"dependencies": {
"ip": "^1.1.5"
}
}