Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/HPING2-HOWTO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ __0003: First step with hping

The simplest usage of hping is the following:

#hping host
#hping HOST

This command sends a TCP null-flags packet to port 0 of target
host every second and show the host replies. For example:
Expand Down Expand Up @@ -437,4 +437,4 @@ round-trip min/avg/max = 0.0/0.0/0.0 ms

Tips: Using an idle host to perform spoofed scanning it's usefull to
output only replies that show an increment != 1. Try
`hping host -r | grep -v "id=+1"'
`hping HOST -r | grep -v "id=+1"'
4 changes: 2 additions & 2 deletions docs/french/HPING2-HOWTO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ __0003 : Premiers pas avec hping

La plus simple utilisation de hping est la suivante :

#hping host
#hping HOST

Cette commande envoie un paquet TCP sans drapeau au port 0 du syst�me
cible chaque seconde et montre les r�ponses du syst�me. Par exemple :
Expand Down Expand Up @@ -472,4 +472,4 @@ round-trip min/avg/max = 0.0/0.0/0.0 ms
Conseil : en utilisant un syst�me inactif pour r�aliser un scan usurp� il
est utile de ne montrer que les r�ponses qui montrent un
incr�ment diff�rent de 1. Essayez
`hping host -r | grep -v "id=+1"'
`hping HOST -r | grep -v "id=+1"'
2 changes: 1 addition & 1 deletion usage.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
void show_usage(void)
{
printf(
"usage: hping host [options]\n"
"usage: hping HOST [options]\n"
" -h --help show this help\n"
" -v --version show version\n"
" -c --count packet count\n"
Expand Down