README.md
Rendering markdown...
{
"name": "cve-2026-30849-poc",
"version": "1.0.0",
"description": "Proof-of-Concept checker/exploit for MantisBT SOAP auth bypass (CVE-2026-30849 / GHSA-phrq-pc6r-f6gh)",
"main": "CVE-2026-30849.ts",
"scripts": {
"check": "ts-node CVE-2026-30849.ts check",
"start": "ts-node CVE-2026-30849.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@types/node": "^25.9.2",
"ts-node": "^10.9.2",
"typescript": "^6.0.3"
}
}