sjvermeu / cvechecker

Command-line utility to scan the system and report on potential vulnerabilities, based on public CVE data
GNU General Public License v3.0
258 stars 68 forks source link

cvechecker deafult password #33

Closed KnownAsDon closed 6 years ago

KnownAsDon commented 6 years ago

I just installed blackarch tools on vanilla arch using strap...and on the packages cvechecker was included.After the sucessful installation(after some strugless) I noticed that a new user was created called svechecker. Now i tried the password root, blackarch, cvechecker and my deafult user password and none of them worked.If anyone could help me I would greatly appreciate it.

sjvermeu commented 6 years ago

Hi KnownAsDon,

The account is meant to be a system account, not an interactive one. It is used to run cvechecker in batches (like in cron) with a non-privileged user (as there is no need for cvechecker to have elevated privileges). Generally, this does not require knowledge of any password, and in most cases there is no active password set anyway (but this depends on the distribution and how cvechecker was installed).

KnownAsDon commented 6 years ago

Thanks for the info @sjvermeu

sjvermeu commented 6 years ago

Your welcome.