-
as seen on Server Fault
- Search for 'Server Fault'
I have two remote machines, remote1 and remote2. remote2 is only running sshd, and I can't run anything else on it. remote1 is a full-fledged server to which I have complete access. I can run a SOCKS proxy on remote2 via ssh -f -N -D *:8080 me@remote2 which lets me expose a SOCKS proxy on port…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm trying to set up a SOCKS proxy using dante for testing purposes. However, I can't even get it to work with a web browser, after looking at several tutorials on how to do that.
I've tried in both IE and Firefox, in both cases, using "Manual proxy configuration", leave everything blank except for…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello. Is it possible to use HtmlUnit through SOCKS proxy? Could anyone please provide a code sample?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I write this python code:
import socks
import socket
socks.setdefaultproxy(socks.PROXY_TYPE_SOCKS5, "64.83.219.7", 58279)
socket.socket = socks.socksocket
socket.setdefaulttimeout(19)
import urllib2
print urllib2.urlopen('http://www.google.com').read()
but when I execute it, I get this error:
urllib2…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi every one, this is just a small hacking attemp to our router.
I'm trying to setup a small DNS and forward webpages through proxy behind the scene. I've successfully implement the DNS server that will do the resolving or anything involved in address resolve.
But is there anyway I can forward…
>>> More