Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
infrastructure:securite:vuls:installation [24/10/2020 16:53] – créée Stéphane Pailletinfrastructure:securite:vuls:installation [01/01/2022 20:19] (Version actuelle) Stéphane Paillet
Ligne 47: Ligne 47:
 $ sudo chown <user> /var/log/vuls $ sudo chown <user> /var/log/vuls
 $ sudo chmod 700 /var/log/vuls $ sudo chmod 700 /var/log/vuls
-$ mkdir -p $GOPATH/src/github.com/kotakanbe +$ mkdir -p $GOPATH/src/github.com/vulsio 
-$ cd $GOPATH/src/github.com/kotakanbe +$ cd $GOPATH/src/github.com/vulsio 
-$ git clone https://github.com/kotakanbe/go-cve-dictionary.git+$ git clone https://github.com/vulsio/go-cve-dictionary.git
 $ cd go-cve-dictionary $ cd go-cve-dictionary
 $ make install $ make install
Ligne 161: Ligne 161:
 $ cd vuls $ cd vuls
 $ make install $ make install
 +</code>
 +
 +===== Configuration des hosts =====
 +Nous créons le fichier de configuration des hosts
 +<code>
 +$ vi config.toml
 +</code>
 +
 +Nous y ajoutons le serveur local
 +<code>
 +[servers]
 +
 +[servers.localhost]
 +host = "localhost"
 +port = "local"
 </code> </code>
  
  • infrastructure/securite/vuls/installation.1603558381.txt.gz
  • Dernière modification : 24/10/2020 16:53
  • de Stéphane Paillet