npx skills add https://www.modelscope.cn/collections/june91/ctf
jd-opensource/joysafeter
pentest-ctf-forensics
Digital forensics, steganography, and packet analysis for CTF challenges and investigation.
Installation
npx skills add jd-opensource/joysafeter --skill pentest-ctf-forensics
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Browser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsDebug Azure production issues on Azure using AppLens, Azure Monitor, resource health, and safe …
568.9K installsPre-deployment validation for Azure readiness. Run deep checks on configuration, infrastructure…
567.7K installsConfigure Azure API Management as an AI Gateway for AI models, MCP tools, and agents. WHEN: sem…
566.3K installsAzure VM/VMSS router. WHEN: create / provision / deploy / spin-up VM, recommend VM size, compar…
510K installsPostgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill …
391.6K installsAlso in this package
Other skills from jd-opensource/joysafeter · top by installs.
npx skills add jd-opensource/joysafeter
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md921 B -
docs
SUMMARY.md120 B
History
- First seen on skills.sh
- First recorded snapshot · 52 installs
SKILL.md
Pentest CTF Forensics
Purpose
Extract hidden information from various artifacts: memory dumps, network captures (PCAP), images, and disk images.
Core Workflow
- File Analysis: Identify file type, metadata, and embedded strings using
file,exiftool, andstrings. - Steganography: Detect and extract hidden data in images/audio using
steghideandstegsolve. - Network Forensics: Analyze PCAP files for suspicious traffic and flag transmission using
wiresharkortshark. - Memory Forensics: Analyze memory dumps for processes, connections, and injected code using
volatility. - Data Extraction: Carve files and recover deleted data using
foremostandbinwalk.
References
references/tools.mdreferences/workflows.md