Conraid's Repository

for Slackware

 NameLast modifiedSize

 Parent Directory  -
 README2023-01-24 15:17 3.4K
 gsa-22.4.1-x86_64-1cf.lst2023-01-24 15:18 6.5M
 gsa-22.4.1-x86_64-1cf.meta2023-01-24 15:18 605
 gsa-22.4.1-x86_64-1cf.txt2023-01-24 15:18 360
 gsa-22.4.1-x86_64-1cf.txz2023-01-24 15:17 25M
 gsa-22.4.1-x86_64-1cf.txz.asc2023-01-24 15:18 508
 gsa-22.4.1-x86_64-1cf.txz.md52023-01-24 15:18 60


Slackware Current Repository by Conraid

======================================================================

gsa (greenbone security assistant)

The Greenbone Security Assistant is the web interface developed for
the Greenbone Security Manager appliances.
It connects to the Greenbone Vulnerability Manager GVM to provide a
full-featured user interface for vulnerability management.

Previously known as OpenVAS GSA

HOME: https://community.greenbone.net

======================================================================
NOTE: 

###### Upgrade Instructions ######

Before running openvas, you'll need to migrate the openvas-manager database.
Simply run:
# gsad --migrate

###### Installation Instructions ######

You must install all gvm packages and related dependencies
(redis and libmicrohttpd)

======================
NOTE: 

greenbone-security-assistant

This is the UI the Greenbone Vulnerability Manager

###### Upgrade Notes ######

Before running openvas, you'll need to migrate the gvm database.
Simply run:
# gvmd --migrate

###### Installation Instructions ######

You must install all gvm packages (gsa, gvm-libs, gvm-tools, gvmd,
openvas-scanner, ospd and python-gvm) and related dependencies
(redis, libmicrohttpd, node, paramiko, lxml, defusedxml).

Then you can follow the instructions below

1. Start redis.
# sh /etc/rc.d/rc.redis start

2. You need a Certificate Authority and server certificate. Run the following
   command:
# gvm-manage-certs -a

3. You need the NVT's (Network Vulnerability Tests).  Run the following
   command to sync. In the future, you can do this through the
   greenbone-security-assistant interface.  This will take a minute or so
   with a blazing fast internet connection. YMMV.
# greenbone-nvt-sync

4. Start the scanner daemon.
# sh /etc/rc.d/rc.openvassd start

   5. You need client certificates for manager to talk to scanner.  Use the
   following command.
   # openvas-mkcert-client -n -i

   6. Initialize the manager database.  This will take a while, so be patient.
   # openvasmd --rebuild

   7. You want encrypted credentials in the DB, so do this now.
   # openvasmd --create-credentials-encryption-key
   This may take a while, so it's best to create some entropy by skipping to
   #13-#15 and then coming back, if needed.

8. Create a user.
# gvmd --create-user=myuser

9 Sync SCAP data.  This will take some time.
# greenbone-scapdata-sync

10. Sync CERT data.
# greenbone-certdata-sync

11. Update port names.
# wget http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
# DB_DIR=/var/lib/gvm/gvmd gvm-portnames-update service-names-port-numbers.xml
# rm service-names-port-numbers.xml

12. Start the openvas-manager daemon.
# sh /etc/rc.d/rc.gvmd start

13. Launch the greenbone-security-assistant.
# sh /etc/rc.d/rc.gsad start

14. Point your browser at https://<YOUR IP OR HOSTNAME>:9392
    You'll get a certificate error, of course (fixing this is left as an
    excercise for the reader). Log in with your username/password from #10.

15. [Optional] Build and install gvm-tools.  You'll need this if you ever
    want to script tests.


Please let me know if you run into any problems.  Patches welcome!

--
This README is modified version of
http://slackbuilds.org/slackbuilds/14.1/network/greenbone-security-assistant/README
by Kent Fritz (fritz.kent@gmail.com)

======================
REQUIRES: libmicrohttpd gvm-libs hiredis redis babel-loader python-polib xmltoman