Updated GVM 21.x Integration (markdown)

xer0dayz 2022-02-17 10:34:36 -07:00
parent 595987d461
commit f705765ceb
1 changed files with 6 additions and 3 deletions

@ -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
```
```
## Demo:
[https://www.youtube.com/watch?v=aoTlT6U6Phk](https://www.youtube.com/watch?v=aoTlT6U6Phk)