Skip to content
cktricky edited this page Jun 3, 2011 · 1 revision

Author(s):

Ken Johnson [CKTRICKY]

Description:

Inflates ZLib compressed data (a.k.a decompresses) and then sends to Burp.

References:

http://www.gdssecurity.com/l/b/2008/02/19/a-delfate-burp-plug-in/

Module Options:

RHOST   www.example.com   true       Enter the remote host value

Options Explained (Module Specific):

RHOST -- the remote host or target site hostname.

Real world example:

I would like to modify zlib compressed data prior to arriving at Burp's proxy. The ZLIB data is coming from www.example.com

set RHOST www.example.com
run

Thats it ;-)

Clone this wiki locally