What problem does it solve? ASP.NET Webforms, WCF, and SharePoint applications expose a distinctive attack surface—ViewState deserialization, machineKey misconfiguration, trace.axd/elmah.axd disclosure, and Telerik handler RCE—that generic web scanners routinely miss. This Skill gives security researchers a structured methodology to fingerprint, probe, and validate these ASP.NET-specific weaknesses during authorized bug bounty engagements. ## Core Features & Use Cases - ViewState Security Analysis: Distinguish signed-only versus encrypted ViewState via __VIEWSTATEENCRYPTED, and run the 7-payload dual-parser differential test to detect MAC-bypass anti-patterns. - Disclosure Endpoint Hunting: Systematically probe trace.axd, elmah.axd, WCF .svc?wsdl metadata, and customErrors stack-trace leaks that expose credentials and internal paths. - Framework-Specific RCE Chains: Identify Telerik WebResource.axd (CVE-2017-11317, CVE-2019-18935), SharePoint ToolShell preconditions, and SafeControl enumeration via Picker.aspx reflection. - Use Case: While testing an enterprise banking portal, you fingerprint X-AspNet-Version: 4.0.30319, find an empty __VIEWSTATEENCRYPTED field, confirm the dual-parser differential, and recover the machineKey from a config leak—building a validated Critical-severity ViewState deserialization report. ## Quick Start Ask the AI to fingerprint the target's ASP.NET stack and run the ViewState parser differential test against a specific page URL.