How to make your own Private Proxy? Easy...

Status
Not open for further replies.

myzona

Regular Member
Joined
Dec 19, 2007
Messages
303
Reaction score
172
Requirements:

1) *nix server
2) Putty or any other Shell client

Lets go:

[root@]# wget http://security.nnov.ru/soft/3proxy/0.5.1b/3proxy.tgz
[root@]# tar xzf 3proxy.tgz
[root@]# cd 3proxy
[root@]# make Makefile.unix (for *nix servers, for BSD different)
[root@]# make install
[root@]# cd src
[root@]# cat >conf
nserver 127.0.0.1
auth none
socks -p6666
proxy -p6667
internal 127.0.0.1
log /dev/null
<CTRL> + <C>

Ok, what we have configured above:

socks -p6666 - on this port we have running socks proxy
proxy -p6667 - on this port we have running anonymous proxy
log /dev/null - fun part,in file /dev/null you can write,but you can't read from it - no logs

Continue:

[root@]#./3proxy conf &
2 times <ENTER>
[root@]# exit

Ok, now proxy server running and waiting for you. Enjoy.

This works on any hosting provider. Don't know how to use shell or don't have it? Hit Thanks button and I will post how to install it with just cPannel access.
 
Yup cpaman, me too. Let's hope our thanks will get the cpanel instructions from the op!:confused:
 
Does this make the box an open proxy or is it tied to a user/pass?
 
Does this make the box an open proxy or is it tied to a user/pass?



auth none - Disables both authentication and authorization. You can not use ACLs.

auth iponly - Specifies no authentication, ACLs authorization is used.

auth nbname - Authentication by NetBIOS name + ACLs. NetBIOS name of 'messenger' service is obrained before ACL validation.

In details it's explained in Proxy config file, just RTFM ;)
 
Do you have a noob version so we can understand how to set this up?

Somebody help! I don't understand how to even start!
 
Do you have a noob version so we can understand how to set this up?

Somebody help! I don't understand how to even start!

Oh boy ...... I am post exactly noob version....
OK, tomorrow when Comcast fix my internet I will post video. What you guy wonna see in video?
 
Oh boy ...... I am post exactly noob version....
OK, tomorrow when Comcast fix my internet I will post video. What you guy wonna see in video?

I'm looking forward to the video!

Thanks!
 
Oh boy ...... I am post exactly noob version....
OK, tomorrow when Comcast fix my internet I will post video. What you guy wonna see in video?

Nude video! Not noob! hehe.

Really I don't get what do we do to make this work?
 
:reddy:Noob Question here!

How do I open the putty window like you have in the video?

Thanks so much for help me!
 
This is good. Really good :)

I guess I'll have to read 3proxy's manual severals times, but I'll ask this anyway:

Is it very difficult to add a password?

and managing multiples ips?

last: a password x ip?


anyway, thanks you for this, and thanks for the video, that really put this in perspective
 
This is good. Really good :)

I guess I'll have to read 3proxy's manual severals times, but I'll ask this anyway:

Is it very difficult to add a password?

and managing multiples ips?

last: a password x ip?


anyway, thanks you for this, and thanks for the video, that really put this in perspective

It's simple just look in 3proxy.cfg
 
Can you provider the guide about how to install it with just cPannel access (without shell access). thanks!
 
make Makefile.unix (for *nix servers, for BSD different)
for linux, how to change this command
 
Keep in mind that it will get your hosting account killed in many cases and sometimes they might try to push fees as most don't allow proxies. (break of AuP)
So either ASK before doing it or use it on unimportant accounts of yours (if they are in another country it's also unlikely they can do more than bitch and kick you)

-----
gumpy:
the unix makefile should be fine for linux as well
 
Status
Not open for further replies.
Back
Top