offensive-tools/windows/snaffler/SKILL.md
Auth/lab ref: Snaffler AD share audit; accessible shares, sensitive file patterns, secret-risk indicators, evidence reporting.
npx skillsauth add aeondave/malskill snafflerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
.NET tool for credential and secret hunting across Active Directory network shares.
# Basic scan — enumerate all shares and find interesting files
.\Snaffler.exe -s -d domain.local -o snaffler.log -v data
# Output to console + file with verbosity
.\Snaffler.exe -s -d domain.local -o results.log -v data
# Enumerate shares in current domain
.\Snaffler.exe -s -d <domain>
# Specify output file and verbosity
# -v options: info, data (show matched content), trace, debug
.\Snaffler.exe -s -d domain.local -o snaffler.log -v data
# Target specific hosts
.\Snaffler.exe -s -n host1,host2,host3 -o results.log -v data
# Only scan specific shares
.\Snaffler.exe -s -d domain.local -a sharename
# Exclude specific shares
.\Snaffler.exe -s -d domain.local -x "NETLOGON,SYSVOL"
# Only scan writable shares
.\Snaffler.exe -s -d domain.local -y
# Limit file size scanned (default 500KB)
.\Snaffler.exe -s -d domain.local -l 1048576
Snaffler classifies findings by severity:
.ps1, .bat, .vbs, .py)web.config, appsettings.json).pfx, .pem, .key, id_rsa).kdbx)Groups.xml, Registry.xml).bak, .mdf)# After initial foothold, run Snaffler to find stored credentials
.\Snaffler.exe -s -d domain.local -o snaffler_$(Get-Date -Format 'yyyyMMdd').log -v data
# Parse results for immediate wins
Select-String -Path snaffler.log -Pattern "(password|credential|secret)" -CaseSensitive:$false
Find-DomainShare -CheckShareAccess + manual inspection (slower)cme smb <target> -M spider_plusdevelopment
White-box auditing methodology for AI-generated ('vibe-coded') applications. Focuses on modern stack misconfigurations (Supabase, Next.js, Vercel).
development
Hybrid AI/Deterministic SAST methodology for discovering zero-day vulnerabilities in source code. Orchestrates structural search with AI-driven data flow and sink validation.
development
Auth assessment: hardware/embedded methodology; UART/JTAG/SWD/SPI/I2C, firmware extraction, boot/debug paths, embedded OS evidence.
devops
Container methodology: Identifying containerization limits, Docker/K8s misconfigurations, and executing escapes to the host node.