Skip to content

A netcat inspired utility for bidirectional communication over ICMP (ping) traffic.

License

Notifications You must be signed in to change notification settings

IntegralProgrammer/ICMPcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ICMPcat

A netcat inspired utility for bidirectional communication over ICMP (ping) traffic.

Usage

Server

sudo sysctl net.ipv4.icmp_echo_ignore_all=1
sudo python icmpcat_server.py

Client

sudo python icmpcat_client.py <IP ADDRESS OF ICMPCAT SERVER> <TIME INTERVAL BETWEEN PINGS (SECONDS)>

Any lines typed into the client console will appear on the server console. Any lines typed into the server console will appear on the client console.

About

A netcat inspired utility for bidirectional communication over ICMP (ping) traffic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages