Skip to main content

Cyweb — Web Vulnerability Scanner

Cyweb is a fast, accurate web vulnerability scanner built in Rust. It replaces legacy tools with 4,527 YAML signature rules, baseline response diffing for zero false positives, and native integration with the Cybrium platform.

LanguageRust
LicenseMIT
Sourcegithub.com/cybrium-ai/cyweb
PlatformsmacOS · Linux · Windows
SigningWindows: Authenticode (Cybrium Inc, Azure Trusted Signing) · macOS: Apple Developer ID notarised · Linux: Sigstore (cosign keyless)
Current versionSee GitHub Releases

Capabilities

CapabilityDescription
Path scanning4,527 YAML rules covering server misconfigs, outdated software, default creds, CGI vulns
Spider modeCrawl links + forms before path scanning (--spider)
Baseline diffingCompares responses against a baseline to eliminate SPA catch-all false positives
AuthenticationBearer token, cookie, and HTTP Basic auth for scanning behind login
Output formatsJSON, SARIF, human-readable text
Platform syncPush findings directly to your Cybrium workspace

What it does not do

  • Cyweb does not perform SAST or static code analysis (use cyscan for that).
  • It does not run active exploits or attempt injection attacks.
  • It does not do port/service discovery (use a network scan for that).

When to use cyweb vs. the platform

ScenarioRecommendation
Quick one-off scan of a URL from your terminalcyweb scan https://target.com
CI/CD pipeline gatecyweb scan --format sarif --output results.sarif
Full pentest with all scan typesUse the platform — it orchestrates cyweb alongside other tools
Recurring scheduled scansUse the platform — it handles scheduling, history, and alerting