1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Source: specter
Section: net
Priority: optional
Maintainer: Grzegorz Bizon <verdan@pirx.int.pl>
Uploaders: Bartosz Fenski <fenio@debian.org>
Build-Depends: debhelper (>= 4.0.0), libpcap-dev , libmysqlclient10-dev, postgresql-dev, dpatch
Standards-Version: 3.6.1
Package: specter
Architecture: any
Suggests: specter-mysql, specter-pgsql
Depends: ${shlibs:Depends}, iptables, adduser (>= 3.11)
Description: packet logger for netfilter's ULOG target
specter is a userspace logging facility for Linux. It uses netfilter
ULOG target for packets gathering, and then passes them to attached
plugins. Modularized structure makes specter very flexible and robust.
It's based on ulogd, but has improved design and wider functionality.
.
Plugins:
- EXEC plugin that executes given commands when specified packet is received
- HTTP plugin that parses http traffic
- PWSNIFF plugin that logs plaintext passwords as used with FTP and POP3
- OPRINT simple output module, dumping specified packets to file
- Logging plugins that emulate few logging facilities
- mysql and postgresql extensions available via separate packages
.
Homepage: http://joker.linuxstuff.pl/specter/
Package: specter-mysql
Architecture: any
Depends: ${shlibs:Depends}, specter
Description: packet logger for netfilter's ULOG target [mySQL]
mySQL plugin for specter
.
specter is a userspace logging facility for Linux. It uses netfilter
ULOG target for packets gathering, and then passes them to attached
plugins. Modularized structure makes specter very flexible and robust.
It's based on ulogd, but has improved design and wider functionality.
.
Plugins:
- EXEC plugin that executes given commands when specified packet is received
- HTTP plugin that parses http traffic
- PWSNIFF plugin that logs plaintext passwords as used with FTP and POP3
- OPRINT simple output module, dumping specified packets to file
- Logging plugins that emulate few logging facilities
- mySQL extension with SSL support
.
Homepage: http://joker.linuxstuff.pl/specter/
Package: specter-pgsql
Architecture: any
Depends: ${shlibs:Depends}, specter
Description: packet logger for netfilter's ULOG target [PostgreSQL]
PostgreSQL plugin for specter
.
specter is a userspace logging facility for Linux. It uses netfilter
ULOG target for packets gathering, and then passes them to attached
plugins. Modularized structure makes specter very flexible and robust.
It's based on ulogd, but has improved design and wider functionality.
.
Plugins:
- EXEC plugin that executes given commands when specified packet is received
- HTTP plugin that parses http traffic
- PWSNIFF plugin that logs plaintext passwords as used with FTP and POP3
- OPRINT simple output module, dumping specified packets to file
- Logging plugins that emulate few logging facilities
- PostgreSQL extension with SSL support
.
Homepage: http://joker.linuxstuff.pl/specter/
|