Live data from Hacker News

Show HN: Forwarder – FOSS MITM proxy written in Go

forwarder-proxy.io

1–10 of 18 posts

Show HN: Forwarder – FOSS MITM proxy written in Go

#1
I'm working at Sauce Labs on a fast MITM proxy.

If you are using mitmproxy, Fiddler or Charles proxy in your job I believe you'll find it invaluable.

Forwarder 1.1 is now available, complete with a Grafana Dashboard for effortless monitoring. We are committed to making it great.

I welcome your feedback.

Cheers Michał

Show HN: Forwarder – FOSS MITM proxy written in Go
forwarder-proxy.io

Re: Show HN: Forwarder – FOSS MITM proxy written in Go

#6
post #4

For those with blocking rules around newly registered DNS: https://github.com/saucelabs/forwarder

> blocking rules around newly registered DNS Why is this even a thing?

Moderately effective anti phishing. Your real bank's domain is older than last week.

Re: Show HN: Forwarder – FOSS MITM proxy written in Go

#7
post #4

Earlier quoted context omitted.

> blocking rules around newly registered DNS Why is this even a thing?

Moderately effective anti phishing. Your real bank's domain is older than last week.

Most malware/scam domains I've seen are generally a few weeks old, which is still fairly new, but not quite last week.

Re: Show HN: Forwarder – FOSS MITM proxy written in Go

#9

am i reading this correctly that it could be used as an adblock? is the PAC format powerful enough to handle everything that current adblockers do?

You have a lot of flexibility with PAC files, so I guess that's possible. Some PAC files can be quite complex.

Another option would be using --deny-domains it accepts a list of regular expressions, you can prefix an item with - to exclude it.

https://forwarder-proxy.io/cli/forwarder_run/#deny-domains

Post reply on HN