sniff

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Traffic Capture & Analysis Workflow

Capture and analyze network traffic for credentials, DNS activity, and file transfers.

Target

Target: $ARGUMENTS

$ARGUMENTS can be a network interface (e.g., eth0, lo0) for live capture or a .pcap file for offline analysis. If no target was provided, ask the user whether to capture live traffic (provide interface name) or analyze an existing capture file (provide .pcap path).

Important: Live capture may require root privileges. If permission denied, suggest running with sudo or using sudo tshark directly.

Environment Detection

  • Wrapper scripts available: !test -f scripts/tshark/capture-http-credentials.sh && echo "YES" || echo "NO"

Steps

1. HTTP Credential Capture

Installs
1
GitHub Stars
1
First Seen
Mar 7, 2026
sniff — patrykquantumnomad/networking-tools