Skip to content

z3db0y/SimpleProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Proxy

This is a script I wrote because I was bored in school; it provides a simple way of creating an HTTP proxy with request and authorization callback options.

Usage:

const Proxy = require('./proxy');
const proxy = new Proxy(8080, '0.0.0.0', (username, password) => true);

Features:

  • Supports HTTP/HTTPS and WebSockets.
  • Custom authorization callback.
  • Custom request callback to proxy.
  • Basic Non-SSL request interception.

Interception

TODO:

  • Implement support for MITM interception.

About

A simple Node.js proxy server with authorization callback support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published