vulmon / Vulmap

Vulmap Online Local Vulnerability Scanners Project
https://vulmon.com
GNU General Public License v3.0
950 stars 196 forks source link

Read directly from the DPKG or YUM output #23

Closed ChenYun4164 closed 2 months ago

ChenYun4164 commented 3 years ago

It may be possible to read directly from the result ofdpkg-l or yum list installed

like this

dpkg -l > softwares
python vulmap.py softwares

This can be very useful in some situations.