TIL Up and running with Burp Suite alternative: Hetty

Hetty is an HTTP toolkit for security research.

Use a port other than the default (8080):

hetty --addr :8088

Use the proxy

In order to get request and response interception via the proxy built into hetty, you should pass --chrome. Building on our example from earlier:

hetty --chrome --addr :8088

docs

When intercepting responses, consider a filter like:

statusCode =~ "^5"

📚 READmore

ℹ️ About this TIL snippet: Created 2023-10-14T00:44:33-04:00 · View the source