Menu

Post image 1
Post image 2
Post image 3
Post image 4
Post image 5
1 / 5
0

🚀 Permi v0.3.0 – Major Improvements to JS Scanning, AI Accuracy, and Speed

DEV Community·Peter Nasarah Dashe·21 days ago
#xsWTxZCO
Reading 0:00
15s threshold

I just shipped a significant update to Permi. This release tackles the biggest pain points reported by the community: JS scanning that actually works , smarter XSS detection , and much faster scans . 🧠 Smarter AI – Now CSP‑Aware Permi’s AI filter can now recognize when a target uses a Content‑Security‑Policy (CSP) that blocks inline script execution. This significantly reduces false positives on hardened websites like GitHub, banks, or government portals. Before: Reflected XSS payload found → flagged as REAL, even if CSP blocked it. After: AI checks CSP header → marks as harmless unless the policy allows execution. 🌐 Production‑Ready JavaScript Crawling The new --js flag launches a Playwright headless browser that can render React, Vue, Angular, and other SPAs. It even works behind Cloudflare thanks to playwright-stealth . bash permi scan --url https://example.com --js Reliability: Falls back to static HTML if JS times out (no more zero‑URL scans).…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More