I've seen a few posts here of interesting ways to do some odd things just for fun so I figured I'd share one that I did a little while back.

https://github.com/go-hacks/shogun

For those that don't care to run it or look through the code, it basically sends data across a network (local machine in the example) without putting the data into the packets or using any TCP connections.

It uses 256 UDP ports to send empty packets to each corresponding byte value and the file is recreated on the other side :)

Obviously there's a ton of overhead to do this and isn't efficient at all lol

submitted by /u/SM177Y23
[link] [comments]

from hacking: security in practice https://ift.tt/3fOYRsC

Comments