My Wiki!

Auvegos

Basic Security

Scanning tools

OpenVAS

Follow precedure for OpenVAS8: installing redis and enable unixsocket

Test User:

  [root@dai142 dang]#      openvasmd --create-user=testuser 
  User created with password 'a929d24f-dff8-4c35-9e4d-a319a39021a7'.

Create source file:

cat openvas.source 

export OPENVAS_USER=testuser
export OPENVAS_PWD=a929d24f-dff8-4c35-9e4d-a319a39021a7

Test connection

  omp -p 9390 --username=$OPENVAS_USER --password=$OPENVAS_PWD --xml="<help/>" 
  

Eclipse plugin vs OSGi bundle

Eclipse RCP

RCP Plugin

Features

Product

Example

  • Create RCP plugin: add plugin dependencies
  • Create Feature including the plugin –

    > Goto dependencies tab --> compute

    • Create Product based on the feature.

    ====== GUI ======

    • RCP Restful

Navigation
Toolbox