Kind regards,
leFaF
The power within this script is to let you be connected to the Internet
via proxy
servers using Nestscape Communicator browser.
1) To be effective the file below, viaprox.pac must be copied somewhere
on your
hardisk.
2) Open on the menu: Edit/Preferences/Advanced/Proxies/Automatic proxy
configuration/Configuration location (URL)
3) Copy there the location of the file i.e.
file:///C|/WINDOWS/Desktop/Proxy/viaprox.pac (or where ever you like to
store it)
As you will notice, there are no proxy addresses included in the file.
I believe
proxy are like partner, we do not like to share them...
But for the sake of sharing here are a few interesting proxies:
recherche: +proxy +pac; +proxy +8081, +proxy +3128
resultats:
proxy.sby.dnet.net.id:8080
proxy.flex.ee.uec.ac.jp:8080
proxy.oak.dlut.edu.cn:8080
proxy.omega.bg:8080
proxy.anoc.dti.ne.jp:8080
proxy.noc.dti.ne.jp:8080
proxy.mars.dti.ne.jp:8080
proxy.venus.dti.ne.jp:8080
proxy.pluto.dti.ne.jp:8080
proxy.jade.dti.ne.jp:8080
proxy.ceres.dti.ne.jp:8080
proxy.lares.dti.ne.jp:8080
proxy.remus.dti.ne.jp:8080
proxy.ops.dti.ne.jp:8080
proxy.iris.dti.ne.jp:8080
proxy.aurora.dti.ne.jp:8080
proxy.dti.ad.jp:8080
proxy.usc.es: 8080
cache.iaccess.com.br:3128
proxy.snake.cz:8080
proxy.redbird.net:8080
http://www.ar.com.au/proxybudget.pac 8080
http://www.cc.nctu.edu.tw/proxy.pac
..............................
----The creation of viaprox.pac----
Copy, paste and save the lines below as viaprox.pac
----------------------------
/*
* viaprox.pac
* A 1,001's Proxys Configuration
* Implemented to soften fravia+'s automnal spleen :=)
* on 13/11/98 by leFaF _allrights dipersed_
* From infos -mostly- gathered at:
* http://home.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html
*/
function FindProxyForURL(url, host){
// If you want to bypass proxy for a specific URL, change the zeros
if (isInNet(host, "0.0.0.0", "255.255.255.0")){
return "DIRECT";
}
// Same as above. You'll have to key in the DNS
if (dnsResolve(host) == "0.0.0.0") {
return "DIRECT";
}
// What proxies are used for www/gopher/ftp. Remark,
// the string can contain any number of proxy as long
// as they are separated by a semicolon.
// If there are multiple semicolon-separated settings,
// the left-most setting will be used, until the
// Navigator/Communicator fails to establish the
// connection to the proxy. In that case the next value
// will be used, that is the DIRECT connection.
if (url.substring(0, 5) == "http:") {
return "PROXY proxy.one:3128; proxy.two:8080; proxy.three:8081;
DIRECT";
}
if (url.substring(0, 7) == "gopher:") {
return "PROXY proxy.one:3128; proxy.two:8080; proxy.three:8081; DIRECT";
}
if (url.substring(0, 4) == "ftp:") {
return "PROXY proxy.one:3128; proxy.two:8080; proxy.three:8081; DIRECT";
}
// If no proxy available -! ! no stealth anymore and use the direct connection!
{
return "DIRECT";
}
eof
You are deep inside fravia's pages of reverse engineering,
choose your way out:
Project 5
homepage
links
anonymity
+ORC
students' essays
academy database
antismut
tools
cocktails
search_forms
mail_fravia
Is reverse engineering illegal?