Proxy

Transparent Proxy

Posted on February 18, 2008. Filed under: Proxy |

Transparent Proxy digunakan apabila kita ingin memaksa clients dalam network untuk menggunakan proxy tanpa sepengetahuan mereka. Maksudnya semua http request dari client secara otomatis akan diarahkan ke proxy terlebih dahulu (forwarded). Keuntungan lainnya, kita tidak perlu repot untuk melakukan setting/konfigurasi browser pada masing-masing client yang mungkin berjumlah banyak.
Dalam FreeBSD kita dapat menggunakan IPFW dan SQUID [...]

Read Full Post | Make a Comment ( None so far )

Script PHP Informasi Anda – IP – Proxy – Koneksi

Posted on February 18, 2008. Filed under: Proxy |

ini adalah script untuk membuat tampilan “informasi anda” seperti yang ada di website ilmuwebsite.com, dalam script ini akan menampilkan :
1. ip
2. proxy
3. koneksi
silahkan mencoba
*Perhatian: script ini tidak cocok untuk anak dibawan 17 th. (hehe..)
silahkan memodifikasi script ini
<?php $agent = $_SERVER['HTTP_USER_AGENT']; $uri = $_SERVER['REQUEST_URI']; $user = $_SERVER['PHP_AUTH_USER']; $ip = $_SERVER['REMOTE_ADDR']; $ref = $_SERVER['HTTP_REFERER']; $proxy = [...]

Read Full Post | Make a Comment ( None so far )

Class Proxy

Posted on February 16, 2008. Filed under: Proxy |

java.lang.Object

public class Proxy
extends Object
implements Serializable

Proxy provides static methods for creating dynamic proxy classes and instances, and it is also the superclass of all dynamic proxy classes created by those methods.
To create a proxy for some interface Foo:
InvocationHandler handler = new MyInvocationHandler(…); Class proxyClass = Proxy.getProxyClass( [...]

Read Full Post | Make a Comment ( 1 so far )

Open Proxy Servers

Posted on February 11, 2008. Filed under: Proxy |

Companies and ISPs often use caching in proxy servers to reduce the load on their networks. These proxy servers are often configured to proxy any port, with little regard to security. If nothing is blocking connections from the outside, it is possible to detect the vulnerable server by scanning [...]

Read Full Post | Make a Comment ( None so far )

Fresh proxy list

Posted on February 11, 2008. Filed under: Proxy |

132.252.152.193:3128
160.94.220.242:3128
193.136.227.163:3128
131.188.44.100:3128
200.132.0.70:3128
143.215.129.117:3128
129.240.67.15:3128
137.226.138.156:3128
211.140.192.186:8080
129.240.67.18:3128
203.178.133.10:3128
128.31.1.14:3128
143.205.172.11:3127
193.30.164.3:80
143.205.172.11:3124
165.228.129.10:3128
165.228.132.11:80
128.112.139.78:3128
132.252.152.193:3128
128.232.103.201:3128
200.31.42.3:80
203.160.1.146:553
129.69.210.97:3128
128.112.139.72:3128
203.144.144.163:8080
193.6.20.5:3127
203.144.144.163:8080
165.228.130.10:3128
203.144.144.163:80
165.228.131.12:80
165.228.132.11:80
203.144.144.163:80
165.228.132.10:3128
128.238.88.64:3128
165.228.129.10:3128
202.115.130.23:8080
165.228.131.10:3128
165.228.131.10:3128

Read Full Post | Make a Comment ( None so far )

Proxy server

Posted on February 7, 2008. Filed under: Proxy |

proxy server is a server (a computer system or an application program) which services the requests of its clients by forwarding requests to other servers. A client connects to the proxy server, requesting some service, such as a file, connection, web page, or other resource, available from a different server. The proxy server provides the [...]

Read Full Post | Make a Comment ( None so far )

Types and functions from Proxy

Posted on February 7, 2008. Filed under: Proxy |

Caching proxy server
A proxy server can service requests without contacting the specified server, by retrieving content saved from a previous request, made by the same client or even other clients. This is called caching. Caching proxies keep local copies of frequently requested resources, allowing large organizations and Internet Service Providers to significantly reduce their upstream [...]

Read Full Post | Make a Comment ( 1 so far )

Liked it here?
Why not try sites on the blogroll...