mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
0ef72c36ce
Adding examples to 3 tables!
11 lines
161 B
YAML
11 lines
161 B
YAML
name: etc_services
|
|
examples: >-
|
|
Identify the TCP and UDP ports associated to standard services.
|
|
|
|
```
|
|
|
|
SELECT * FROM etc_services WHERE name='ftp';
|
|
|
|
```
|
|
|