How can I test implementations of SOCKS5 proxy 'BIND' and 'UDP ASSOCIATE' commands?Is SOCKS5 bind persistent, or one-time only?Understanding the Socks5 ProtocolPassive socket not accepting ftpProxying UDP over SOCKS5 proxy in PythonForefront TMG vs java and php (ftp)Why can't I connect my FTP client to the server?FTP Active Mode and multiplexingInterpreting the socks5 RFC on the UDP ASSOCIATE partSOCKS 5 Server - BND.PORT & BND.ADDRIs there a timeout for UDP in SOCKS5?
The use of multiple foreign keys on same column in SQL Server
What is the command to reset a PC without deleting any files
Schwarzchild Radius of the Universe
I see my dog run
Can I make popcorn with any corn?
If Manufacturer spice model and Datasheet give different values which should I use?
N.B. ligature in Latex
How does one intimidate enemies without having the capacity for violence?
How long does it take to type this?
Chess with symmetric move-square
XeLaTeX and pdfLaTeX ignore hyphenation
I probably found a bug with the sudo apt install function
TGV timetables / schedules?
Why has Russell's definition of numbers using equivalence classes been finally abandoned? ( If it has actually been abandoned).
"which" command doesn't work / path of Safari?
Prevent a directory in /tmp from being deleted
How do I create uniquely male characters?
What is the offset in a seaplane's hull?
Japan - Plan around max visa duration
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
Could a US political party gain complete control over the government by removing checks & balances?
Is there a familial term for apples and pears?
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
Concept of linear mappings are confusing me
How can I test implementations of SOCKS5 proxy 'BIND' and 'UDP ASSOCIATE' commands?
Is SOCKS5 bind persistent, or one-time only?Understanding the Socks5 ProtocolPassive socket not accepting ftpProxying UDP over SOCKS5 proxy in PythonForefront TMG vs java and php (ftp)Why can't I connect my FTP client to the server?FTP Active Mode and multiplexingInterpreting the socks5 RFC on the UDP ASSOCIATE partSOCKS 5 Server - BND.PORT & BND.ADDRIs there a timeout for UDP in SOCKS5?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
Using RFC 1928, I have implemented SOCKS5 'BIND' and 'UDP ASSOCIATE' commands on Java, but I haven't found any way to test their work. I have tried browser (Firefox), FTP server and client in active and passive mods (run server on my Android phone and connected to it using Filezilla client for Linux), e-mail client (Thunderbird and SMTP). But every app always sends a request on connection (using only 'CONNECT' command) and nothing else (but all of them work normal). So, how I can test commands?
java sockets proxy client-server socks
add a comment |
Using RFC 1928, I have implemented SOCKS5 'BIND' and 'UDP ASSOCIATE' commands on Java, but I haven't found any way to test their work. I have tried browser (Firefox), FTP server and client in active and passive mods (run server on my Android phone and connected to it using Filezilla client for Linux), e-mail client (Thunderbird and SMTP). But every app always sends a request on connection (using only 'CONNECT' command) and nothing else (but all of them work normal). So, how I can test commands?
java sockets proxy client-server socks
add a comment |
Using RFC 1928, I have implemented SOCKS5 'BIND' and 'UDP ASSOCIATE' commands on Java, but I haven't found any way to test their work. I have tried browser (Firefox), FTP server and client in active and passive mods (run server on my Android phone and connected to it using Filezilla client for Linux), e-mail client (Thunderbird and SMTP). But every app always sends a request on connection (using only 'CONNECT' command) and nothing else (but all of them work normal). So, how I can test commands?
java sockets proxy client-server socks
Using RFC 1928, I have implemented SOCKS5 'BIND' and 'UDP ASSOCIATE' commands on Java, but I haven't found any way to test their work. I have tried browser (Firefox), FTP server and client in active and passive mods (run server on my Android phone and connected to it using Filezilla client for Linux), e-mail client (Thunderbird and SMTP). But every app always sends a request on connection (using only 'CONNECT' command) and nothing else (but all of them work normal). So, how I can test commands?
java sockets proxy client-server socks
java sockets proxy client-server socks
edited Mar 8 at 6:07
Pikachu the Purple Wizard
2,06361529
2,06361529
asked Mar 8 at 6:04
AlbertAlbert
62
62
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55057596%2fhow-can-i-test-implementations-of-socks5-proxy-bind-and-udp-associate-comman%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55057596%2fhow-can-i-test-implementations-of-socks5-proxy-bind-and-udp-associate-comman%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown