Compare commits
2 Commits
e93d37cacd
...
4aac159021
Author | SHA1 | Date | |
---|---|---|---|
4aac159021 | |||
d259b626d5 |
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
scans/
|
scans/*.yaml
|
||||||
|
!scans/example.yaml
|
||||||
|
scans/*.xml
|
||||||
|
8
README.md
Normal file
8
README.md
Normal 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.
|
5
scans/example.yaml
Normal file
5
scans/example.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
group1:
|
||||||
|
host1.local: [ssh, http]
|
||||||
|
host2.local: [ftp, https, 5432]
|
||||||
|
group2:
|
||||||
|
host3: [ssh, ftp, 8006]
|
Reference in New Issue
Block a user