![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Security Discuss UNIX and Linux computer and network security, cybersecurity, cyberattacks, IT security, CISSP, OWASP and more. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| 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 02:08 PM |
| Installing and tracking software updates with toast | iBot | UNIX and Linux RSS News | 0 | 04-23-2008 12:20 PM |
| Software Versions | GBWR | UNIX for Dummies Questions & Answers | 3 | 12-01-2006 05:18 AM |
| Versions of UNIX | oliver79 | UNIX for Dummies Questions & Answers | 4 | 06-28-2006 11:41 AM |
| Knowing installed software versions | Jayathirtha | UNIX for Dummies Questions & Answers | 3 | 08-27-2003 09:35 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | 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 |
|
||||
|
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. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|