·networking
!

networking

kiwamizamurai/cctf

Analyzes network traffic and exploits protocols. Use when working with PCAP files, Wireshark captures, packet analysis, protocol exploitation, traffic forensics, or data exfiltration detection.

3Installs·0Trend·@kiwamizamurai

Installation

$npx skills add https://github.com/kiwamizamurai/cctf --skill networking

SKILL.md

| Wireshark Filters & tshark | reference/wireshark.md | | Protocol Analysis (HTTP, DNS, FTP, etc.) | reference/protocols.md | | CTF Patterns & Attacks | reference/ctf-patterns.md |

| Wireshark | GUI packet analysis | brew install wireshark | | tshark | CLI packet analysis | brew install wireshark | | tcpdump | Packet capture | Built-in | | tcpflow | TCP stream extraction | brew install tcpflow | | nmap | Port scanning | brew install nmap | | masscan | Fast port scanning | brew install masscan |

| scapy | Packet manipulation | pip install scapy |

Analyzes network traffic and exploits protocols. Use when working with PCAP files, Wireshark captures, packet analysis, protocol exploitation, traffic forensics, or data exfiltration detection. Source: kiwamizamurai/cctf.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/kiwamizamurai/cctf --skill networking
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is networking?

Analyzes network traffic and exploits protocols. Use when working with PCAP files, Wireshark captures, packet analysis, protocol exploitation, traffic forensics, or data exfiltration detection. Source: kiwamizamurai/cctf.

How do I install networking?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kiwamizamurai/cctf --skill networking Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/kiwamizamurai/cctf