npx claudepluginhub plurigrid/asi --plugin asiThis skill uses the workspace's default tool permissions.
Scapy is a Python packet manipulation library that enables crafting, sending, sniffing, and dissecting network packets at granular protocol layers. This skill covers using Scapy for security-relevant tasks including TCP/UDP/ICMP packet crafting, pcap file analysis, protocol field extraction, SYN scan implementation, DNS query analysis, and detecting anomalous traffic patterns such as unusually ...
Crafts, sends, sniffs, and dissects network packets with Scapy for protocol analysis, reconnaissance, pcap review, and anomaly detection like SYN floods in authorized security testing.
Uses Scapy to construct, send, sniff, and parse network packets for protocol analysis, reconnaissance, pcap analysis, SYN flood detection, and anomaly spotting in authorized security tests.
Automates PCAP analysis using tshark and pyshark to extract protocol stats, detect suspicious flows and DNS anomalies, and pull IOCs for security assessments and incident response.
Share bugs, ideas, or general feedback.
Scapy is a Python packet manipulation library that enables crafting, sending, sniffing, and dissecting network packets at granular protocol layers. This skill covers using Scapy for security-relevant tasks including TCP/UDP/ICMP packet crafting, pcap file analysis, protocol field extraction, SYN scan implementation, DNS query analysis, and detecting anomalous traffic patterns such as unusually fragmented packets or malformed headers.
scapy library installed (pip install scapy)rdpcap() for offline analysisJSON report containing packet statistics, protocol distribution, top source/destination IPs, detected anomalies (SYN floods, DNS tunneling indicators, fragmentation attacks), and per-flow summaries.