What problem does it solve? Security researchers testing ASP.NET Webforms, WCF, and SharePoint targets need a systematic methodology to identify high-value deserialization and disclosure bugs like signed-only ViewState, machineKey leaks, and exposed trace.axd/elmah.axd endpoints without missing subtle parser differentials. ## Core Features & Use Cases - ViewState Analysis: Fingerprint signed-only vs encrypted ViewState, run the 7-payload dual-parser differential test, and detect load-balanced cross-node MAC failures. - Disclosure Surface Hunting: Probe trace.axd, elmah.axd, customErrors stack traces, WCF .svc metadata, and Telerik WebResource handlers for anonymous exposure. - Use Case: During an authorized bug bounty engagement against a SharePoint farm, use the methodology to confirm an anonymously reachable ToolPane.aspx with signed-only ViewState and anonymous FormDigest, establishing the CVE-2025-53770 ToolShell precondition chain for a Critical report. ## Quick Start Use the hunt-aspnet skill to fingerprint the target's ASP.NET version and test its ViewState MAC validation with the parser differential probe.