Skip to content

Transfer files using ICMP packets. The world is your oyster.

Notifications You must be signed in to change notification settings

domspad/icmpb_and_j

Repository files navigation

icmpb_and_j

Transfer files using ICMP packets. The world is your oyster.

Receiver:

./icmp_receive | base64 -d > outfile.txt  # starts listerner and outputs received messages to stdin

Sender:

base64 <file> | icmp_shooter --dest=xxx.xxx.xxx.xxx     # sends encoded file as series of icmp packets 

About

Transfer files using ICMP packets. The world is your oyster.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published