1) Effettuare il setup:
# openvas-setup
2) Eseguire il seguente comando per individuare il process "gsad":
# neststat -anpt | grep gsad
tcp 0 0 127.0.0.1:9392 0.0.0.0:* LISTEN 3558/gsad
3) Killare il processo gsad.
4) Riavviare gsad usando il seguente comando
# gsad --http-only --listen=127.0.0.1 -p 9392
5) Aggiungere un "admin user":
# openvasad -c 'add_user' -n nome_utente -r Admin
6) collegarsi via browser al seguente indirizzo:
http://127.0.0.1:9392 ed effettuare il login con l'utente creato.
Nessun commento:
Posta un commento
Grazie per il commento.