Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | RE: blocking thru IE |
|---|---|
| Date: | Mon, 9 Apr 2007 10:24:01 -0400 |
Use a proxy auto-configuration script.
There is plenty of information on how to write them on the Internet.
Save this code to a text file and configure your browser to use it as
its proxy auto-configuration script:
function FindProxyForURL(url, host)
{
if (shExpMatch(host, "*.whathever.com"))
{
return "DIRECT";
}
else
{
return "PROXY 127.0.0.1:8080";
}
}
Use a Group policy to assign the PAC script to IE. You'll need to
modify the parameter on the "if (shExpMatch(host, "*.whathever.com"))"
line appropriately.
-----Original Message-----
From: listbounce@securityfocus.com [mailto:listbounce@securityfocus.com]
On Behalf Of jfvanmeter@comcast.net
Sent: Monday, April 09, 2007 10:04 AM
To: Rocky; focus-ms@securityfocus.com
Subject: Re: blocking thru IE
This might work for IE, I'm not sure what version(s) its in.
Open I.E. and click on tools
Click on Internet options
Click on the content tab
Click on enable
After clicking ok
You will then see a window like the one below asking for a password to
be setup. This will prevent someone from turning off this feature.
Click ok
Click on ok, you are done.
Add as many sites as you like. When someone tries to visit a site you
have blocked they will be presented with a blocked message and the
password dialogue box. As long as they don't know the password they
cannot get in.
-------------- Original message ----------------------
From: Rocky <pixscreenpoint@gmail.com>
Hey guys, is there a way to block everything on IE6 or Firefox 2.0 and just permit one website? i'm playing with IE content but i just can't
get
it done. thanks a lot. rocky
Confidentiality Notice: This e-mail and any attached files transmitted may contain confidential and privileged information and are intended solely for the use of the individual or entity to which they are addressed. If you are not the intended recipient or the person responsible for delivering the e-mail to the intended recipient, be advised that you have received this e-mail and any attached files in error and that any use, dissemination, forwarding, printing or copying of this e-mail and /or any attached files is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender and destroy the original message and any attached files.
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: blocking thru IE, Chinnery, Paul |
|---|---|
| Next by Date: | Re: blocking thru IE, Geoff Brehm |
| Previous by Thread: | Re: blocking thru IE, jfvanmeter |
| Next by Thread: | Re: blocking thru IE, Geoff Brehm |
| Indexes: | [Date] [Thread] [Top] [All Lists] |