README.md

This commit is contained in:
Adrien MALINGREY 2023-04-03 23:03:42 +02:00
parent e93d37cacd
commit d259b626d5
4 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
scans/ scans/
!example.yaml

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# lanScan
Scan hosts with nmap and display results in webpage.
* Create a configuration yaml file in scans/ subdirectory (see example.yaml).
It make be generated by scanning a network with init.sh.
* Scan with scan_all.sh (use a cron task!).
* Open index.php to see results.