|
|
| (24 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) |
| Zeile 1: |
Zeile 1: |
| == Configuring == | | == Benutzer == |
| The installation is now finished. Next, we verify if our installation is working.
| | === Passwort zurücksetzen === |
| | Admin-Passwort ändern |
| | <syntaxhighlight lang="bash" highlight="1"> |
| | sudo gvmd --user=admin --new-password=passwd |
| | </syntaxhighlight> |
|
| |
|
| sudo gvm-check-setup
| | === Benutzer erstellen === |
| | <syntaxhighlight lang="bash" highlight="1"> |
| | sudo runuser -u _gvm -- gvmd --create-user=admin2 --new-password=12345 |
| | </syntaxhighlight> |
|
| |
|
| I got an error (SCAP DATA are missing), but if you look through the error message, you can see that you can fix it by running:
| | === Benutzers ändern === |
| | <syntaxhighlight lang="bash" highlight="1"> |
| | sudo runuser -u _gvm -- gvmd --user=''admin'' --new-password=''new_password'' |
| | </syntaxhighlight> |
|
| |
|
| sudo runuser -u _gvm -- greenbone-feed-sync --type SCAP
| | [[Kategorie:Greenbone]] |
| | |
| This fixed my issue.
| |
| | |
| First, we are starting the OpenVAS Service.
| |
| | |
| sudo gvm-start
| |
| | |
| [[Image:Bild3.png|top|alt="Install OpenVAS on Kali"]] | |
| | |
| Now your OpenVAS Service should be up and running. OpenVAS listens on the Ports: 9390, 9391, 9392, and on Port 80. Your web browser should automatically open and lead to the OpenVAS Login Page.
| |
| | |
| If not, open a web browser manually and enter the URL
| |
| | |
| https://127.0.0.1:9392
| |
| | |
| The first time you want to open this URL you will get a security warning. Click on '''Advanced''' and '''Add an''' Exception.
| |
| | |
| [[Image:Bild4.png|top|alt="Log in to OpenVAS on Kali"]]
| |
| | |
| Remember the password you noted down before? Now we are going to need it.
| |
| | |
| <div style="margin-left:1cm;margin-right:1cm;">Forgot your Admin Password?</div>
| |
| | |
| <div style="margin-left:1cm;margin-right:1cm;">''Reset it by typing: <tt>sudo gvmd --user=admin --new-password=passwd;''</tt></div>
| |
| | |
| Log in to OpenVAS with admin // your password
| |
| | |
| [[Image:Bild5.png|top|alt="Install OpenVAS on Kali Linux"]]
| |
| | |
| First things first – Navigate to '''To your User Profile''' / '''My Settings / Click on Edit''' and''' change the password'''.
| |
| | |
| [[Image:Bild6.png|top|alt="Change OpenVAS Password"]]
| |
| | |
| This is basically all you need to do. OpenVAS is now running and ready for use.
| |
Benutzer
Passwort zurücksetzen
Admin-Passwort ändern
sudo gvmd --user=admin --new-password=passwd
Benutzer erstellen
sudo runuser -u _gvm -- gvmd --create-user=admin2 --new-password=12345
Benutzers ändern
sudo runuser -u _gvm -- gvmd --user=''admin'' --new-password=''new_password''