1.2.2 • Published 2 years ago

snort v1.2.2

Weekly downloads
4
License
MIT
Repository
-
Last release
2 years ago

Snort

Sniff dissected packets to JSON

Requirements

  1. tshark
# debian linux
sudo apt install tshark

# macos
brew install tshark

Installation

npm i -g snort

Usage

Flags

  • -i the interface to sniff on (required)
  • -d the sniff duration (required)
  • -k absolute path to an ssl keylog file for encrypted sniffing (optional)

  • --monitor sniff in monitor mode (optional)

  • -s a wireless network ssid (optional)
  • -p a wpa2 password (optional)

Examples

# Sniff https packets for 30 seconds on your localhost
snort -i lo -d 30 -k sslkeys.txt

# Sniff all http packets on an insecure network
snort -i wlp2s0 -d 30 --monitor

launch firefox like SSLKEYLOGFILE=sslkeys.txt firefox to generate the keylog file

1.2.2

2 years ago

1.1.2

5 years ago

1.1.1

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago