const techs = await prism.scan(url) techs.forEach(t => { if (t.eol === 'CRITICAL') alert(t.name, t.version) })
GET /api/scan HTTP/1.1 Content-Type: application/json { "url": "https://target.com" } → 200 OK { technologies: [...] }
match(headers, fingerprints) resolve(implies) // Craft → Yii → PHP check(version, endoflife.date)
flow
.
prism
Decompose
any website
into its complete technology stack.
Detect frameworks, CMS, libraries — flag outdated & EOL software.
https://
▎
SCAN
Enter a URL above to scan