![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Security Anything involving computer security goes here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| building and running a software in different linux kernel versions | mobydick | UNIX for Advanced & Expert Users | 1 | 05-29-2008 10:08 AM |
| Installing and tracking software updates with toast | iBot | UNIX and Linux RSS News | 0 | 04-23-2008 08:20 AM |
| Software Versions | GBWR | UNIX for Dummies Questions & Answers | 3 | 12-01-2006 01:18 AM |
| Versions of UNIX | oliver79 | UNIX for Dummies Questions & Answers | 4 | 06-28-2006 07:41 AM |
| Knowing installed software versions | Jayathirtha | UNIX for Dummies Questions & Answers | 3 | 08-27-2003 05:35 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Unix tracking software versions
I want to maintain a repository to track versions of common daemons running on several platforms such as apache, ssh, mysql; so that i can asociate vulnerabilities for each version of sw, Does anyone know if there is a project about this requirement? I search for projects in sourceforge, freshmeat without luck ... any help would be greatefull!...
thanks in advance ... Nektar |
| Forum Sponsor | ||
|
|
|
|||
|
Have you tried or looked into using CVS (Version Control System) for this? Not sure exactly what you want to track, but if just some notation, could use a simple CSV (Comma Separated Variable) file, or a more informative way would be via a database, using PostgreSQL or MySQL.
|
|
|||
|
Quote:
Thanks for the reply, ... CVS is not on my needs, I want to track the version. For instance, with nmap I can use : nektar@skywalker:~$ nmap -A -T4 -p80 www.unix.com | grep open 80/tcp open http Apache httpd 1.3.28 ((Unix) PHP/4.3.10) and I can obtain the version and modules used by apache, I want something like this but centralized, so I can then link platforms, software with new advisories and nessus reports. Is it clear? Thanks in advance! Nektar Proton. |
|||
| Google The UNIX and Linux Forums |