þÿ<HTML> <META http-equiv="Content-Style-Type" content="text/css"> <META name="author" content="Daniel"> <META name="description" content="Proxomitron: referencia rapida de reglas de filtros para el programa Proxomitron, proxy local filtro universal para WWW"> <META name="keywords" content="Proxomitron,Referencia Rapida,Quick Reference,Reglas,Filtro,Rules,Filter,Download,Lista,Prox-list,Freeware,Gratis,Matching"> <TITLE>The Proxomitron Quick Reference - referencia rapida de reglas de filtros para Pxoxomitron</TITLE> <style> a:{color:#0000FF} a:vlink{color:#FF0066} a:hover{color:#007FFF} .on {font-size: 13; text-decoration: italic; color: #007FFF; } .off {font-size: 11; text-decoration: none; color: #0000FF; } .areamail {background-color:#ffffff} </style> </HEAD> <body bgcolor="#66ffcc" text="#000000" link="#0000ff" alink="#ffff00" vlink="#ff0066"> <H1>The Proxomitron Quick Reference</H1> <H2><img src="proxoanim.gif" alt="proxomitron" hspace="5" height="41" width="40">Referencia r&aacute;pida de reglas de filtros para el programa Proxomitron, proxy local filtro universal para WWW</H2> <H3><A HREF="#Otros Filtros web">Otros Filtros web</A></H3> <bR><h2><A HREF="http://translate.google.com/translate_c?hl=es&u=http://www.netnormal.com/users/danielg/proxorules.html" TITLE="traducir al Espa&ntilde;ol con Google" ONMOUSEOVER="window.status='link description goes here'; return true" ONMOUSEOUT="window.status=''; return true">Traducir al Espa&ntilde;ol</A></h2> <h3>Nota: el programa parece haber sido abandonado por su autor por diversos problemas (vea la lista de correo). Tenga en cuenta que la versi&oacute;n 4.5 conecta directamente si el proxy falla!</h3> <BR><A href="http://proxomitron.cjb.net">Bajar el programa gratis - Download Proxomitron Freeware</A> <a href="http://maty.galeon.com/downloads.htm">bajar de sitio alternatrivo 1</a> <a href="http://www.beeeeee.net/nautopia/downloads.htm">bajar de sitio alternatrivo 2</a> <BR><a href="http://www.beeeeee.net/nautopia/proxomitron.htm">Manual en Espa&ntilde;ol</a> <BR><a href="http://pub80.ezboard.com/ftinyfirewallencastellanofrm9">Foro de discusi&oacute;n sobre Proxomitron en Espa&ntilde;ol en ezboard</a> <BR><a href="http://www.computercops.biz/forum-cat14.html">Foro de discusi&oacute;n sobre Proxomitron en Ingl&eacute;s en computercops</a> <BR><a href="http://asp.flaaten.dk/proxo/default.asp">Foro de discusi&oacute;n sobre Proxomitron en Ingl&eacute;s en asp.flaaten.dk</a> <BR><A href="http://www.sankey.ws/proxomitron.html">Ayuda de Proxomitron - Proxomitron Help</A> <BR><A href="http://www.sankey.ws/proxtech.html">Detalles T&eacute;cnicos - Technical Details </A> <BR><A href="http://thesleepwalker.com/software/prox/">Buscador y archivo de filtros - Proxomitron filter repository</A> <BR><A href="http://website.lineone.net/~pit-stop/downloads.htm">Otros Filtros - Extra Filters</A> <BR><A href="http://www.geocities.com/u82011729/prox/">M&aacute;s Filtos - More Filters</A> <BR><A href=" http://website.lineone.net/~pit-stop/Pops.htm">Gu&iacute;a de filtros - The everyman guide to filters</A> <BR><A href="http://www.eccentrix.com/computer/wirrwarr/"> Blocklists for Proxomitron, DNSKong, Junkbuster and A4Proxy</A> <BR> <A HREF="http://www.beyondconvention.net/ohussain/ots/">Proxomitron config set & various help on using it</A><BR> <A href="http://www.agentland.com/Download/Detailed/386.html">AgentLand.com</A><BR> <a href="http://virgolamobile.50megs.com/proxomitron.html">Configurare ed utilizzare Proxomitron</a> con filtros e istrucciones para crearlos<BR> <a href="http://home.satx.rr.com/jd5000/">Proxomitron config set and various help on using it</a><BR> <A href="http://groups.yahoo.com/group/prox-list">Prox-list: Lista de Discusi&oacute;n - Proxomitron Discussion List (Yahoo Groups)</A> &nbsp;<BR> <HR><BR>Assembled by: ScoJo - ScoJo_curly-a-thingy_netzero.net<BR>Last updated: 4-26-2001<BR>Covers all versions up to Naoko-4 Beta 4.<BR> <BR>See Matching Rules in the Naoko-3 help file for more detailed explanations<BR>of stuff supported in Naoko-3. The readme.txt file in Naoko-4 has details<BR>and examples for the new stuff.<BR> <BR><H2>Matching meta characters</H2><BR><HR><BR> * Match a string of any characters.<BR>? match any single character.<BR>[abc] Match any single character listed in the brackets.<BR>[^a-z] Match any single character not listed in the brackets.<BR>[#n-n] Prox3 Numeric range match.<BR>[#x:y] Prox4 Numeric range match. Supports negative numbers.<BR>&quot; &quot; Always matches but also consumes any whitespace.<BR>\s Match string of whitespace only.<BR>\w Match any number of non-space characters except &quot;&gt;&quot;.<BR>\t Matches a single tab character.<BR>\r Matches a single carriage return character.<BR>\n Matches a single newline character.<BR>\0-9 Match into a variable - works like &quot;*&quot; unless following<BR> stuff in parentheses: &quot;( ... )\1&quot;<BR>\# Match into the replacement stack. Each time it is used,<BR> the matched item is added to the stack.<BR>| OR function.<BR>&amp; AND function.<BR>(...) Group a sub-expression. Negate with &quot;(^ ... )&quot;<BR>+ Repeat previous match - matches pattern runs. Keeps matching until<BR> there is no more left.<BR>++ Same as '+' except matches to up to the point where what follows<BR> is true.<BR>+{5} The + or ++ pattern run will match only 5 repetitions.<BR>+{2,7} The + or ++ pattern run will match 2 to 7 repetitions.<BR>+{3,*} The + or ++ pattern run will match 3 or more repetitions.<BR>\ Escape any meta character's special meaning.<BR>= Magic equal - absorbs leading/trailing spaces.<BR>&quot; Magic quote - matches double or single quote.<BR>' Smart ending quote - use to deal with nested quotes.<BR> <BR><H2>Replacement Text Escapes</H2><BR><HR><BR>\0-9 - Insert a variable into the replacement text.<BR>\@ - Insert all the stuff matched by the replacement stack. (\#)<BR>\# - Inserts an item from the replacement stack each time it is used.<BR> The first one matched is the first one inserted.<BR>\k - Kills the current connection.<BR>\u - Insert the full URL of the current web page.<BR>\h - Insert the host portion of the URL.<BR>\p - Insert the path portion.<BR>\q - Insert any query string from a URL. (anything following a &quot;?&quot;)<BR>\a - Insert any anchor text from a URL. (anything following a &quot;#&quot;)<BR>\d - Insert the Proxomitron base directory in &quot;file://&quot; URL format.<BR>\\ - Insert a single backslash.<BR> <BR><H2>URL commands (ProxN4)</H2><BR><HR><BR>These commands are inserted before the hostname in the URL. Commands<BR>are separated from the URL with either &quot;..&quot; or &quot;//&quot;. You can add a<BR>command to be used as a password on the Access tab of the Config dialog.<BR> <BR>http://src..www.host.com/ - Displays the filtered source of any web page.<BR>http://bypass..www.host.com/ - Bypass the Proxomitron for a specific URL.<BR>http://bin..www.host.com/ - Bypass only incoming headers.<BR>http://bout..www.host.com/ - Bypass only outgoing headers.<BR>http://bweb..www.host.com/ - Bypass only web filters.<BR>http://dbug..www.host.com/ - Displays the source with HTML debug info.<BR>http://file//path - Run a local file through the Proxomitron.<BR>http://load//filename?url - Load a config file and optionally go to a URL.<BR>http://https..www.host.com/ - The Proxomitron downloads/filters the page<BR> in secure mode but sends it to the browser<BR> unencrypted. Requires SSLeay/OpenSSL DLLs.<BR> <BR>URL commands can be combined. Here are some interesting combos:<BR> <BR>http://src..bweb..www.host.com/<BR>http://src..file//path<BR>http://dbug..file//path<BR>http://https..src..www.host.com/<BR>http://https..src..bweb..www.host.com/<BR>http://https..dbug..www.host.com/<BR> <BR>Note: Combining bypass.. with src.. will turn off the Accept-Encoding<BR>filter, so you will get gibberish if the server sends an encoded page.<BR>Use bweb.. instead.<BR> <BR><H2>Matching Commands (ProxN4)</H2><BR><HR>--<BR>$LST(ListID) - Include a list file in any matching expression.<BR>$SET(1=value) - Set a variable to a specific value. Also works with \#.<BR>$FILTER(bool) - Force filtering on (true) or off (false).<BR>$IHDR(header-name:matching) - Test the value of an incoming HTTP header.<BR>$OHDR(header-name:matching) - Test the value of an outgoing HTTP header.<BR>$JUMP(URL) - Redirect the browser to another URL.<BR>$RDIR(URL) - Redirect to another URL without the browser noticing.<BR>$URL(matching) - Like the URL match box. Use to set variables from the URL.<BR>$USEPROXY(bool) - Enable (true) or disable (false) the remote proxy.<BR>$SETPROXY(proxy:port) - Use a particular proxy from the proxy list.<BR>$UESC(escaped text) - Convert most escaped characters to ASCII.<BR>$CON(x,y[,z]) - Rotate values based on connection. That is, do something<BR> if the current connection number is x of y [for every z<BR> connections].<BR>$CTYP(code) - Limit a filter to a certain content type. code can be<BR> one of these:<BR> htm - Web pages<BR> css - Cascading style sheets<BR> js - JavaScript<BR> vbs - VB Script<BR> oth - Anything else<BR> &nbsp;<BR> <HR> <A NAME="Otros Filtros web"></A> <h2>Otros Filtros web</h2> <A HREF="http://muffin.doit.org/">http://muffin.doit.org/</A> Java GNU<br> <A HREF="http://sourceforge.net/projects/filterproxy/">http://sourceforge.net/projects/filterproxy/</A> Perl GNU<br> <A HREF="http://www.bagley.org/~doug/htprox/">http://www.bagley.org/~doug/htprox/</A> Perl<br> otros<br> <A HREF="http://www.besiex.org/ByProxy/index.html">http://www.besiex.org/ByProxy/index.html</A><br> <A HREF="http://www.research.att.com/projects/crowds">http://www.research.att.com/projects/crowds</A><br> <A HREF="http://www.junkbusters.com/">http://www.junkbusters.com/</A><br> <A HREF="http://www.franken.de/users/tentacle/progs/index.html">http://www.franken.de/users/tentacle/progs/index.html</A> basado en Junkbuster<br> Agrega: Relays authenticated FTP, Rewrites the data sent by the server (header, body) on a per-host basis. Solo remueve datos por ahora, no reemplaza.<BR> <a HREF="http://www.privoxy.org/">http://www.privoxy.org/</A> multi plataforma basado en Junkbuster<BR> <A HREF="http://squid.nlanr.net/Squid/">http://squid.nlanr.net/Squid/</A><br> <A HREF="http://math-www.uni-paderborn.de/~axel/NoShit/">http://math-www.uni-paderborn.de/~axel/NoShit/</A><br> <A HREF="http://www.meta.demon.co.uk/webmask">http://www.meta.demon.co.uk/webmask</A><br> <A HREF="http://www.softlab.ece.ntua.gr/~ckotso/CTC/">http://www.softlab.ece.ntua.gr/~ckotso/CTC/</A><br> <A HREF="http://boost.linux.kz/sleezeball/">http://boost.linux.kz/sleezeball/</A><br> <A HREF="http://www.webwasher.com">http://www.webwasher.com</A><BR> <A HREF="https://grc.com/x/news.exe?cmd=xover&group=grc.techtalk.localproxies">grc.techtalk.localproxies</A> grupo de discusi&oacute;n sobre proxys locales de GRC.<BR> <A HREF="http://pub80.ezboard.com/ftinyfirewallencastellanofrm9">Foro Navegacion segura - Proxys - Proxys locales</A><BR> <HR> &nbsp;<BR> <script language="JavaScript" type="text/javascript"> <!-- document.write("Actualizado: " + document.lastModified) // --> </script><br> URL de esta p&aacute;gina: http://www.netnormal.com/users/danielg/proxorules.html<BR> <HR> <a href="contacto.html" title="Direcci&oacute;n de email"><strong>Contacto</strong></a>&nbsp; <A href="#top" title="Ir al inicio de esta p&aacute;gina"><strong>Arriba</strong></a>&nbsp; <A href="index.html" title="Ir al inicio"><strong>Principal</strong></a> <!--WEBBOT bot="HTMLMarkup" startspan ALT="Site Meter" --> <script type="text/javascript" language="JavaScript">var site="s10netnormal"</script> <script type="text/javascript" language="JavaScript1.2" src="http://s10.sitemeter.com/js/counter.js?site=s10netnormal"> </script> <noscript> <a href="http://s10.sitemeter.com/stats.asp?site=s10netnormal" target="_top"> <img src="http://s10.sitemeter.com/meter.asp?site=s10netnormal" alt="Site Meter" border=0></a> </noscript> <!-- Copyright (c)2002 Site Meter --> <!--WEBBOT bot="HTMLMarkup" Endspan --> </BODY> </HTML>