-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Hello people!
I checked your package and got really close to my heart as I tried to do a similar thing, called covertutils circa '17 (it's abandoned now).
When I say similar, I mean minimal protocol with chunking and sequence control, HTTP, DNS, ICMP and even TCP/IP stego support, polling mechanism, kind of similar.
What I'd like to propose, as I found it useful in that project was the malable payload idea. This would not only throw the payload in an HTTP request but (assuming it has high entropy - it's encrypted - looks random) place it in the etag or set-cookie header that are expected to be random strings most of the time (and explain to the other side to fetch it from there).
Anyway, it is a bit unsolicitaded, but I really felt I had to mention that, as I spent countless hours in the exact same concepts and maybe it could be of help!
If you happen to skim through my Python2 code, don't judge me too harshly. I never was a programmer! But I created a lot of documentation.
Cheers 🙃