What problem does it solve? Security testers assessing internet-facing SharePoint Server farms often miss high-impact issues like the legacy Authentication.asmx SOAP login bypass, ToolShell (CVE-2025-53770) preconditions, and NTLM topology leaks, or waste time on false positives like misreading download.aspx as SSRF. ## Core Features & Use Cases - Version Fingerprinting & CVE Mapping: Extract exact SharePoint build numbers via _vti_inf.html, _api/contextinfo, and start.aspx, then map them to unpatched CVEs, especially for end-of-life SP2013 farms. - Anonymous Endpoint Matrix: Systematically probe /_layouts/15/, /_vti_bin/, and /_api/ paths to identify anonymously reachable attack surface including FormDigest issuance and ToolPane.aspx. - Legacy SOAP Login Testing: Validate whether Authentication.asmx accepts anonymous Forms-auth login attempts without rate limiting or lockout, bypassing branded login page protections. - Use Case: During an authorized bug bounty engagement against a dealer portal, you fingerprint the farm as SP2013 build 15.0.5545.1000, confirm the ToolShell precondition chain with three curl requests, and document a Critical finding without delivering any malicious payload. ## Quick Start Fingerprint the SharePoint version of the authorized target and run the anonymous endpoint matrix to identify exploitable preconditions.