Socket Secure (SOCKS for short) is an Internet protocol that routes network packets between a client and server through a Proxy server.

learn more… | top users | synonyms

-1
votes
0answers
16 views

Configuring tsocks to use public SOCKS proxy [closed]

I am trying to configure my browser to use a publicly available SOCKS proxy running on port 80, whose subscription we have bought for a month (can connect to SOCKS proxy using username and password). ...
0
votes
0answers
14 views

Reverse HTTP Proxy behind a firewall

Here is my problem: I want to connect with my computer (machine1) to webpages using the IPAddress of machine2. machine1 is not behind a firewall so I can open whatever port is necessary but machine2 ...
0
votes
0answers
46 views

share computer internet via wireless network but with proxy

i create this schematic to explain my problem: problem: i can't connect to www.facebook.com with my Android phone. and can't find any proxy application for my phone && don't want to set ...
1
vote
0answers
36 views

Connection Reset by Peer Java Exception

URL uri = null; try { uri = new URL(aURL); } catch (MalformedURLException e) { // TODO Auto-generated catch block Log.e("My SOCKET CONNECTION ERROR ...
0
votes
0answers
22 views

Connect to SOCKS server

What i have: Right now i am using this code to connect to the SOCKS proxy server through my application. System.getProperties().put("proxySet", "true"); System.getProperties().put("socksProxyHost", ...
0
votes
0answers
16 views

general upload failure, flickr api with sockets

im trying to figure out how to write a funktion that uploads a picture to my flickr account. I allready figuered the authentication stuff out and got my auth_token, now i want to upload. this is what ...
0
votes
0answers
32 views

Do System.Net.WebProxy supports all kind of proxies?

There are various types of proxies. Such as Web, Trans, Socks4 and Socks5. Now I am using the following for using proxies but do this support all above kind of proxies ? System.Net.WebProxy ...
0
votes
0answers
50 views

Opensource Reverse Socks 5 Server

I am looking for reverse socks proxy server with following features Socks 4/5 NAT Trasveral using UDP HolePunching or similar technique. ( To Bypass routers/NAT just like Skype does ) Coded in ...
0
votes
0answers
27 views

How can I do bind any ip to socks5 server in C#?

i have a problem for ip bind to Socks5. i've several ip addresses. all of the incoming connections was bind to default ip. how can do bind any ip without default ip? any body help me? thanks here ...
1
vote
0answers
16 views

Python - sockispy with mechanize (without monkeypatching)

I want to know if there is a way to get mechanize.Browser to use a socks proxy (tor) without having to do this. import socks, socket socks.setdefaultproxy(socks.PROXY_TYPE_SOCKS5, "127.0.0.1", port) ...
1
vote
1answer
125 views

Dynamic application-level port forwarding with SOCKS using paramiko library in python

I'm trying to connect to SSH server in the following way: import paramiko import socks sock = socks.socksocket() sock.setproxy(socks.PROXY_TYPE_SOCKS5, 'localhost', 22, True) sock.connect((**IP ...
0
votes
1answer
79 views

Web sockets multiple requests

I'm trying to understand how web sockets work. I do have basic understanding that unlike AJAX in web sockets connection is always open which is convenient for real time applications. This is very ...
0
votes
0answers
36 views

C# Socks5 (Server side) code: I cant get Username and Password

I've a Socks5 Server-Side Code. Its working very good. I can get IP address and Port Number. Array.Copy(BufRecv, 4, arIPAddress, 0, 4); Port = BitConverter.ToUInt16(BufRecv, 9); FinalIP = new ...
-1
votes
0answers
33 views

emulate ssh -d using python with paramiko

How can I implement the ssh -D option using paramiko or any other library? I find it just can transport as ssh -L do. The ruby version can see https://github.com/neo/net-ssh-socks
0
votes
0answers
47 views

What Resources Does HTTP/Socks Proxy Uses? [closed]

I'm looking to create a HTTP or Socks proxy on a dedicated server, And wanted to know how does it handles load what do I need to look for? CPU power, Ram? Or Just bandwidth? I would like to use this ...
0
votes
1answer
149 views

SOCKS proxy server in Python [closed]

I would like to use Python to intercept my web browser's requests, run them separately, mangle the results, and return them. It seems to me that a natural way to do this would be to hack an existing ...
2
votes
1answer
131 views

Can the twisted web client make requests through a SOCKS proxy?

I'm writing a python program that uses twisted.web.client.Agent to make https requests. I'd like to optionally make these requests through Tor, which I should be able to do if I set my socks5 proxy to ...
0
votes
1answer
37 views

HTTP over SOCKS with Emacs' url package

How to get EMACS to use a SOCKS proxy? There is a lot of information on using an HTTP proxy, but not much on a SOCKS proxy.
2
votes
0answers
130 views

Connecting to dropbox via python over a proxy

i am trying to connect to a Dropbox Account with python 2.7.4 (x64 win7) and their guide here helped me a lot. However when i am behind a proxy and this code just won't do it. (From home the code ...
2
votes
2answers
85 views

How to check if Tor is running within PHP?

I'm using Tor with PHP, for now, everything is working properly. But, when I try to start Tor from php it'll sometimes throw an error becuase Tor is currently running, so i've been wondering if there ...
0
votes
0answers
113 views

Forward all incoming traffic from a specific IP to local port (in use by ssh proxy connection) [closed]

So what I'm trying to do is have tcp/udp incoming traffic from source IP 192.168.1.100 be routed to localhost:12345. localhost:12345 is used in an ssh socks proxy to my server with Internet access. ...
0
votes
0answers
51 views

Using rmate over an ssh socks proxy

Is it possible to use an ssh reverse tunnel over an ssh socks proxy in order to use rmate over the socks proxy? For example: I can successfully connect to my server and use rmate with the following: ...
2
votes
1answer
238 views

Using a VPN to get a static IP on Heroku

I need to connect to an API with my Heroku/Rails app where I need to have a static IP. I know about the add-on proximo - https://devcenter.heroku.com/articles/proximo - but it is insanely priced, so ...
1
vote
2answers
177 views

Java Library for SSH SOCKS binding (Dynamic Port Forwarding)?

I'm looking for a way to connect to my remote server using ssh binding inside my java application. I enter the command like below inside my terminal to connect my server: ssh -D 1234 username@w.x.y.z ...
0
votes
0answers
194 views

Creating a IP:PORT SOCKS5 Proxy

I'm wondering what would be the best way to go about creating SOCKS5 Proxies from Computers? Like running an application, and it creates a proxy from your IP. I'm trying to create a program that ...
-2
votes
1answer
98 views

What is wrong with my socks v5 handshake?

I am trying to make my program direct it's traffic through tor by implementing SOCKS5 and so far I've got this: char first =(0x00,0x01,0x05); char ...
0
votes
1answer
171 views

Problems with Starksoft.Net.Proxy for SOCKS and bittorrent

I'm using C# to make a bittorrent application with MonoTorrent. The application is somewhat mature, but I'm adding SOCKSv5 proxy support. I've found Starksoft.Net.Proxy to handle the proxy part. ...
0
votes
0answers
72 views

Run a single program through tunnel

I need to run a program at school, but if I use a VPN, the connection will become too slow. Therefore I need to run a single program through a tunnel, so that only that program will get slow. Are ...
0
votes
1answer
78 views

Node.js - using socks5 module

I'm on a Mac running OSX 10.8.2. I'm learning Node.js and want to do requests using socks. In the Terminal I used git clone https://github.com/mattcg/socks5-http-client.git to get the socks5 http ...
0
votes
0answers
47 views

Does the Opera version 12 browser conceal traffic when using a Socks 5 with authentication proxy?

I just got socks 5 with authentication username / password setup on Opera version 12. But the thing is that, how can I tell if my traffic is encrypted as if I were to do a SSH tunnel through putty? Is ...
0
votes
1answer
72 views

Why isn't socks5 with authentication widely supported?

I've been searching around and there doesnt seem to be much socks5 support with authentication. i setup a socks5 with authentication on my ubuntu server, but doesnt seem like there are many browsers ...
0
votes
2answers
228 views

Working via proxy with netty 3.4.2.Final

Is there any possiblity to use Netty as it is described here: http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html Maybe there are some options like: ...
0
votes
0answers
81 views

how to work a socks5 client

one of good app for socks5 client is proxifier and worked in session layer i checked internet option and registery of windows(7) "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet ...
0
votes
0answers
54 views

socks5 client lib in java [closed]

for implements a socks5 client (as proxifier) is there a java lib for this? we know socks5 client must be put in session layer and write a session layer handler with java is correct or no ? for ...
0
votes
1answer
73 views

socks5 authentication state for any user

in socks5 server with RFC1929 (user/pass authenticate) how to know request of a authenticate user and tracking it ? i mean is after primary socks5 calling (client /server) when a authenticate user ...
0
votes
1answer
91 views

How can I unwrap a module with SocksiPy?

I use the SocksiPy module to proxy my urllib2 requests through a SOCKS proxy: import socks # Set the proxy information socks.setdefaultproxy(socks.PROXY_TYPE_SOCKS5, 'x.x.x.x', 9050) # Route an ...
2
votes
0answers
165 views

CURL request using socks5 proxy fails when using PHP but works through the command line

CURL + proxy noob here, having a hard time. I'm having trouble trying retrieve a web page from a remote secure server via a proxy. Everything has apparently been set up correctly by a remote dev, such ...
0
votes
1answer
242 views

How do I configure TeamCity build agents to use git and the git:// protocol over a SOCKS proxy?

I'm trying to setup our TeamCity build agent in a production datacenter with a stricter network. How do I configure the build agents to use git (client-side checkouts) over a SOCKS proxy? TeamCity (as ...
0
votes
1answer
431 views

How do I install Socks / SocksIPy on Ubuntu?

I am new to python and would like to install SocksIPy on Ubuntu (running within a VirtualBox vm). The README says to place the socks.py file into my lib/site-packages directory. I do not know where to ...
0
votes
0answers
143 views

public socks proxy over SSH

So I'm able to create a local socks proxy with sudo ssh -D 8080 user@server and I can access it only from my machine: nmap -p 8080 127.0.0.1 8080/tcp open http-proxy However this proxy is not ...
0
votes
0answers
43 views

passing https requests trough socks server?

I tried to setup socks server from sockslist website in my firefox network settings. I then try normal websites to see if it works and indeed, all my trafic is routed trough that socks server. ...
0
votes
0answers
114 views

SOCKS5 proxy: encrypted communication

I am using SOCKS server by the following command (on machine A). machine_A: $ ssh -N -D 0.0.0.0:1080 machine_B Then on machine_A, I start a client program sending packets to B:1080. The header ...
0
votes
0answers
117 views

ASIHTTPRequest using Socks proxy over SSL

I am trying to use ASIHTTPRequest to forward my request over a SOCKS proxy over SSL, but not able to get it working. I set proxyType to "kCFProxyTypeSOCKS", as well as proxyHost and proxyPort to my ...
3
votes
1answer
314 views

jsocks library for proxy

it's been a 2 days i find "jSocks" library. i tried so may to findout how i can code with this library. i must say that documentation is very poor. i don't want you to code for me, i just want a ...
0
votes
0answers
253 views

Multiple TOR processes

I am brand new to TOR and I feel like multiple TORs should be considered. The multiple tors I mentioned here are not only multiple instances, but also using different proxy ports for each, like what ...
0
votes
0answers
119 views

Talk to SOCKS-server in SSH-server

I'm trying to build a tool that acts as a network device and/or proxy server and then uses the SOCKS functionality of the remote ssh-server, similiary to the -D option in the openSSH client. I do ...
2
votes
1answer
173 views

Haskell SOCKS5 Refusing to Connect

I have been working on this problem for weeks but just can't seem to get it... I've been trying to write a Haskell program that connects to a socks5 proxy (namely tor), so that way I can access onion ...
2
votes
0answers
642 views

How can I send UDP packets over SOCKS proxy

I am looking at traffic generated by my computer when socks server is defined. I read over the internet and see that its possible to route udp also trough the proxy server. when i try using different ...
2
votes
1answer
327 views

Python + Twisted + FtpClient + SOCKS

I just started using Twisted. I want to connect to an FTP server and perform some basic operations (use threading if possible). I am using this example. Which does the job quite well. The question is ...
-3
votes
1answer
172 views

How to harvest google links with php script

With the next php script i want to harvest google search minimum 1000 links! I don't know where I'm wrong with the code! * with $query variable are stored the keywords that will be scrapped! * I want ...

1 2 3 4 5