Hiccup is a framework that allows the Burp Suite to be extended and customized, through the interface provided by Burp Extender. Its aim is to allow for the development and integration of custom testing functionality into the Burp tool using Python request/response handler plugins.<p>While Burp is largely focused on web application security testing, the proxy functionality can also be of great use for broader web application testing tasks.<p>Check it out on Github - <a href="https://github.com/zynga/hiccup/" rel="nofollow">https://github.com/zynga/hiccup/</a><p>Example plugins - <a href="https://github.com/zynga/hiccup/tree/master/plugins/disabled" rel="nofollow">https://github.com/zynga/hiccup/tree/master/plugins/disabled</a>