stuff
This commit is contained in:
14
README.md
14
README.md
@ -2,7 +2,17 @@
|
||||
|
||||
Scan hosts with nmap and display results in webpage.
|
||||
|
||||
* Create a configuration yaml file in confs/ subdirectory (see example.yaml).
|
||||
* Create a configuration yaml file in confs/ subdirectory (see example below).
|
||||
It may be generated by scanning a network with `init.sh`.
|
||||
* Scan with `php scan_all.php` (use a cron task!).
|
||||
* Open index.php to see results.
|
||||
* Open index.php to see results.
|
||||
|
||||
## Example
|
||||
```yaml
|
||||
group1:
|
||||
host1.local: [ssh, http]
|
||||
host2.local: [ftp, https, 5432]
|
||||
group2:
|
||||
host3: [ssh, ftp, 8006]
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user