Digital forensics and incident response toolbox. Load when the operator asks about a pcap, a binary, a memory dump, a suspicious file, malware triage, IOC hunting, or post-incident analysis. Covers network (tshark), binaries (radare2, strings, binwalk, file, exiftool), memory (volatility), and pattern matching (YARA). All commands assume the artifact is local and disposable; never analyze in-place on a production system.
$npx -y skills add francescostabile/numasec --skill forensics-kitInstalls into the current project.
Run `npx skills use "https://github.com/francescostabile/numasec" --skill "francescostabile/numasec/forensics-kit"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/francescostabile/numasec" that are relevant to the current task. Run `npx skills add "https://github.com/francescostabile/numasec"` and select the relevant skills, then follow their instructions.