diff options
-rwxr-xr-x | contrib/sevilNatas/as_script | 11 | ||||
-rw-r--r-- | contrib/sevilNatas/subnet_script | 11 | ||||
-rw-r--r-- | db/as/10690/owner | 1 | ||||
-rw-r--r-- | db/dom/ano/hippo/ns/a.ns.hippo.ano | 1 | ||||
-rw-r--r-- | db/dom/ano/hippo/owner | 1 | ||||
-rw-r--r-- | db/dom/ano/lulzprincess/ns/a.ns.lulzprincess.ano | 1 | ||||
-rw-r--r-- | db/dom/ano/lulzprincess/owner | 1 | ||||
-rw-r--r-- | db/ip/01/00/45/cidr | 1 | ||||
-rw-r--r-- | db/ip/01/00/45/owner | 1 | ||||
-rw-r--r-- | db/ip/01/0C/0C/cidr | 1 | ||||
-rw-r--r-- | db/ip/01/0C/0C/owner | 1 | ||||
-rw-r--r-- | db/udpmsg4/kytv/@/.gitignore | 1 | ||||
-rw-r--r-- | db/udpmsg4/kytv/@/default.key | 1 | ||||
-rw-r--r-- | db/udpmsg4/kytv/@/owner | 1 | ||||
-rw-r--r-- | db/udpmsg4/kytv/@/path | 1 | ||||
-rw-r--r-- | db/usr/hippo/git | 1 | ||||
-rw-r--r-- | db/usr/lulzPrincess/email | 1 | ||||
-rw-r--r-- | db/usr/lulzPrincess/git | 1 | ||||
-rw-r--r-- | doc/www.anonet2.org/public_pod/darknet_comparison.pod | 8 | ||||
-rw-r--r-- | doc/www.anonet2.org/public_pod/links.pod | 2 | ||||
-rw-r--r-- | doc/www.powerfulproxy.com/public_html/do_it.php | 3 |
21 files changed, 45 insertions, 6 deletions
diff --git a/contrib/sevilNatas/as_script b/contrib/sevilNatas/as_script new file mode 100755 index 0000000..f01724b --- /dev/null +++ b/contrib/sevilNatas/as_script @@ -0,0 +1,11 @@ +#!/bin/sh +# READ ME: +# If AS# is taken it will return the desired AS# +# else it will not return the desired AS# +echo -e "Enter path to resdb:\c" +read resdb +cd $resdb +echo -e "Enter desired AS#:\c" +read asn +ls db/as/ | grep "^$asn\$" + diff --git a/contrib/sevilNatas/subnet_script b/contrib/sevilNatas/subnet_script new file mode 100644 index 0000000..378bf04 --- /dev/null +++ b/contrib/sevilNatas/subnet_script @@ -0,0 +1,11 @@ +#!/bin/sh +# READ ME: +# If subnet is taken it will return the desired AS# +# else it will not return the desired subnet +echo -e "Enter path to resdb:\c" +read resdb +cd $resdb +echo -e "Enter desired subnet:\c" +read subnet +cat db/ip/01/*/*/cidr | grep "^$subnet\$" + diff --git a/db/as/10690/owner b/db/as/10690/owner new file mode 100644 index 0000000..afff3e6 --- /dev/null +++ b/db/as/10690/owner @@ -0,0 +1 @@ +lulzPrincess diff --git a/db/dom/ano/hippo/ns/a.ns.hippo.ano b/db/dom/ano/hippo/ns/a.ns.hippo.ano new file mode 100644 index 0000000..84cede3 --- /dev/null +++ b/db/dom/ano/hippo/ns/a.ns.hippo.ano @@ -0,0 +1 @@ +1.12.12.202 diff --git a/db/dom/ano/hippo/owner b/db/dom/ano/hippo/owner new file mode 100644 index 0000000..99336fa --- /dev/null +++ b/db/dom/ano/hippo/owner @@ -0,0 +1 @@ +hippo diff --git a/db/dom/ano/lulzprincess/ns/a.ns.lulzprincess.ano b/db/dom/ano/lulzprincess/ns/a.ns.lulzprincess.ano new file mode 100644 index 0000000..a060e8b --- /dev/null +++ b/db/dom/ano/lulzprincess/ns/a.ns.lulzprincess.ano @@ -0,0 +1 @@ +1.0.69.153 diff --git a/db/dom/ano/lulzprincess/owner b/db/dom/ano/lulzprincess/owner new file mode 100644 index 0000000..d1280b4 --- /dev/null +++ b/db/dom/ano/lulzprincess/owner @@ -0,0 +1 @@ +lulzprincess diff --git a/db/ip/01/00/45/cidr b/db/ip/01/00/45/cidr new file mode 100644 index 0000000..f14a3b4 --- /dev/null +++ b/db/ip/01/00/45/cidr @@ -0,0 +1 @@ +1.0.69.0/24 diff --git a/db/ip/01/00/45/owner b/db/ip/01/00/45/owner new file mode 100644 index 0000000..afff3e6 --- /dev/null +++ b/db/ip/01/00/45/owner @@ -0,0 +1 @@ +lulzPrincess diff --git a/db/ip/01/0C/0C/cidr b/db/ip/01/0C/0C/cidr new file mode 100644 index 0000000..d254d15 --- /dev/null +++ b/db/ip/01/0C/0C/cidr @@ -0,0 +1 @@ +1.12.12.0/24 diff --git a/db/ip/01/0C/0C/owner b/db/ip/01/0C/0C/owner new file mode 100644 index 0000000..99336fa --- /dev/null +++ b/db/ip/01/0C/0C/owner @@ -0,0 +1 @@ +hippo diff --git a/db/udpmsg4/kytv/@/.gitignore b/db/udpmsg4/kytv/@/.gitignore new file mode 100644 index 0000000..b19a917 --- /dev/null +++ b/db/udpmsg4/kytv/@/.gitignore @@ -0,0 +1 @@ +temp.keys diff --git a/db/udpmsg4/kytv/@/default.key b/db/udpmsg4/kytv/@/default.key new file mode 100644 index 0000000..96447e7 --- /dev/null +++ b/db/udpmsg4/kytv/@/default.key @@ -0,0 +1 @@ +aa0de618fb483ae23ab1fb06bba2dfe62359d142e64c22b940180f3ff38db775 diff --git a/db/udpmsg4/kytv/@/owner b/db/udpmsg4/kytv/@/owner new file mode 100644 index 0000000..095936c --- /dev/null +++ b/db/udpmsg4/kytv/@/owner @@ -0,0 +1 @@ +somerandomnick diff --git a/db/udpmsg4/kytv/@/path b/db/udpmsg4/kytv/@/path new file mode 100644 index 0000000..2edbfa5 --- /dev/null +++ b/db/udpmsg4/kytv/@/path @@ -0,0 +1 @@ +/kytv diff --git a/db/usr/hippo/git b/db/usr/hippo/git new file mode 100644 index 0000000..290dbdc --- /dev/null +++ b/db/usr/hippo/git @@ -0,0 +1 @@ +git://1.12.12.199/ diff --git a/db/usr/lulzPrincess/email b/db/usr/lulzPrincess/email new file mode 100644 index 0000000..8f8f6b7 --- /dev/null +++ b/db/usr/lulzPrincess/email @@ -0,0 +1 @@ +lulzPrincess@lulzPrincess.ano diff --git a/db/usr/lulzPrincess/git b/db/usr/lulzPrincess/git new file mode 100644 index 0000000..c710118 --- /dev/null +++ b/db/usr/lulzPrincess/git @@ -0,0 +1 @@ +git://1.0.69.1/ diff --git a/doc/www.anonet2.org/public_pod/darknet_comparison.pod b/doc/www.anonet2.org/public_pod/darknet_comparison.pod index ddd34e7..5f55253 100644 --- a/doc/www.anonet2.org/public_pod/darknet_comparison.pod +++ b/doc/www.anonet2.org/public_pod/darknet_comparison.pod @@ -40,19 +40,19 @@ Z<><table> Z<><tr>Z<><th>Centralized Critical InfrastructureZ<></th>Z<><td>wiki (includes resource database), client port, IRCZ<></td>Z<><td>noneZ<></td>Z<><td>wiki, IRCZ<></td>Z<><td>allZ<></td>Z<></tr> Z<><tr>Z<><th>Decentralized Critical InfrastructureZ<></th>Z<><td>routingZ<></td>Z<><td>allZ<></td>Z<><td>routing, resource databaseZ<></td>Z<><td>noneZ<></td>Z<></tr> Z<><tr>Z<><th>Current SizeZ<></th>Z<><td>10-15Z<></td>Z<><td>50-70Z<></td>Z<><td>60-90Z<></td>Z<><td><5Z<></td>Z<></tr> - Z<><tr>Z<><th>Average Monthly GrowthZ<></th>Z<><td>~0%Z<></td>Z<><td>~15%Z<></td>Z<><td><5%%Z<></td>Z<><td>~0%Z<></td>Z<></tr> - Z<><tr>Z<><th>Activity LevelZ<></th>Z<><td>lowZ<></td>Z<><td>medium-highZ<></td>Z<><td>low-mediumZ<></td>Z<><td>noneZ<></td>Z<></tr> + Z<><tr>Z<><th>Average Monthly GrowthZ<></th>Z<><td>~0%Z<></td>Z<><td>~0%Z<></td>Z<><td>~0%Z<></td>Z<><td>0%Z<></td>Z<></tr> + Z<><tr>Z<><th>Activity LevelZ<></th>Z<><td>lowZ<></td>Z<><td>low-highZ<></td>Z<><td>low-mediumZ<></td>Z<><td>noneZ<></td>Z<></tr> Z<><tr>Z<><th>Interdarknet ConnectivityZ<></th>Z<><td>censored access to AnoNet2 (must use AnoNet2 DNS), censored access to dn42 (must use AnoNet2 DNS)Z<></td>Z<><td>full routing to most of AnoNet1, full routing to part of dn42, full routing to VAnetZ<></td>Z<><td>censored access to AnoNet (1&2, must use SRN's DNS), censored access to VAnet (must use SRN's DNS)Z<></td>Z<><td>full routing to part of AnoNet1, full routing to AnoNet2, full routing to part of dn42Z<></td>Z<></tr> Z<><tr>Z<><th>DNS CoverageZ<></th>Z<><td>AnoNet1Z<></td>Z<><td>AnoNet (1&2), dn42, VAnet, IcannNetZ<></td>Z<><td>dn42, IcannNetZ<></td>Z<><td>AnoNet (1&2), dn42, VAnet, IcannNetZ<></td>Z<></tr> Z<><tr>Z<><th>Proxy CoverageZ<></th>Z<><td>AnoNet1Z<></td>Z<><td>AnoNet (1&2), IcannNetZ<></td>Z<><td>noneZ<></td>Z<><td>noneZ<></td>Z<></tr> - Z<><tr>Z<><th>Web-Based Proxy CoverageZ<></th>Z<><td>noneZ<></td>Z<><td>AnoNet (1&2), IcannNetZ<></td>Z<><td>noneZ<></td>Z<><td>noneZ<></td>Z<></tr> + Z<><tr>Z<><th>Web-Based Proxy CoverageZ<></th>Z<><td>noneZ<></td>Z<><td>AnoNet (1&2), IcannNetZ<></td>Z<><td>AnoNetZ<></td>Z<><td>noneZ<></td>Z<></tr> Z<><tr>Z<><th>Peering PrerequisitesZ<></th>Z<><td>OpenVPN, BGP daemon, sustained IRC participation for over a month, and a miracleZ<></td>Z<><td>OpenVPN or tinc or L<quicktun|http://wiki.ucis.nl/QuickTun>, BGP daemon or static routingZ<></td>Z<><td>OpenVPN or tinc or L<quicktun|http://wiki.ucis.nl/QuickTun>, BGP daemon or static routing, and an available subnet, and a big-block owner that will not change the ownership of your subnet to someone elseZ<></td>Z<><td>depends on individual PoP policyZ<></td>Z<></tr> Z<><tr>Z<><th colspan='5'>ServicesZ<></th>Z<></tr> Z<><tr>Z<><td> Z<></td>Z<><th>AnoNet1Z<></th>Z<><th>AnoNet2Z<></th>Z<><th>dn42Z<></th>Z<><th>VAnetZ<></th>Z<></tr> Z<><tr>Z<><th>RoutingZ<></th>Z<><td>decentralizedZ<></td>Z<><td>decentralizedZ<></td>Z<><td>decentralizedZ<></td>Z<><td>centralizedZ<></td> Z<><tr>Z<><th>Resource DatabaseZ<></th>Z<><td>centralized (part of wiki)Z<></td>Z<><td>decentralized (part of git-based resdb)Z<></td>Z<><td>decentralized (part of monotone-based registry)Z<></td>Z<><td>centralized (ask Borg)Z<></td>Z<></tr> Z<><tr>Z<><th>DocumentationZ<></th>Z<><td>centralized (crzydmnd's wiki)Z<></td>Z<><td>decentralized (part of git-based resdb, and many wikis)Z<></td>Z<><td>centralized (helios's wiki)Z<></td>Z<><td>centralized (vanet.org)Z<></td>Z<></tr> - Z<><tr>Z<><th>ChatroomZ<></th>Z<><td>centralized (single IRCnet)Z<></td>Z<><td>decentralized (ad-hoc relaying between IRC and Jabber chatrooms, and a L<UDPMSG4|http://www.powerfulproxy.com/do_it.php/http/www.srw.ano/udpmsg4> cloud)Z<></td>Z<><td>semicentralized (single IRCnet, with a Jabber chatroom relay, and a L<UDPMSG4|http://www.powerfulproxy.com/do_it.php/http/www.srw.ano/udpmsg4> relay)Z<></td>Z<><td>temporarily decentralized (shared with AnoNet2)Z<></td>Z<></tr> + Z<><tr>Z<><th>ChatroomZ<></th>Z<><td>centralized (single IRCnet)Z<></td>Z<><td>decentralized (the public udpmsg4 chat cloud)Z<></td>Z<><td>centralized (single IRCnet)Z<></td>Z<><td>centralized (KwaakNet)Z<></td>Z<></tr> Z<><tr>Z<><th>DNSZ<></th>Z<><td>centralized (from wiki), several official "rootservers"Z<></td>Z<><td>decentralized (from resdb), each user fields his own, public nameservers available for the lazyZ<></td>Z<><td>decentralized (from registry), multiple competing deploymentsZ<></td>Z<><td>centralized (from svn), centralized official deploymentZ<></td>Z<></tr> Z<><tr>Z<><th>BitTorrent Trackers/IndexersZ<></th>Z<><td>none?Z<></td>Z<><td>1 centralized and 1 decentralized (git-based)Z<></td>Z<><td>1 centralizedZ<></td>Z<><td>1 centralizedZ<></td>Z<></tr> Z<></table> diff --git a/doc/www.anonet2.org/public_pod/links.pod b/doc/www.anonet2.org/public_pod/links.pod index 193b7b5..91c0131 100644 --- a/doc/www.anonet2.org/public_pod/links.pod +++ b/doc/www.anonet2.org/public_pod/links.pod @@ -4,6 +4,8 @@ Back to homepage - L<http://www.anonet2.org/> This is a collection of links that you may find interesting: +20120524 - L<New York Legislation Would Ban Anonymous Online Speech|http://www.wired.com/threatlevel/2012/05/anonymous-online-speech-ban/> + 20120114 - L<Leaked DHS PDF Shows List of Media Sites they Monitor|http://www.cyberwarnews.info/2012/01/14/leaked-dhs-pdf-shows-list-of-media-sites-they-monitor/> 20120103 - L<It Is Now Illegal To Visit A Foreign Website In Belarus|http://thenextweb.com/insider/2012/01/02/it-is-now-illegal-to-access-any-foreign-website-in-the-republic-of-belarus/> diff --git a/doc/www.powerfulproxy.com/public_html/do_it.php b/doc/www.powerfulproxy.com/public_html/do_it.php index 48c128e..8274259 100644 --- a/doc/www.powerfulproxy.com/public_html/do_it.php +++ b/doc/www.powerfulproxy.com/public_html/do_it.php @@ -77,9 +77,8 @@ if ($info['http_code'] === 301) { header('Location: '.$redirurl); } } -} else { - if (in_array(strtok($info['content_type'], ';'), $REWRITE_CONTENT_TYPES)) $data = preg_replace(array_keys($REWRITE_PATTERNS), array_values($REWRITE_PATTERNS), $data, -1, $count); } +if (in_array(strtok($info['content_type'], ';'), $REWRITE_CONTENT_TYPES)) $data = preg_replace(array_keys($REWRITE_PATTERNS), array_values($REWRITE_PATTERNS), $data, -1, $count); header('Content-Length: '.strlen($data)); echo $data; |