filternet icon indicating copy to clipboard operation
filternet copied to clipboard

A proxy library that provides easy hooks to manipulate http and https traffic consistently.

Results 9 filternet issues
Sort by recently updated
recently updated
newest added

The dependency bufferjs/concat was removed in version 2.0.0. The following changes were necessary to resolve the issue. Line 12: `require('bufferjs/concat');` (original) `//require('bufferjs/concat');` (changed) Line 154: `buffer = Buffer.concat(buffer, chunk);` (original)...

it has the inexisting buffer requirement

My code looks like this: ``` coffeescript fs = require 'fs' path = require 'path' findFreePort = require 'find-free-port' filternet = require('filternet') pem = require('pem') PROXY_PORT = null findFreePort 8090,...

Hi, I need to do following and wondered if it's possible to do using your library. 1. Proxy all http/https requests transparently no MITM 2. Perform a simple background check...

Hi, I'm trying to set up a standard SSL proxy with MITM for some research work. Say, I'm trying to create a MITM proxy for *.github.com I've created the local...

Hi, i try to get the HTTPS filtering to run but if i add an cert in the sslCerts objecti get an EACCES exception in createProxyServer. Do i have to...

Currently we can hit a case where `server.close()` is called, but `server` is never defined. Looks like we want `transSslServer.close`.

Hi, Thanks for sharing this awesome piece of code (and the funny story around it). It looks like there's a potential connection leak if the socket (for whatever reason) is...