Skip to content

hackingyseguridad/tunelicmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tunelicmp

Envio de datos sobre ICMP:

ping $host -q -c 1 -W 1 -p "$str" 1>/dev/null

Recepcion de datos:

echo $str

#hackingyseguridad