Compare commits

..

No commits in common. "4aac159021998afb2f601c1411707cf1e3696dcf" and "e93d37cacda0d9140f3a98572b9d6bba07278b4e" have entirely different histories.

5 changed files with 1 additions and 16 deletions

4
.gitignore vendored
View File

@ -1,3 +1 @@
scans/*.yaml
!scans/example.yaml
scans/*.xml
scans/

View File

@ -1,8 +0,0 @@
# 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.

View File

@ -1,5 +0,0 @@
group1:
host1.local: [ssh, http]
host2.local: [ftp, https, 5432]
group2:
host3: [ssh, ftp, 8006]