{"id":22748216,"url":"https://github.com/githubfoam/openvas-sandbox","last_synced_at":"2026-01-11T02:51:38.901Z","repository":{"id":59636326,"uuid":"224483644","full_name":"githubfoam/openvas-sandbox","owner":"githubfoam","description":"openvas  network security monitoring NIDS HIDS","archived":false,"fork":false,"pushed_at":"2021-08-18T19:20:01.000Z","size":52,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T07:49:46.664Z","etag":null,"topics":["hids","network-security-monitoring","nids","openvas","vulnerability-detection","vulnerability-scanners"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/githubfoam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-27T17:29:44.000Z","updated_at":"2021-08-18T19:20:04.000Z","dependencies_parsed_at":"2022-09-19T10:41:26.767Z","dependency_job_id":null,"html_url":"https://github.com/githubfoam/openvas-sandbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubfoam%2Fopenvas-sandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubfoam%2Fopenvas-sandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubfoam%2Fopenvas-sandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubfoam%2Fopenvas-sandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/githubfoam","download_url":"https://codeload.github.com/githubfoam/openvas-sandbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246281216,"owners_count":20752207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hids","network-security-monitoring","nids","openvas","vulnerability-detection","vulnerability-scanners"],"created_at":"2024-12-11T03:21:17.859Z","updated_at":"2026-01-11T02:51:38.875Z","avatar_url":"https://github.com/githubfoam.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# openvas-sandbox\n\nTravis (.com) branch:\n[![Build Status](https://travis-ci.com/githubfoam/openvas-sandbox.svg?branch=master)](https://travis-ci.com/githubfoam/openvas-sandbox) \n\n\n~~~~\nDeploy openVAS on kali linux\n\n\u003evagrant init --template scripts/Vagrantfile.erb\n\u003evagrant up vg-kali-02\n\u003evagrant ssh vg-kali-02\n\n\napt-get update -y\napt-get upgrade -y\napt-get install -yq gvm\ngvm-setup\ngvm-start\n\nbrowse the local host \n“https://127.0.0.1:9392”\n\n\u003evagrant destroy -f vg-kali-02\n\u003edel Vagrantfile\n\n~~~~\n\n~~~~\n\u003evagrant init --template scripts/Vagrantfile.erb\n\u003evagrant up \"vg-openvas-01\"\n\n~~~~\n~~~~\nLogin with admin and the password in the script output\n\ntotal size is 63,121,109  speedup is 1.00\n/usr/sbin/openvasmd\n\nExecStart=/usr/sbin/gsad --foreground --listen=0.0.0.0 --port=9392 --mlisten=0.0.0.0 --mport=9390 --allow-header-host 192.168.22.12\n\nUser created with password 'b124cb71-220b-4f0b-8308-005187a3828b'.\n~~~~\n\n~~~~\n\ncheck that gsad is running and listening\n# netstat -apn | grep LISTEN\n# netstat -anp | grep gsad\n\nvagrant@vg-openvas-02:~$ sudo netstat -apn | grep LISTEN\ntcp        0      0 127.0.0.1:9390          0.0.0.0:*               LISTEN      889/openvasmd\ntcp        0      0 127.0.0.1:9392          0.0.0.0:*               LISTEN      737/gsad\ntcp        0      0 127.0.0.1:80            0.0.0.0:*               LISTEN      900/gsad\n\nvagrant@vg-openvas-02:~$ sudo netstat -anp | grep gsad\ntcp        0      0 127.0.0.1:9392          0.0.0.0:*               LISTEN      737/gsad\ntcp        0      0 127.0.0.1:80            0.0.0.0:*               LISTEN      900/gsad\nunix  3      [ ]         STREAM     CONNECTED     18405    737/gsad\n\nvagrant@vg-openvas-02:~$ sudo netstat -anp | grep openvas\ntcp        0      0 127.0.0.1:9390          0.0.0.0:*               LISTEN      889/openvasmd\nunix  2      [ ACC ]     STREAM     LISTENING     23023    1488/openvassd: Wai  /var/run/openvassd.sock\nunix  2      [ ACC ]     STREAM     LISTENING     21878    863/redis-server 12  /var/run/redis-openvas/redis-server.sock\nunix  3      [ ]         STREAM     CONNECTED     28186    863/redis-server 12  /var/run/redis-openvas/redis-server.sock\nunix  3      [ ]         STREAM     CONNECTED     25910    1488/openvassd: Wai\nunix  3      [ ]         STREAM     CONNECTED     20133    889/openvasmd\n\nwget -p http://192.168.22.12\n--2019-11-27 16:26:54--  http://192.168.22.12/\nConnecting to 192.168.22.12:80... connected.\nHTTP request sent, awaiting response... 303 See Other\nLocation: https://192.168.22.12:9392/login/login.html [following]\n--2019-11-27 16:26:54--  https://192.168.22.12:9392/login/login.html\nConnecting to 192.168.22.12:9392... connected.\nERROR: cannot verify 192.168.22.12's certificate, issued by ‘C=DE,L=Osnabrueck,O=OpenVAS Users,OU=Certificate Authority for vg-openvas-01’:\n Unable to locally verify the issuer's authority.\n   ERROR: certificate common name ‘vg-openvas-01’ doesn't match requested host name ‘192.168.22.12’.\nTo connect to 192.168.22.12 insecurely, use `--no-check-certificate'.\n\nhttps://192.168.22.12:9392/login/login.html\n\n# vi /lib/systemd/system/greenbone-security-assistant.service\n\n# systemctl daemon-reload\nvagrant@vg-openvas-01:~$ sudo systemctl restart greenbone-security-assistant.service\nvagrant@vg-openvas-01:~$ sudo systemctl status greenbone-security-assistant.service\n\n# omp --help\n\npassword change\nvg-openvas-01:~$ sudo openvasmd --user=admin --new-password=admin\n\n$ sudo openvas-stop\nStopping OpenVas Services\n$ sudo openvas-start\nStarting OpenVas Services\n\n~~~~\n~~~~\nWeb UI\nMenu - Configuration - Targets\nMenu - Scans - Tasks\n\n\nNetwork Targets\n    Single IPv4 address: 192.168.300.10\n    IPv4 address range in short format: 192.168.200.100-11\n    IPv4 address range in long format: 192.168.200.100-192.168.200.110\n    IPv4 address range in CIDR notation: 192.168.100.0/24\n\n~~~~\n\n~~~~\nhttps://github.com/greenbone/openvas\n~~~~","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubfoam%2Fopenvas-sandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithubfoam%2Fopenvas-sandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubfoam%2Fopenvas-sandbox/lists"}