change file extensions
This commit is contained in:
parent
1046de0b8d
commit
87cedd0bce
@ -4,7 +4,7 @@ Scanne des hôtes avec `nmap`
|
||||
et affiche le résultat dans une page web.
|
||||
|
||||
* Créer un fichier de configuration YAML dans un sous-dossier ./configs/ (voir l'exemple ci-dessous).
|
||||
Il peut être généré en scannant un réseau avec : `./discover <CIDR>`.
|
||||
Il peut être généré en scannant un réseau avec : `./discover.sh <CIDR>`.
|
||||
* Scanner avec le script `./scan_all.sh` (utiliser une tâche cron !).
|
||||
* Voir les résultats en ouvrant `.\index.php` dans le navigateur web.
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
Scan hosts with `nmap` and display results in webpage.
|
||||
|
||||
* Create a configuration yaml file in ./configs/ subdirectory (see example below).
|
||||
It may be generated by scanning a network with `./discover <CIDR>`.
|
||||
It may be generated by scanning a network with `./discover.sh <CIDR>`.
|
||||
* Scan with `./scan_all.sh` (use a cron task!).
|
||||
* Open `.\index.php` in web browser to see results.
|
||||
|
||||
|
Reference in New Issue
Block a user