Free and open-source vulnerability scanner

Mageni eases for you the vulnerability scanning, assessment, and management process. It is free and open-source.

Install Now

Available for macOS, Windows, and Linux

App screenshot

Determine OS and list of installed packages via SSH login

Information

Severity

Severity

Informational

Family

Family

General

CVSSv2 Base

CVSSv2 Base

0.0

CVSSv2 Vector

CVSSv2 Vector

AV:N/AC:L/Au:N/C:N/I:N/A:N

Created

Created

16 years ago

Modified

Modified

4 years ago

Summary

This script will, if given a userid/password or key to the remote system, login to that system, determine the OS it is running, and for supported systems, extract the list of installed packages/rpms.

Insight

Insight

The ssh protocol is used to log in. If a specific port is configured for the credential, then only this port will be tried. Else any port that offers ssh, usually port 22. Upon successful login, the command 'uname -a' is issued to find out about the type and version of the operating system. The result is analysed for various patterns and in several cases additional commands are tried to find out more details and to confirm a detection. The regular Linux distributions are detected this way as well as other unixoid systems and also many Linux-based devices and appliances. If the system offers a package database, for example RPM- or DEB-based, this full list of installed packages is retrieved for further patch-level checks.