Title: Bitcoin JSON-RPC CGI-proxy Post by: adv on December 24, 2010, 03:03:49 AM Since the original Bitcoin has a weak security control, I tried to write a simple CGI-proxy to restrict certain commands.
Writed on Python (requires modules: os, sys, cgi, urllib, json, re, cgitb, IPy, ConfigParser). Author: Dmitry V. Agalakov <adv@agalakov.spb.ru>. License: GPLv3. Download: http://home.agalakov.spb.ru/debian/pool/main/b/btc-jrproxy-cgi/btc-jrproxy-cgi_0.0.3.orig.tar.gz Current aviable as deb-package: http://home.agalakov.spb.ru/debian/pool/main/b/btc-jrproxy-cgi/btc-jrproxy-cgi_0.0.3-1_all.deb Debian repository use unstructions: http://home.agalakov.spb.ru/debian/use_this_repo.txt Browesable debian repository: http://home.agalakov.spb.ru/debian/ Quick add repo: Code: deb http://home.agalakov.spb.ru/debian unstable main contrib non-free deb-src http://home.agalakov.spb.ru/debian unstable main contrib non-free This is the Title: Re: Bitcoin JSON-RPC CGI-proxy Post by: adv on January 08, 2011, 10:13:47 AM Version 0.0.3
Changes: Mod_rewrite not need if u dont want user/pass checking. Fixeb bug with getting error on empty client's user/pass. |