Skip to content

siwee/vine-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyber Project

High-performance proxy library based on Netty. Support socks/http mixed protocol, upstream proxy, MITM, intercept and tamper with https traffic.

Features

  • HTTP
  • SOCKS4/4a
  • SOCKS5
  • Username/password authentication
  • Chained Upstream proxies
  • Http interceptor
  • Rate monitor

Usage

pom.xml

<dependency>
  <groupId>io.github.aomsweet</groupId>
  <artifactId>cyber-core</artifactId>
  <version>1.0.0.alpha1</version>
</dependency>

Demo.java

public class Demo {

    public static void main(String[] args) {
        new CyberServer.Builder()
            .withPort(2228)
            .build().start();
    }

}

License

This project is licensed under the Apache License(Version 2.0) - see the LICENSE file for details.

About

High-performance proxy library based on Netty. Support socks/http mixed protocol, upstream proxy, MITM, intercept and tamper with https traffic.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages