LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

impacket-sniff

basic packet capture tool using Impacket's raw socket capabilities

TLDR

Capture network packets on an interface
$ sudo impacket-sniff [eth0]
copy
Sniff with a filter expression
$ sudo impacket-sniff -filter '[tcp port 80]' [eth0]
copy

SYNOPSIS

impacket-sniff [-h] [-filter FILTER] interface

DESCRIPTION

impacket-sniff is a basic packet capture tool using Impacket's raw socket capabilities. It captures network traffic on the specified interface and displays packet information.The tool provides a simple way to observe network traffic using Impacket's protocol parsing, which can be useful for debugging or understanding network communications during security assessments.

PARAMETERS

-filter FILTER

BPF filter expression to limit captured packets

INSTALL

sudo pacman -S impacket
copy

CAVEATS

Requires root/administrator privileges for raw socket access. For production packet capture needs, tools like tcpdump or Wireshark offer more features. The interface must be in a state that allows promiscuous mode.

HISTORY

Part of the Impacket library by SecureAuth. Included as a demonstration of Impacket's packet capture and parsing capabilities using Python.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid