1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: pbnj
Section: net
Priority: optional
Maintainer: Joshua D. Abraham <jabra@ccs.neu.edu>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.8.0-7), libxml-twig-perl (>= 3.22),
libnmap-parser-perl (>= 1.01), libdbd-sqlite3-perl (>= 1.11),
libfile-which-perl (>= 0.05), libtext-csv-perl (>= 0.23),
libfile-homedir-perl (>= 0.06), libyaml-perl (>= 0.39)
Standards-Version: 3.7.2
Package: pbnj
Architecture: all
Depends: ${perl:Depends}, nmap, libxml-twig-perl (>= 3.22),
libnmap-parser-perl (>= 1.01), libdbd-sqlite3-perl (>= 1.11),
libfile-which-perl (>= 0.05), libtext-csv-perl (>= 0.23),
libfile-homedir-perl (>= 0.06), libyaml-perl (>= 0.39)
Description: a suite of tools to monitor changes on a network
PBNJ is a network suite to monitor changes that occur on a network
over time. It does this by checking for changes on the target
machine(s), which includes the details about the services running on
them as well as the service state. PBNJ parses the data from a scan
and stores it in a database. PBNJ uses Nmap to perform scans.
|