Answer the question
In order to leave comments, you need to log in
writing a generic proxy
Hello, there is a desire to write your own proxy server, which, upon request from the client side (we also write the client with pens), forwarded all outgoing requests through some third-party server. The client specifies the protocol and/or port, and all requests using these parameters are bypassed to the final destination.
So, for what purpose did I create the question?
First, I would like to ask you - are there any ready-made solutions? Maybe it would be useful for me to read about them, or even look at the source codes. It is quite possible that there are projects that partially implement my plans (TOR, SOCKS - those that I found. It would be great to figure it out more, because regarding SOCKS - it’s a complete mess in my head. Do you have anything else to share?)
Secondly, at the moment I am considering Java as a PL, but this is due only to cross-platform and little experience with it. Tell me if this is the right choice, maybe there are better options?
Answer the question
In order to leave comments, you need to log in
Do you pee for practice or do you need the real thing? I think that after a normal acquaintance with TOR technologies, you will have no questions, but ideas will appear)) Even on your knee, you can configure iptables for this.
Regarding languages - if the server is only under linux - then Perl is a great option.
Cross- platform PLs:
C, C++, Python, Ruby, Java, Erlang, and so on, in fact, almost anything.
For C C++, you will only need to choose a cross-platform library for working with the network ( boost for pluses for example )
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question