Archive for July, 2006

Fake Yahoo Login Part 2

Monday, July 24th, 2006

Today, i got three YM messages that contain fake yahoo login URL. These messages were coming from the contact on my friend list. Seems that all of the senders are already been hijacked by someone but the hijacker is not chane the password yet and utilize this account to send the fake url.

I don’t know whether this stealing is happened automatically by virus or manually done by people.

these are the URL:

www.geoc ities.com/ooopsss_1313/  
www.geoc ities.com/gotta_see_too_funny_3/
www.geoc ities.com/amber_is_always.h0000rny  check out my friend Amber!
Fortunately, those three url above are not very similar as the original Yahoo login page. I had seen the very similar one and i had been trapped. I’m sorry, i forgot the “near perfect” fake URL.

Just remember two things:

1. please make sure that the url that you access is http://login.yahoo.com

2. If you accidentally trapped, change your password ASAP

-rendo-

Fake Yahoo Login

Wednesday, July 19th, 2006

Be carefull, there are so many fake Yahoo login web page !!!

I have some friends that their Yahoo ID are stolen.

This is one example of the fake yahoo login page

 Fake Yahoo Login

-rendo-

Radio over SSH

Wednesday, July 12th, 2006

for you that getting bored with mp3, sometimes you want to listen to the radio at the office. In normal case, you can not bring and play the radio tape inside the office during normal hours.

Fortunately, there are some radio station that already stream their content over the internet.

there are 2 radios that i know recently,

http://www.hardrockfm.com

and

http://www.pramborsfm.com/?opt=help&id=stream

 

in this article, i just want to share about how to listen those online radio by bypassing your company firewall.

Please refer to my previous articles:

http://rendo.info/?p=18

http://rendo.info/?p=15

All of the following tricks are based on those previous articles.

For Hardrock FM, you can play it using windows media player,  you only need to change the original url to 127.0.0.1 after you create the ssh tunnel, eg:

the original url: mms://202.148.11.103/hardrockfm

the new url, assumed you created local tunnel on port 554:

mms://127.0.0.1/hardrockfm

 

for Prambors FM, you can play it using winamp, download and save the m3u file, open it using text editor, you will find this url: http://orange.ask.co.id:8000/1022fm.ogg
and since port 8000 usually is being blocked by firewall, you need to create local tunnel (see my previous article for howto)

After creating tunnel, you just need to change the url to:

http://127.0.0.1:8000/1022fm.ogg (assumed you also create tunnel on port 8000)
Happy listening ………………

 

-rendo-