Download Latest Version pchain-0.2a.tar.bz2 (45.2 kB)
Email in envelope

Get an email when there's a new version of PChain

Home / v0.2a
Name Modified Size InfoDownloads / Week
Parent folder
pchain-0.2a.tar.bz2 2011-08-15 45.2 kB
Totals: 1 Item   45.2 kB 0
             
PChain v0.2a
##################

PChain is simple Linux/Unix ( WINDOWS users can modify some classes and compile it with mingw32 :) ) utility that run as a
proxy or chain of proxies. First proxy in chain is always constant so you can use 
TOR for first but some of proxies dont accept connection from TOR. 
For now PChain accept connection type as SOCKS4 or HTTP.
If you have bigger list of proxies than is defined with -n option PChain will check if proxy is online if not proxy 
wont be checked for x/s which can be defined with -a option.

COMPILING:
==========
g++ pchain.cpp server.cpp thread.cpp tunnel.cpp connect.cpp function.cpp -o pchain -lssl -lpthread

EXAMPLE:
========
# run on port 6984, proxies are loaded from plist1.txt, idle is set to 4/s, it accept connections as SOCKS4 proxy,
# chain will be created with 2 proxyes, if proxy is offline it will be checked again after 800/s, timeout is set to 6/s
# and proxylist will be checked with 15 threads.
./pchain -p 6984 -l plist1.txt -i 4 -t SOCKS -n 2 -a 800 -o 6 -C 15

                 THIS CHAIN WILL LOOK LIKE THAT
 _____      _________      _________      _____________________________________________
| YOU | -> | PROXY 1 | -> | PROXY 2 | -> | g00gle.com or #ANONYMOUS :) or FUCKBOOK.com |
 -----      ---------      ---------      ---------------------------------------------
    U CAN USE TOR FOR PROXY1 BUT SOME PROXIES DONT ACCEPT CONNECTION FROM TOR!!


RECOMMENDATIONS 4 IRC & WEB BROWSING
====================================
WEB BROWSING recommendation: set -o to 5-10 /s
IRC recommendation: set -o to 120 /s
Or try perfect value by your self...

OPTIONS
=======
-p # Define local pchain port to be used as SOCKS or HTTP proxy server
-l # Define file with proxies. Default proxy.list
-i # Idle, kill connection if it is idle more than x/s
-t # Define PChain server type. How to run PChain, as HTTP server or SOCKS server.
-n # Define how many proxies you will have in chain. Default: 1, but you can run it as single proxy too without chain of 
     proxies...
-a # Get proxy back to live after x/s. Useful with -n option and u need to have 
   # more proxies in proxy.list than it is defined with -n option!
-o # Timeout, kill connection if idle>=timeout
-d # debug
-C # with how manny threads you want check proxy list

CHANGELOG
=========
15.08.11 v0.2a by s1z1f
* Added -C option for checking proxies with threads. It work realy faster than with previous versions.
10.08.11 v0.1 by s1z1f
* Added -d option for debuging so text to STDOUT is redused! :)
* Fixed -a and -n options for auto checking proxies. ( WE STILL CAN WORK ON THAT, SO IT WILL CHECK FASTER... )



 Good day to ya all!
#ANTISEC & #OPSLOVENIA
Source: readme.txt, updated 2011-08-15