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
Auth/lab ref: Unicorn Engine CPU-only emulation for shellcode, decryptors, custom VM handlers, instruction tracing, memory hooks, and register-level experiments.
development
Auth/lab ref: Renode board and SoC simulation for MCU/RTOS firmware, UART/GPIO/peripheral modeling, GDB remote debugging, REPL platforms, and RESC scripts.
development
Auth/lab ref: Qiling OS-layer binary emulation for PE/ELF/Mach-O/UEFI/shellcode with rootfs, syscall/API hooks, filesystem mapping, and runtime patching.
databases
Auth/lab ref: QEMU user-mode and full-system emulation for cross-arch binaries, firmware, kernels, disks, serial consoles, networking, and GDB stubs.