Corporate Security ByPass

AkashAnand

Junior Member
Dec 4, 2001
3
0
0
Is there a way to check email accounts(HotMail, yahoo, AOL) through corporate intranets which have restricted access to those websites?
 

nord1899

Platinum Member
Jun 18, 2001
2,444
0
0
Try using https to get there.

https://mail.yahoo.com - Link

My corp firewall blocks my webmail access (not one of the ones you mentioned though) and I stumbled on this workaround.

Reason is, they block the address on port 80, which is where all the http traffic goes. But https uses a different port (somewhere in the 400's I think) and the firewall may not be setup to block traffic on that port.
 

UnderScore

Senior member
Oct 9, 1999
216
0
0
If the company uses a web proxy to filter and check URLs then it can be done by telneting or ssh'ing (if they allow telnet or ssh) to a shell account and running lynx or links. I would highly recommend against doing that. You would be circumventing their corporate security policy/restrictions and are subject to whatever punishement they choose.
In the case of ssh, they wouldn't know what you accessed due to they encryption but they would know that you made a connection outside of the company's walls.

I used this method when the company I worked for had to lockdown all port 80(www) requests to the proxy serverdue to the CodeRed worm. I was able to check my email and get what I needed albeit without any graphics.

Think long and hard before you do anything.