Modern .NET Frameworks
We scan the latest .NET patterns, understanding the specific risks associated with each.ASP.NET Core API
Support for Minimal APIs and controllers, finding EF Core injection and auth flaws.
ASP.NET Core Razor Pages
Finds vulnerabilities like XSS and missing AntiForgery tokens in Razor Page models.
Blazor Server
Scans for insecure state management and component-level access control issues.
Blazor WebAssembly (WASM)
Detects client-side risks, such as hardcoded secrets in WASM-deployed code.
Legacy .NET Frameworks
We also provide critical security coverage for legacy .NET applications.ASP.NET Web Forms
Finds legacy risks like
debug="true", XSS, and EnableViewStateMac="false".ASP.NET MVC 5
Detects missing
[ValidateAntiForgeryToken] attributes and other classic MVC flaws.ASP.NET Web API 2
Scans for authentication, authorization, and configuration issues in legacy APIs.

