top of page

An HTTP Toolkit For Security Research

Updated: Jul 27, 2023

Hetty is an HTTP toolkit for security research. It aims to become an open source alternative to commercial software like Burp Suite Pro, with powerful features tailored to the needs of the infosec and bug bounty community.


Features of Hetty - An HTTP Toolkit For Security Research

  • Machine-in-the-middle (MITM) HTTP proxy, with logs and advanced search

  • HTTP client for manually creating/editing requests, and replay proxied requests

  • Scope support, to help keep work organized

  • Easy-to-use web based admin interface

  • Project based database storage, to help keep work organized


An HTTP Toolkit For Security Research

You can access tool from


https://github.com/dstotijn/hetty

macOS


brew install hettysoft/tap/hetty


Linux


sudo snap install hetty


Windows


scoop bucket add hettysoft https://github.com/hettysoft/scoop-bucket.git scoop install hettysoft/hetty


Other

Alternatively, you can download the latest release from GitHub for your OS and architecture, and move the binary to a directory in your $PATH. If your OS is not available for one of the package managers or not listed in the GitHub releases, you can compile from source (link coming soon).


Docker

Docker images are distributed via GitHub's Container registry and Docker Hub. To run Hetty via with a volume for database and certificate storage, and port 8080 forwarded:

docker run -v $HOME/.hetty:/root/.hetty -p 8080:8080 \ ghcr.io/dstotijn/hetty:latest


Usage

Once installed, start Hetty via:

hetty

💡 Read the Getting started doc for more details.

Visit https://hetty.xyz to learn more about Hetty.



Comments


bottom of page