add servicelist

This commit is contained in:
2021-02-21 19:48:30 +01:00
parent c149d7c38d
commit e6afef6a81
144 changed files with 505 additions and 204 deletions

View File

@ -2,6 +2,14 @@
## Les différences cible de type \*.list
### servicelist
Une cible peut être de type [service](../service/service.md) :
```
<target type="servicelist">example</target>
```
### filelist
Une cible peut être de type [fichier](../service/file.md) :
@ -10,14 +18,6 @@ Une cible peut être de type [fichier](../service/file.md) :
<target type="filelist">example</target>
```
### portlist
Une cible peut être de type [port](../service/port.md) :
```
<target type="portlist">example</target>
```
### iplist
Une cible peut être de type [ip](../service/ip.md) :