-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Currently the library only supports NO_AUTH authentication as seen here:
java-socks-proxy-server/src/main/java/org/bbottema/javasocksproxyserver/Socks5Impl.java
Line 132 in fc68e1e
| 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.
henryju and c00ler
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed