4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / package.json JSON
{
  "name": "nodejs-http-transfer-encoding-smuggling-poc",
  "version": "1.0.0",
  "description": "PoC of HTTP Request Smuggling in nodejs (CVE-2020-8287)",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/progfay/nodejs-http-transfer-encoding-smuggling-poc.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/progfay/nodejs-http-transfer-encoding-smuggling-poc/issues"
  },
  "homepage": "https://github.com/progfay/nodejs-http-transfer-encoding-smuggling-poc#readme",
  "dependencies": {
    "express": "^4.17.1"
  }
}