Compare commits
No commits in common. "4aac159021998afb2f601c1411707cf1e3696dcf" and "e93d37cacda0d9140f3a98572b9d6bba07278b4e" have entirely different histories.
4aac159021
...
e93d37cacd
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1 @@
|
||||
scans/*.yaml
|
||||
!scans/example.yaml
|
||||
scans/*.xml
|
||||
scans/
|
||||
|
@ -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.
|
@ -1,5 +0,0 @@
|
||||
group1:
|
||||
host1.local: [ssh, http]
|
||||
host2.local: [ftp, https, 5432]
|
||||
group2:
|
||||
host3: [ssh, ftp, 8006]
|
Reference in New Issue
Block a user