forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hping, hping3: update page (tldr-pages#10248)
- Loading branch information
Showing
3 changed files
with
21 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,8 @@ | ||
# hping | ||
|
||
> 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>. | ||
> Cette commande est un alias de `hping3`. | ||
> Plus d'informations : <https://github.com/antirez/hping>. | ||
- Ping localhost via TCP : | ||
- Voir la documentation de la commande originale : | ||
|
||
`hping3 {{localhost}}` | ||
|
||
- 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 : | ||
|
||
`hping3 --udp -p {{80}} -S {{192.168.1.1}}` | ||
|
||
- 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 : | ||
|
||
`hping3 --flood -p {{80}} -S {{192.168.1.1}}` | ||
`tldr hping3` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,8 @@ | ||
# hping | ||
|
||
> Command-line oriented TCP/IP packet assembler and analyzer. | ||
> Inspired by the `ping` command. | ||
> More information: <http://www.hping.org>. | ||
> This command is an alias of `hping3`. | ||
> More information: <https://github.com/antirez/hping>. | ||
- Ping localhost over TCP: | ||
- View documentation for the original command: | ||
|
||
`hping3 {{localhost}}` | ||
|
||
- Ping an IP address over TCP on a specific port: | ||
|
||
`hping3 -p {{80}} -S {{192.168.1.1}}` | ||
|
||
- Ping an IP address over UDP on port 80: | ||
|
||
`hping3 --udp -p {{80}} -S {{192.168.1.1}}` | ||
|
||
- Scan a set of TCP ports on a specific IP address: | ||
|
||
`hping3 --scan {{80,3000,9000}} -S {{192.168.1.1}}` | ||
|
||
- Perform a charge test on port 80: | ||
|
||
`hping3 --flood -p {{80}} -S {{192.168.1.1}}` | ||
`tldr hping3` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters