Currently the library only supports NO_AUTH authentication as seen here:
|
return ((Methods.indexOf("-0-") != -1) || (Methods.indexOf("-00-") != -1)); |
The USER_PASSW authentication with value 2 is not supported.
This would allow to use the library for authentication tests.
Currently the library only supports
NO_AUTHauthentication as seen here:java-socks-proxy-server/src/main/java/org/bbottema/javasocksproxyserver/Socks5Impl.java
Line 132 in fc68e1e
The
USER_PASSWauthentication with value2is not supported.This would allow to use the library for authentication tests.