Launched this week

VScanX
Deterministic security scanner with zero false positives
14 followers
Deterministic security scanner with zero false positives
14 followers
VScanX is a deterministic, verification-driven security scanner designed for developers. Unlike traditional scanners that generate noisy alerts, VScanX utilizes state-replay contracts to mathematically verify vulnerability proofs. Features include multi-layered Web & Web3 scanning, secure OOB provisioning, automated PoC generation, and a beautiful offline semantic documentation layer. Scan, diff, and verify your attack surface with absolute precision and zero noise.








mailX by mailwarm
Is there a way to have different scans over time so you can see what changed after a deploy?
@naimz Yes, absolutely! We built a diff engine directly into VScanX for exactly this.
You can save your scans under unique IDs (like run_001 and run_002) and compare them offline with a simple command:
This compares the results and tells you exactly what is new, what was successfully patched, and what remained unchanged after your deploy.
mailX by mailwarm
@hnikhil awesome!!