# Network

Network tools both offensive and defensive operations can utilize.

# Packet Analysis

  • CloudShark - Network analysis in the cloud, bring your packets with you, wherever you need to go.
  • Netmon - Tool for network traffic capture and protocol analysis.
  • NetworkMiner - A passive network sniffer/packet capturing tool.
  • ngrep - A PCAP-based tool that allows you to specify an extended regular or hexadecimal expression to match against data payloads of packets. last-commit
  • nm2lp - Convert Windows Netmon Monitor Mode Wireless Packet Captures to Libpcap Format. last-commit
  • tcpdump - The TCPdump network dissector. Capture network traffic and analyze in Wireshark. last-commit
  • Wireshark - Network protocol analyzer.