sockslib icon indicating copy to clipboard operation
sockslib copied to clipboard

A Java library of SOCKS5 protocol including client and server

Results 20 sockslib issues
Sort by recently updated
recently updated
newest added

Bumps [h2](https://github.com/h2database/h2database) from 1.4.188 to 2.1.210. Release notes Sourced from h2's releases. Version 2.1.210 Two security vulnerabilities in H2 Console (CVE-2022-23221 and possible DNS rebinding attack) are fixed. Persistent databases...

dependencies

Bumps log4j-core from 2.16.0 to 2.17.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-core&package-manager=maven&previous-version=2.16.0&new-version=2.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

socks5 测试通过,完美,但是这边需要C++版本的库

Hi , getting this when connecting to the device, Samsung Galaxy S9 Plus, any clue what's happening ? Running as ForeGroundService , which launches & opens the port, but still...

Tests that make SSL connections fail due to errors when building with JDK 11. Specifically, these tests exhibit errors: testConnectNoAuthSSLServer(sockslib.test.client.TestSSLSocks5): Connection reset testConnectSSLAuthServer(sockslib.test.client.TestSSLSocks5): Connection reset testSSLConnect(sockslib.test.quickstart.TestSocks5Server): Connection reset testSSL2Connect(sockslib.test.quickstart.TestSocks5Server): Connection...

When trying to use DatagramSocket.connect on a derived Socks5DatagramSocket, you will run into IllegalArgumentException "connected address and packet address differ". This is because the connect method is not overloaded to...

https://github.com/fengyouchao/sockslib/blob/9ad0d94914468cde403932dbd6a58b6449faac56/src/main/java/sockslib/server/manager/MemoryBasedUserManager.java#L44 this shall be Strings.isNullOrEmpty(user.getUserName())