Tag Info

New answers tagged

1

You have a couple options: Use something like WCCP and function transparently Be an inline proxy, as it seems you are now. Use WPAD to send the devices to a box hosting your PAC file. Manually specify the proxy in your clients. However, this all depends on what you're exactly running, and if your devices support it (Can blenders handle PAC files?). If ...


0

You could redirect packet to send them to your proxy This method is called transparent proxy You may find some cookbooks there: TLDP.org - Transparent Proxy with Linux and Squid mini-HOWTO DDWrt - Transparent web proxy


0

If you are behind a router on your connection then that java applet or script the best it can get is 192.168.1.2 . Best way to avoid those scripts are : Using your modem and using other router ahead , then use your internet thru the router , when using a vpn and if you enter a website with those scripts to get your real ip , the script will get the ip that ...


2

So you are looking for anonymity over the internet. Just remember you can not hide yourself over the internet completely but you can definitely make things difficult for the people who are tracking you. Using a proxy All the requests made by your browser will go to a proxy server and the proxy server makes request for web resources on your behalf. if you ...


2

Even if Kerio makes products that are secure, you cannot be sure that the product you would buy is the genuine product from Kerio and not one where the seller has added a backdoor. Furthermore, even if you do find a reliable product, the fact that you are using that product can still be detected. At a minimum, your Internet service provider can see that ...


3

In a simple answer, yes. If the reseller has a local installation of the server you are connecting to then it is possible that they can sniff the network traffic using Snort or Wireshark and extract your data. Additionally, there may be logging installed on the servers that the reseller may be able to view and see what you are doing. However, if you are ...


4

The Onion Router (tor) was designed specifically for this purpose. This is a program that you run locally that provides a socks proxy, which allows you to access an unfiltered, and anonymous connection to the open internet. It is very difficult for governments to prevent you from accessing tor.


0

Are these your videos or someone elses? If they are your videos, then I would try some form of internal hosting. If they are not, perhaps you can ask for permission from the owner to use them for your internal purposes (unless they are already on some open form of license). It is relatively easy with browser plugins, websites, etc. to extract the specific ...


1

You can't, not without doing some specialized configuration in the proxy server (which doesn't seem possible here). The easiest thing to do would be to download the youtube videos (or find the originals), convert to a format which most computers recognize (.avi or .mp4), store locally on your hosting server, and embed in your webpage via <video>.


2

Depends. In general, no. If the attacker launches a man-in-the-middle attack after HTTPS communication has already started, he can do nothing. If he launches the attack beforehand, he can do various things. For convenience, let's assume that the server in question is GMail. Pretend to be mail.google.com: This is a pretty transparent attack. The attacker ...


2

There is a possibility to encrypt the connection to the proxy, there was a question on this site.Please find the link mentioned below.However the methods mentioned may not work at all times. Is it possible to connect to a proxy with an ssl (or otherwise encrypted) connection? To answer your query regarding implementing this on the network infrastructure: ...


1

Not just from certificate but also from handshake messages servername information can be get. As I tested %80 of the traffic contains server_name extension in client hello message(first message send by client to server in https protocol) . But this extension is optional and sometimes it does not exist .In this case certificate can be checked. In certificate ...



Top 50 recent answers are included