Skip to content

Latest commit

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages