http://www.myspace.com/login_home_index_html
That's a fake log-in page which harvests passwords.
Evil! :-)
Haha!! All the dumbasses that use Myspace deserve to get their password taken.
It's not there :(
Aha, they finally cancelled it!
It was basically the normal "Login" page for MySpace, except evil.
Lmao! Wow, it was there a second ago! Those tricky bastards.
There's quite a few of these on myspace. Pretty tricky for getting careless people's passwords.
Any myspace page is evil.
except this one
http://www.myspace.com/piglets4
They have Ebay scams like that.
Wow, for a second there I didn't see the _html at the end ... I was seeing it as a normal .html. That's very clever. Last time I was on Windows, I noticed spyware authors started to get (seemingly) smart by writing curious files in System32 that looked like system files. These scam artists are getting smarter, next thing you know they'll make spyware rootkits ... thats when things will get interesting.
Quote from: ZeroX on October 30, 2006, 11:57:54 AM
They have Ebay scams like that.
Yes, but the eBay scams aren't hosted on eBay's website, which is the HUGE difference.
Quote from: AntiVirus on October 27, 2006, 01:09:01 PM
Haha!! All the dumbasses that use Myspace deserve to get their password taken.
well you deserve to die!
Quote from: BigAznDaddy on October 30, 2006, 06:36:18 PM
Quote from: AntiVirus on October 27, 2006, 01:09:01 PM
Haha!! All the dumbasses that use Myspace deserve to get their password taken.
well you deserve to die!
Just because your password is essentially a dictionary word doesn't mean you have to be angry. :(
Quote from: Newby on October 30, 2006, 08:37:12 PM
Just because your password is essentially a dictionary word doesn't mean you have to be angry. :(
mine is not and im not stupid to sign in again and again and also that is why you change passwords every so often
Quote from: BigAznDaddy on October 30, 2006, 08:39:33 PM
Quote from: Newby on October 30, 2006, 08:37:12 PM
Just because your password is essentially a dictionary word doesn't mean you have to be angry. :(
mine is not and im not stupid to sign in again and again and also that is why you change passwords every so often
Haha. Something about the structure of your post makes me think it
WAS a dictionary word, but you changed it! :)
I have not changed my passwords in a long time, and I'm just fine. Apparently having a strong password rocks.
Quote from: Newby on October 30, 2006, 08:41:03 PM
Quote from: BigAznDaddy on October 30, 2006, 08:39:33 PM
Quote from: Newby on October 30, 2006, 08:37:12 PM
Just because your password is essentially a dictionary word doesn't mean you have to be angry. :(
mine is not and im not stupid to sign in again and again and also that is why you change passwords every so often
Haha. Something about the structure of your post makes me think it WAS a dictionary word, but you changed it! :)
I have not changed my passwords in a long time, and I'm just fine. Apparently having a strong password rocks.
/signed.
And... HAHAH @ Ho.
One of my friends uses "e" to the twentith decimal place. He's funny.
Quote from: Newby on October 30, 2006, 08:37:12 PM
Quote from: BigAznDaddy on October 30, 2006, 06:36:18 PM
Quote from: AntiVirus on October 27, 2006, 01:09:01 PM
Haha!! All the dumbasses that use Myspace deserve to get their password taken.
well you deserve to die!
Just because your password is essentially a dictionary word doesn't mean you have to be angry. :(
One of my old passwords was a combination of two words in the dictionary. Or maybe it was in the dictionary itself. But reguardless my new password contains a combination of (foreign) letters, and numbers. I should use altcodes in my password and make it impossible to brute, but I'm too lazy.
Nothing is impossible to brute, it just takes longer. :P
Quote from: Joex86] link=topic=7720.msg97040#msg97040 date=1162435910]
I should use altcodes in my password and make it impossibleimprobable to brute, but I'm too lazy.
Alt codes are just telling the computer "Insert character 0xQRST" (forced unicode for anything about alt+255), so it's not like it's some magical system...all of the unicode characters exist for a reason.
Quote from: rabbit on November 01, 2006, 10:02:56 PM
Quote from: Joex86] link=topic=7720.msg97040#msg97040 date=1162435910]
I should use altcodes in my password and make it impossibleimprobable to brute, but I'm too lazy.
Alt codes are just telling the computer "Insert character 0xQRST" (forced unicode for anything about alt+255), so it's not like it's some magical system...all of the unicode characters exist for a reason.
How many people do you know that have characters in their password you can't find printed on a key on the keyboard (discluding someone who uses something like pinyin)?
Quote from: Joex86] link=topic=7720.msg97040#msg97040 date=1162435910]
I should use altcodes in my password and make it impossible to brute, but I'm too lazy.
What stops a bruteforcer from trying those values? :P
Quote from: Sidoh on November 01, 2006, 10:08:41 PM
Quote from: rabbit on November 01, 2006, 10:02:56 PM
Quote from: Joex86] link=topic=7720.msg97040#msg97040 date=1162435910]
I should use altcodes in my password and make it impossibleimprobable to brute, but I'm too lazy.
Alt codes are just telling the computer "Insert character 0xQRST" (forced unicode for anything about alt+255), so it's not like it's some magical system...all of the unicode characters exist for a reason.
How many people do you know that have characters in their password you can't find printed on a key on the keyboard (discluding someone who uses something like pinyin)?
12, off the top of my head.
On all the things I care about, I do.
Quote from: Newby on November 01, 2006, 10:11:47 PM
Quote from: Joex86] link=topic=7720.msg97040#msg97040 date=1162435910]
I should use altcodes in my password and make it impossible to brute, but I'm too lazy.
What stops a bruteforcer from trying those values? :P
Well, doing the math, if you try A-Z;a-z;0-9, that's 62 characters. Now, I don't know the math to find out how many different combinations of different characters in different places in strings of different lengths there is from those, but I think saying a nice round value of 1,000,000 is downplaying the number quite a bit. Now say you want to include, for instance, the Greek letter alpha, and that it can only be in the very first position in that word. That brings us up to.. what, 32 million or something? Excuse my horrible lazyness in doing this correctly, but adding simply the entire greek alphabet (24 characters, it think, 48 if you include both cases, 49 if you include final sigma) makes it take like fifty times as long.
rabbit, for sake of comparison, if you know, how many of those people use a Greek character in their password?
The math would look something like 62*62*62*62*62*62*62..... or 62^(number of charactors in password.)
Quote from: rabbit on November 01, 2006, 10:13:40 PM
12, off the top of my head.
I call bullshit. I want names and pictures.
Neha uses Hindi passwords (or Indian Arabic? I don't know what the written language is called):
(http://www.liquid-server.org/images/neha.jpg)
Charlie uses katakana (maybe hiragana, but I can't see since it's starred out):
(http://www.liquid-server.org/images/charlie.jpg)
Daniel uses Korean, and occasionally math forumlas:
(http://www.liquid-server.org/images/dan.jpg)
This guy I hate, Peter Kada, uses Greek, but I refuse to look at him, so no picture for you.
Juanita uses French and its weird accented characters:
(http://www.liquid-server.org/images/juanita.jpg)
This douchebag (Justin) uses Hebrew:
(http://www.liquid-server.org/images/justin.jpg)
This is Chloe, but I call her slut. She uses French too:
(http://www.liquid-server.org/images/slut.jpg)
Keon uses Spanish, but I can't find a picture anywhere.
HEHEHEHE. nice pictires Rabbbit
Can you introduce me to chloe?
What krazed said. :)
Fine. Go to UDel. Look for the dorm door with "SLUT" on it.