Go Mitm

Open-source Go projects categorized as Mitm

Top 8 Go Mitm Projects

  1. brook

    A cross-platform programmable network tool

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. hetty

    An HTTP toolkit for security research.

  4. Modlishka

    Modlishka. Reverse Proxy.

  5. proxify

    A versatile and portable proxy for capturing, manipulating, and replaying HTTP/HTTPS traffic on the go.

  6. hoverfly

    Lightweight service virtualization/ API simulation / API mocking tool for developers and testers

    Project mention: API testing through simulations | dev.to | 2025-03-02

    FROM alpine:3.21.0 # Packages RUN apk add --no-cache wget unzip curl # Set default arguments ARG HOVERFLY_VERSION="v1.10.6" ARG HOVERFLY_ADMIN_PORT=8888 ARG HOVERFLY_PROXY_PORT=8500 ENV HOVERFLY_ADMIN_PORT=${HOVERFLY_ADMIN_PORT} ENV HOVERFLY_PROXY_PORT=${HOVERFLY_PROXY_PORT} # Download and install both hoverfly and hoverctl RUN wget -q "https://github.com/SpectoLabs/hoverfly/releases/download/v${HOVERFLY_VERSION#v}/hoverfly_bundle_linux_amd64.zip" && \ unzip hoverfly_bundle_linux_amd64.zip -d /tmp && \ mv /tmp/hoverfly /usr/local/bin/ && \ mv /tmp/hoverctl /usr/local/bin/ && \ chmod +x /usr/local/bin/hoverfly && \ chmod +x /usr/local/bin/hoverctl && \ rm -rf hoverfly_bundle_linux_amd64.zip /tmp/* # Create default hoverctl config with environment variables RUN mkdir -p /root/.hoverfly && \ echo "hoverfly.host: localhost" > /root/.hoverfly/config.yaml && \ echo "hoverfly.admin.port: \"${HOVERFLY_ADMIN_PORT}\"" >> /root/.hoverfly/config.yaml && \ echo "hoverfly.proxy.port: \"${HOVERFLY_PROXY_PORT}\"" >> /root/.hoverfly/config.yaml EXPOSE ${HOVERFLY_PROXY_PORT} ${HOVERFLY_ADMIN_PORT} ENTRYPOINT ["hoverfly", "-listen-on-host=0.0.0.0"]

  7. shuttle

    A web proxy in Golang with amazing features. (by sipt)

  8. till

    DataHen Till is a companion tool to your existing web scraper that instantly makes it scalable, maintainable, and more unblockable, with minimal code changes on your scraper. Integrates with any scraper in 5 minutes.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. forwarder

    Forwarder is a production-ready, fast MITM proxy with PAC support. It's suitable for debugging, intercepting and manipulating HTTP traffic. It's used as a core component of Sauce Labs Sauce Connect Proxy.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go Mitm discussion

Log in or Post with

Go Mitm related posts

  • Go read /etc/hosts with Net.lookupStaticHost()

    1 project | news.ycombinator.com | 23 Feb 2024
  • Show HN: Forwarder – FOSS MITM proxy written in Go

    2 projects | news.ycombinator.com | 20 Dec 2023
  • bettercap VS petep - a user suggested alternative

    2 projects | 3 Oct 2023
  • Malware installed in this bluetooth remote?

    1 project | /r/hacking | 1 Jun 2023
  • bettercap hell

    1 project | /r/netsec | 25 May 2023
  • Grannar från helvetet

    3 projects | /r/swedishproblems | 18 Feb 2023
  • Bettercap – Swiss Army Knife for 802.11, BLE, IPv4 and IPv6 Networks

    1 project | /r/patient_hackernews | 3 Dec 2022
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 17 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Index

What are some of the best open-source Mitm projects in Go? This list will help you:

# Project Stars
1 brook 14,756
2 hetty 6,636
3 Modlishka 4,938
4 proxify 2,792
5 hoverfly 2,392
6 shuttle 2,067
7 till 814
8 forwarder 240

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Go is
the 4th most popular programming language
based on number of references?