5 Million Gmail Passwords Leaked, Check Yours Now


Recommended Posts

Mine is on there, but it's from the previous leak by Adobe (I only used that password for my Adobe account). Looks like someone might just be trying to make a quick buck by reselling already available data from previous leaks?

Still no real info on this.  And a lot of site are not even reporting it.  Odd. 

 

It seems that it's gather from several other parts and just joined together into a massive list.

I'm I the only person struggling to open and search that text file?

 

Notepad is obviously going to fall over, but even Wordpad and Word are having trouble with it. I thought Excel might save the day, but even that has a limit.

I'm I the only person struggling to open and search that text file?

 

Notepad is obviously going to fall over, but even Wordpad and Word are having trouble with it. I thought Excel might save the day, but even that has a limit.

 

Maybe just download a command line utility and grep it? Or use Powershell: gc plaintext.txt | select-string -pattern "textstringtofind"

I'm I the only person struggling to open and search that text file?

 

Notepad is obviously going to fall over, but even Wordpad and Word are having trouble with it. I thought Excel might save the day, but even that has a limit.

Opened fine in Wordpad in about 6 seconds. Windows 8.1, if it matters. :)

Maybe just download a command line utility and grep it? Or use Powershell: gc plaintext.txt | select-string -pattern "textstringtofind"

I've never used Powershell, but would I be right in thinking that after launching it, I would change to the directory where the file is stored, e.g.

 

cd desktop

 

then enter the following command...

 

gc google_5000000.txt | select-string -pattern [email protected]

 

I take it the quotes are not needed? should there be a space before -string ?

 

Edit: ok, seems like it's working (no extra space or quotes), but it still takes surprisingly long per search.

 

I suppose the @gmail part isn't really needed.

Opened fine in Wordpad in about 6 seconds. Windows 8.1, if it matters. :)

Opened for me too, but struggles when it comes to searching. I thought it might just be my pc, which is a bit sluggish right now anyway, but I have tried it on multiple machines, and they all struggle with it.

 

I guess these applications are not designed to handle 100MB+ .txt files.

Most of them look like spammer addresses, I mean, [email protected], and [email protected]? Haha, off to send a mass PWNED by AN0NYM0U5!!! message to all of them, back in a bit :)

I'm I the only person struggling to open and search that text file?

 

Notepad is obviously going to fall over, but even Wordpad and Word are having trouble with it. I thought Excel might save the day, but even that has a limit.

KWrite on Linux works for me, like everything else in Linux land, just works!

KWrite on Linux works for me, like everything else in Linux land, just works!

Ha! I see what you did there :laugh:

 

Oh, wait! You weren't joking!? :rolleyes:

 

Anyways, notepad++ is doing a much better job of things. Should have thought of that in the first place.

This topic is now closed to further replies.