How-to
Installing ClamAV on CentOS 7
Referenced from Linux-Audit: To get ClamAV on CentOS installed, we have to use the EPEL repository (Extra Packages for Enterprise Linux). Fortunately, the Fedora project provides this with an easy installation. Unfortunately the default configuration is not properly working. In this post we collect some of the issues and required changes. Let’s start with installing […]
Accessing and Installing GSM Community Edition - OpenVAS
Version: 4.2.17 (includes OpenVAS-9) Download: https://dl.greenbone.net/download/VM/gsm_ce_4.2.17.iso (350 MByte) sha256sum: a4490e1c1d5b93c52b67eb533da8aa0ebe435551f89c8cea1619e6a772733a97 Compatibility: VirtualBox, ESXi, Hyper-V Minimum requirements: 2 CPU Cores, 2 GByte RAM The GSM Community Edition is a derivate of the GSM ONE and allows a quick and easy option on Windows, Linux or Mac to give the solution a trial. No particular know-how is […]
Reset the admin password in OpenVAS
Try this: openvasmd --user=admin --new-password=new_password Or you can create a new administrative account with : openvasad -c add_user -u your_new_login_here -r Admin Then use this account to change the default admin’s password.
Linux Commands - Run .bin file in Linux / UNIX
Run .bin file in Linux / UNIX Change the permission of the file you downloaded to be executable by typing the following command: $ chmod +x file.bin Start the installation process or run .bin file by typing the following command: $ sudo ./file.bin For example if .bin file name is program.bin. Then type the following […]
Creating a username and password to access OpenVAS
How to create a username and password to access OpenVAS
Delayed or Slow SSH Connection on Mac OS X Systems Fix
Delayed or Slow SSH Connection on Mac OS X Systems