

Softwareentwicklung
Perl, PL/SQL
andere Sprachen




Advisory Check is a program that reads security advisories for you. It gathers security advisories using RSS, RDF, or XML feeds, compares them against the installed software, and alerts you if you're vulnerable. A wide variety of package managers can be queried to detect installed software. Remote systems can be monitored by using the integrated SSH, Windows-RPC, and Nmap support.
Quite a few CERTs and vendors offer security-relevant feeds.
Mailing lists can be monitored using feeds provided by some web archives.
Some usenet gateways like Google Groups also offer RSS subscriptions.
Think of advchk as your personal trainee, who reads boring advisories and presents you the ones that could be interesting =)


The following package managers are supported by advchk:
|
Package manager |
Operation System |
Command |
|
pkg_info |
Open-, Net-, FreeBSD, Darwin/MacOS X |
pkg_info |
|
dpkg |
Debian, Ubuntu, ... |
dpkg -l |
|
rpm |
Redhat/Fedora, SuSE, Turbolinux, ... |
rpm -qa |
|
lpp |
AIX |
lslpp -Lc |
|
pkginfo |
Solaris |
pkginfo -x |
|
portage |
Gentoo |
equery list -i Equery is included in "gentoolkit". |
|
inst |
IRIX |
showprods -1 En |
|
macports |
Mac OS X |
port list installed |
|
fink |
Mac OS X |
fink list |
|
swlist |
HP-UX |
swlist |
|
registry |
Windows 98 / NT / 2000 / XP / ... |
advchk-win32helper.bat or via Windows-RPC |
|
nmap |
universal "package manager" |
nmap -P0 -A -sT |

