Uses part of a GET
request within HTTP’s payload to convey it’s message
Obscures
the message by converting it to hexadecimal values
Sends
the message via network socket to the web server
Receives
the message by parsing the web server’s log files
•Yesterday intropy had an idea for this tool and I coded it up last
night so we’d have another demo and some code to release.
•It will basically take your message, convert it to hex, and send it as
part of a GET request to a web server, which should log the request.
•You can then use it to parse the web server logs on the receiving side
to extract your message.