https://github.com/lwindolf/lpvs
Linux Package Vulnerability Scanner
https://github.com/lwindolf/lpvs
Last synced: 8 months ago
JSON representation
Linux Package Vulnerability Scanner
- Host: GitHub
- URL: https://github.com/lwindolf/lpvs
- Owner: lwindolf
- License: gpl-2.0
- Archived: true
- Created: 2013-01-19T16:03:21.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T11:50:15.000Z (over 8 years ago)
- Last Synced: 2024-05-02T18:07:43.455Z (about 2 years ago)
- Language: Perl
- Size: 24.4 KB
- Stars: 17
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
- awesome-privilege-escalation - LPVS
README
lpvs
====
Linux Package Vulnerability Scanner for CentOS and Ubuntu
License: GPLv2 or later
For more information visit the homepage http://lzone.de/lpvs
Installation
============
Ensure to have Perl 5.10 and the required libraries installed:
* XML::LibXSLT
* XML::LibXML
To install them on CentOS run the following command
> yum install perl-XML-LibXML perl-XML-LibXSLT
To install them on Ubuntu run the following command
> apt-get install libxml-libxslt-perl
Finally copy the "lpvs-scan.pl" to a location of your choice and provide it
with the proper permissions. For example as root run:
> cp lpvs lpvs-scan.pl /usr/local/bin
> cd /usr/local/bin && chmod a+x lpvs lpvs-scan.pl