====== Auvegos ====== * https://wiki.dai-labor.de/AuVeGoS ===== Basic Security ===== * http://secunia.com/community/advisories/terminology/ ===== Scanning tools ===== * External tools that OpenVAS can use have not been installed (apart from Nmap), these external tools being mostly web application vulnerability detection tools including wapiti, Arachni, Nikto and Dirb. * Tools used in OpenVAS: http://www.openvas.org/integrated-tools.html * http://sectools.org/tag/vuln-scanners/ ====== OpenVAS ====== * https://fedoraproject.org/wiki/QA:Testcase_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="" ====== Eclipse plugin vs OSGi bundle ====== * http://www.eclipsezone.com/articles/extensions-vs-services/ ====== Eclipse RCP ====== * http://localhost/wiki/doku.php?id=programming:javaee:model_driven:eclipse_rcp_3&s[]=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