|
Cooking channels - is a set of two python scripts (CGI and client) allowing to
build a communication channel over HTTP cookies.
|
The paper How to cook a covert channel
[Hakin9 Pdf]
originally released in the hakin9 magazine describes step by step how to implement
a few covert channel concepts over HTTP cookies :
o Control communication channel
o As stealth as possible (don't care about latency or bandwith)
o Backdoor oriented
The paper finally describes a funny second level caching method allowing to use HTTP
proxy servers as intermediaries to build a communication channel thus having
a way to communicate with a third party without having to reach the remote server
for each data packet.
|
TGW
Current version: 1.1;
README ,
CHANGELOG
Download | md5sum: 2ea1c6a47486e123439a40c3ca64484a
http://gray-world.net/projects/cooking_channels/cooking_channels-1.1.tar.gz
Index of projects
|
|

|
Firepass - is a Perl tunneling tool, allowing to bypass firewall
restrictions through the use of HTTP POST requests in order to build TCP or
UDP tunnels.
[learn more]
|
|