From f705765cebea18305bd73f091ce99cb4aaa4ed86 Mon Sep 17 00:00:00 2001 From: xer0dayz <1N3@hushmail.com> Date: Thu, 17 Feb 2022 10:34:36 -0700 Subject: [PATCH] Updated GVM 21.x Integration (markdown) --- GVM-21.x-Integration.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/GVM-21.x-Integration.md b/GVM-21.x-Integration.md index 4595e06..46994b3 100644 --- a/GVM-21.x-Integration.md +++ b/GVM-21.x-Integration.md @@ -14,11 +14,14 @@ OPENVAS_PORT="9390" OPENVAS_RUNAS_USER="kali" ``` -NOTE: You will need to specify a local (non-root) Linux account to initiate GVM 21.x scans using Sn1per by updating the "OPENVAS_RUNAS_USER" setting in your Sn1per configuration file. +**NOTE:** You will need to specify a local (non-root) Linux account to initiate GVM 21.x scans using Sn1per by updating the "OPENVAS_RUNAS_USER" setting in your Sn1per configuration file. After the settings have been updated to match your environment, you can initiate an OpenVAS scan automatically by running a "normal" or "vulnscan" mode in Sn1per Professional and specifying the new configuration template you just created (ie. /sniper/conf/gvm_vulnerability_scan.conf). This can also be done from the command line by running the following: -Example Usage: +### Example Usage: ``` sniper -t 127.0.0.1 -c /sniper/conf/gvm_vulnerability_scan.conf -m vulnscan -w 127.0.0.1 -``` \ No newline at end of file +``` + +## Demo: +[https://www.youtube.com/watch?v=aoTlT6U6Phk](https://www.youtube.com/watch?v=aoTlT6U6Phk) \ No newline at end of file