multiple pages: fix French colon punctuation (#5152)

This commit is contained in:
bl-ue
2021-01-30 12:03:18 -05:00
committed by GitHub
parent a52007380f
commit 5f1ef5bee7
147 changed files with 824 additions and 825 deletions

View File

@@ -2,24 +2,24 @@
> Outil en ligne de commande permettant d'assembler ou analyser des paquets TCP/IP.
> Inspirer par la commande `ping`.
> Plus d'informations : <http://www.hping.org>.
> Plus d'informations : <http://www.hping.org>.
- Ping localhost via TCP:
- Ping localhost via TCP :
`hping3 {{localhost}}`
- Ping une adresse IP, via TCP, sur un port spécifique:
- Ping une adresse IP, via TCP, sur un port spécifique :
`hping3 -p {{80}} -S {{192.168.1.1}}`
- Ping une adresse IP, via UDP, sur le port 80:
- Ping une adresse IP, via UDP, sur le port 80 :
`hping3 --udp -p {{80}} -S {{192.168.1.1}}`
- Scanner un ensemble de ports TCP, sur une adresse IP spécifique:
- Scanner un ensemble de ports TCP, sur une adresse IP spécifique :
`hping3 --scan {{80,3000,9000}} -S {{192.168.1.1}}`
- Effectuer un test de montée en charge sur le port 80:
- Effectuer un test de montée en charge sur le port 80 :
`hping3 --flood -p {{80}} -S {{192.168.1.1}}`