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 →
Top 8 Go Mitm Projects
-
-
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.
-
-
-
proxify
A versatile and portable proxy for capturing, manipulating, and replaying HTTP/HTTPS traffic on the go.
-
hoverfly
Lightweight service virtualization/ API simulation / API mocking tool for developers and testers
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"]
-
-
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.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
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.
Go Mitm discussion
Go Mitm related posts
-
Go read /etc/hosts with Net.lookupStaticHost()
-
Show HN: Forwarder – FOSS MITM proxy written in Go
-
bettercap VS petep - a user suggested alternative
2 projects | 3 Oct 2023 -
Malware installed in this bluetooth remote?
-
bettercap hell
-
Grannar från helvetet
-
Bettercap – Swiss Army Knife for 802.11, BLE, IPv4 and IPv6 Networks
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 17 Mar 2025