E90Post
 


The Tire Rack
 
BMW 3-Series (E90 E92) Forum > BIMMERPOST Universal Forums > Off-Topic Discussions Board > AIM/MSN at work



Reply
 
Thread Tools Search this Thread
      11-28-2007, 01:20 PM   #23
stooken
Brigadier General
United_States
184
Rep
4,244
Posts

Drives: E70 X5
Join Date: Apr 2007
Location: NOR*CAL

iTrader: (2)

Quote:
Originally Posted by team_exe View Post
yup...im digging the self employed life too....
im still chillin on my bed posting this stuff up while my girl is cooking me breakfast. ahhhhh
:finger:
__________________
2010 E92 BSM 335i | M-Sport | ST Coils | Linea Corse Lemans | Cobb AP | BMS DCI | Cyba Tips
Appreciate 0
      11-28-2007, 01:20 PM   #24
Design1314
Major
Design1314's Avatar
Taiwan
182
Rep
1,265
Posts

Drives: e92
Join Date: May 2007
Location: NYC

iTrader: (0)

self employee is very cool, but I always get lazy to do my work when i was a freelancer :P
Appreciate 0
      11-28-2007, 01:22 PM   #25
!Xoible
Banned
United_States
837
Rep
46,029
Posts

Drives: ....
Join Date: Nov 2006
Location: .

iTrader: (4)

Garage List
2008 M3  [4.00]
2007 335i  [9.00]
2008 528i  [8.00]
2006 Infiniti - G35 ...  [8.00]
Quote:
Originally Posted by darkcloud View Post
Suck for you guys. Self-employed FTMFW!
yah dude, it's hard to make that decision to move from a secure income and employment to relatively riskier investment, but "probably" much more rewarding. i wish i had the guts to do it
Appreciate 0
      11-28-2007, 01:29 PM   #26
toofasttooslow
Galactic Emperor
toofasttooslow's Avatar
75
Rep
801
Posts

Drives: Fast
Join Date: Mar 2007
Location: WA

iTrader: (3)

Two words: SSH Tunnel. That's all I have to say about that...
Appreciate 0
      11-28-2007, 01:34 PM   #27
Design1314
Major
Design1314's Avatar
Taiwan
182
Rep
1,265
Posts

Drives: e92
Join Date: May 2007
Location: NYC

iTrader: (0)

Quote:
Originally Posted by gum5h03 View Post
Two words: SSH Tunnel. That's all I have to say about that...
I would love to try that but, I can't write script for crap... the IT people even get to play w webcam here... not FAIR!!!
Appreciate 0
      11-28-2007, 01:40 PM   #28
toofasttooslow
Galactic Emperor
toofasttooslow's Avatar
75
Rep
801
Posts

Drives: Fast
Join Date: Mar 2007
Location: WA

iTrader: (3)

Quote:
Originally Posted by Design1314 View Post
I would love to try that but, I can't write script for crap... the IT people even get to play w webcam here... not FAIR!!!
Scripts? You don't need no stinking scripts. All you need is to download an application called "putty.exe" and find an free SSH shell server that supports tcp redirects out on the internet. Then set up the tunnel and point your applications at localhost to invoke the tunnel.

FWIW I tunnel just about everything at work eventhough I am the "cops" here and have access to every outbound firewall rule. The IM services are inherently insecure and vulnerable MITM attacks so I use SSH to encrypt all of the non encrypted traffic.

Here is a primer on how to get started.

http://souptonuts.sourceforge.net/sshtips.htm

and a list of free shell servers out there...


http://www.red-pill.eu/freeunix.shtml


BTW you don't have to be a UNIX junky to set up a tunnel...Putty makes it easy

http://www.chiark.greenend.org.uk/~s.../download.html

some more links...

http://en.wikipedia.org/wiki/SSH_tunnel


http://www.engadget.com/2006/03/21/h...etwork-access/


Also, you don't necessarily need to have outbound 22 enabled, you can tunnel virtually through anything, including corporate proxies, but that is another lesson

Oh and I almost forgot... You need a list of anymous proxies out there for your (ab)use.

http://samair.ru/proxy will give you thousands upon thousands of open proxies to pick and choose from. The site will undoubtedly be blocked by your proxy filtering softwar (smartfilter probably) so sign up for a free shell account and wget that page and copy it back down to your localhost so you can view it in notepad.



You can also use a program called TOR (The Onion Router) to get out on. Recent improvements on the client will allow you to easily tunnel over port 80, 8080, and 443. The traffic is "anonymous" but the encryption is suspect because you don't control the ciphers so I tend to stay away from it.


http://www.torproject.org/overview.html.en

Once you get advanced try out your own SSL VPN back to your home machine and bounce a proxy off your home network. Check out openssl.org for more details on that.

