blob: 3774915a4855838c4c71f07da60313f9b7185eb0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Driftnet is a program designed to capture JPEG and GIF images by sniffing
network traffic and display them in an X window. Optionally, you may also
capture MPEG audio streams and play them. According to the author, "It is
a horrific invasion of privacy and shouldn't be used by anyone anywhere."
Original project: http://www.ex-parrot.com/~chris/driftnet/
This is an updated version available from GitHub, which includes several
patches for use on newer systems.
HTTP websockets display
-----------------------
Disabled by default.
This feature requires libwebsockets as a dependency and remove this
build flag: --disable-http-display
|