
from claude-bughunter2,450
Enumerate and assess on-prem Microsoft SharePoint servers for version disclosure, anonymous endpoints, legacy SOAP login abuse, ToolShell preconditions (CVE-202
Hunt SharePoint adds a structured methodology to discover and triage vulnerable on-prem SharePoint farms (SP2013/2016/2019/SPE). It provides fingerprinting checks, anonymous endpoint probes, legacy SOAP Authentication.asmx tests, ToolPane/ToolShell precondition verification, SafeControl enumeration via Picker.aspx, NTLM Type-2 topology disclosure, and guidance on what constitutes a true finding versus noise. The skill focuses on reconnaissance and precondition validation (not active exploitation): collection of version/build, detection of anonymous FormDigest issuance, unencrypted ViewState markers, and legacy SOAP login surfaces.
Use this skill during external scans, bug-bounty triage, or red-team reconnaissance when you see SharePoint-specific headers or paths (/_layouts/15/, /_vti_bin/, /_api/, /_vti_inf.html). It is particularly useful against suspected EoL SP2013 farms, custom-branded portals, or public-facing intranet mirrors where anonymous endpoints may expose high-value attack primitives.
Best used by agents with HTTP tooling and scripting ability (curl/python) such as Claude Code or any agent that can run small shell/python probes.
This skill has not been reviewed by our automated audit pipeline yet.
Bug Bounty Methodology
A five-phase bug-hunting workflow and critical-thinking playbook that orients security hunting sessions, maps steps from recon to report, and enforces quality g
Hunt SSRF
Guided hunting methodology for server-side request forgery (SSRF): detection, OOB validation, payloads, bypass techniques, and escalation chains.