TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hiccup - a Python extension framework for Burp Suite

1 pointsby chair6almost 13 years ago

1 comment

chair6almost 13 years ago
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>