Weeehookfind is a Windows webhook and stealer-indicator scanner built around a Rust engine. This repository is terminal-first and includes only the scanner core plus terminal launcher.
src/weehok-scanner: core scanner binary (weehok-scanner.exe)terminal/: terminal frontendrun_terminal.bat: quick launcher for terminal mode
- scans selected paths or all mounted drives
- detects Discord webhook patterns and common obfuscation variants
- supports optional process-memory and runtime network snapshot stages
- emits JSON events (
started,progress,finding,log,finished,fatal) - writes findings to output file with secret redaction by default
cd src\weehok-scanner
cargo build --releasecd terminal
python -m pip install -r requirements.txt
python run_weehook_terminal.pyScoped scan example:
python run_weehook_terminal.py --path "C:\path\to\scan" --threads 6 --max-file-mb 512.\src\weehok-scanner\target\release\weehok-scanner.exe --all-drives --out findings.txt --threads 6 --max-file-mb 512- scanner does not delete or modify scanned files
- webhook secrets are redacted in output by default
- full secret output requires explicit unsafe flags