Last edited by toofasttooslow; 11-28-2007 at 01:56 PM..
Appreciate 0
      11-28-2007, 01:43 PM   #29
stooken
Brigadier General
United_States
184
Rep
4,244
Posts

Drives: E70 X5
Join Date: Apr 2007
Location: NOR*CAL

iTrader: (2)

Quote:
Originally Posted by gum5h03 View Post
Scripts? You don't need no stinking scripts. All you need is to download an application called "putty.exe" and find an free SSH shell server that supports tcp redirects out on the internet. Then set up the tunnel and point your applications at localhost to invoke the tunnel.

FWIW I tunnel just about everything at work eventhough I am the "cops" here and have access to every outbound firewall rule. The IM services are inherently insecure and vulnerable MITM attacks so I use SSH to encrypt all of the non encrypted traffic.

Here is a primer on how to get started.

http://souptonuts.sourceforge.net/sshtips.htm

and a list of free shell servers out there...


http://www.red-pill.eu/freeunix.shtml


BTW you don't have to be a UNIX junky to set up a tunnel...Putty makes it easy


http://en.wikipedia.org/wiki/SSH_tunnel


LOL.
__________________
2010 E92 BSM 335i | M-Sport | ST Coils | Linea Corse Lemans | Cobb AP | BMS DCI | Cyba Tips
Appreciate 0
      11-28-2007, 01:50 PM   #30
Design1314
Major
Design1314's Avatar
Taiwan
182
Rep
1,265
Posts

Drives: e92
Join Date: May 2007
Location: NYC

iTrader: (0)

Quote:
Originally Posted by gum5h03 View Post
Scripts? You don't need no stinking scripts. All you need is to download an application called "putty.exe" and find an free SSH shell server that supports tcp redirects out on the internet. Then set up the tunnel and point your applications at localhost to invoke the tunnel.

FWIW I tunnel just about everything at work eventhough I am the "cops" here and have access to every outbound firewall rule. The IM services are inherently insecure and vulnerable MITM attacks so I use SSH to encrypt all of the non encrypted traffic.

Here is a primer on how to get started.

http://souptonuts.sourceforge.net/sshtips.htm

and a list of free shell servers out there...


http://www.red-pill.eu/freeunix.shtml


BTW you don't have to be a UNIX junky to set up a tunnel...Putty makes it easy


http://en.wikipedia.org/wiki/SSH_tunnel


http://www.engadget.com/2006/03/21/h...etwork-access/


Also, you don't necessarily need to have outbound 22 enabled, you can tunnel virtually through anything, including corporate proxies, but that is another lesson
Thanks for the explanation but it loooks very hard lol. Do you know anything else simpler ie. meebo.com...etc
Appreciate 0
      11-28-2007, 02:00 PM   #31
toofasttooslow
Galactic Emperor
toofasttooslow's Avatar
75
Rep
801
Posts

Drives: Fast
Join Date: Mar 2007
Location: WA

iTrader: (3)

Quote:
Originally Posted by Design1314 View Post
Thanks for the explanation but it loooks very hard lol. Do you know anything else simpler ie. meebo.com...etc
Yes, but I guarantee they've all been found already by SmartFilter or whatever your IT's choice URL filtering software is. I often think about setting up a web proxy on my shell server ( I already have squid running and it would be trivial to set up a simple redirect page) but it would get abused by all the Chineese and botnets out there.
Appreciate 0
      11-28-2007, 04:01 PM   #32
mpimping
Banned
South Korea
822
Rep
336
Posts

Drives: gti
Join Date: Sep 2006
Location: ny,ny

iTrader: (0)

Quote:
Originally Posted by Design1314 View Post
does anyone any website that will let me get on aim or msn at work? My company blocks myspace, aim, msn, meboo.com...etc. the ITs knows too much.
use your cell phone...
Appreciate 0
      11-29-2007, 06:20 PM   #33
networkguy
Private First Class
United Kingdom
12
Rep
168
Posts

Drives: 335D SE Touring
Join Date: Nov 2007
Location: Lincolnshire UK

iTrader: (0)

Garage List
http://webmessenger.msn.com

http://webmessenger.yahoo.com
Appreciate 0
      11-30-2007, 09:21 AM   #34
Design1314
Major
Design1314's Avatar
Taiwan
182
Rep
1,265
Posts

Drives: e92
Join Date: May 2007
Location: NYC

iTrader: (0)

Quote:
Originally Posted by networkguy View Post
blocked
Appreciate 0
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -5. The time now is 02:22 PM.




e90post
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
1Addicts.com, BIMMERPOST.com, E90Post.com, F30Post.com, M3Post.com, ZPost.com, 5Post.com, 6Post.com, 7Post.com, XBimmers.com logo and trademark are properties of BIMMERPOST