Search This Blog

Tuesday 7 January 2014

HOW TO HACK CPANELS BY USING DORK.

This is a dork based trick in which we can get the demo of cpanels of many webhosting websites like hostmonster , hostgator etc
Just follow the simple steps-


1) Go to http://www.google.com .
and enter this dork: 

inurl:2082/login/?user=

you will get lots of demo cpanels .

Enjoy!!!

Saturday 5 October 2013

REMOVE WRITE PROTECTION FROM USB DRIVES.

To remove write protection from usb drives


Just follow the simple steps-
1) Go to Start > Run > type "cmd".
 
 
2) diskpart


3)list disk


[Select your usb disk number].

4)select disk 2               


[To remove write protection from usb drive].

5)attributes disk clear readonly
[This command will remove the write protection from your pendrive].


[To assign or set write protected in your usb drive].
6)attributes disk set readonly


7)exit
 ...............................................................................................

Tuesday 2 July 2013

RESTART WINDOWS WITHOUT RESTARTING YOUR PC.

Hold the Shift key down while clicking on SHUTDOWN button,
you computer would restart without restarting the Computer.
This is equivalent to term "HOT REBOOT".

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

SEND DATA ON A RIGHT CLICK TO YOUR DESIRED FOLDER.

Normally you will use Ctrl+C and Ctrl+V  and many advanced users will  select the required files right click on it and there u will see name of pen drive in "Send To” option. and it will do your work .
But if you need to copy from Pen drive to a particular folder... you can't do this... as you won't see the name of desired folder in the Send to option.

Now , i will tell you how to add a particular folder in send to option ...such as you won't need to do copy paste and won't need to browse that folder again and again . Just u can copy your data using a single click.

1) Go to Start > Run > type "shell:sendto".

or
(C:\Users\UserName\AppData\Roaming\Microsoft\Windows\SendTo)
 

2)  Right click in the Sendto folder and create a shortcut and browse the folder or drive for shortcut.

3)     You can do this in a number of ways.
Right click -> send to desktop (create shortcut) and move the shortcut from the desktop and paste it into the Sendto folder.
 

4)     Now your customized “Send To” option is ready to go.
...........................................................................................................

Saturday 16 February 2013

REGISTRY EDITING.


The registry is a hierarchical database that stores the value of variables in windows and the application and services that run on windows.
The operating system and the other programs also uses the registry to store about user and about the current configuration of the system and its components.


SUBTREE:
Subtree are the root, or primary divisions, of the registry.
The registry is divided into five subtrees. Subtree contains the keys, subkeys, ans enteries in which the data is stored.


LIST OF SUBTREES:
HKEY_CLASSES_ROOT
HKEY_CURRENT_USER
HKEY_LOCAL_MACHINE
HKEY_USERS
HKEY_CURRENT_CONFIG

TRICKS:
First of all open Registry Editor.
Go to start> run> regedit
1.      TO REMOVE THE SHORTCUT ARROW FROM SHORTCUTS.
STEPS:
Ø  Open regedit.exe file.
Ø  Scroll down to create the following registry key:
[HKEY_CLASSES_ROOT\lnkfile]
Ø  Under the lnkfile  key, in the right pane delete a  String value named IsShortcut.

2.      TO DISABLE RIGHT CLICK ON THE DESKTOP AND EXPLORER.
STEPS:
Ø  Open regedit.exe file.
Ø  Scroll down to create the following registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies]
Ø  In the left side pane,  right click on the Policies key and create a new key called Explorer.
Ø  Under the Explorer key, in the right pane create a new DWORD value named NoViewContextMenu within the above registry key and set its data value to 1 to disable the right click context menu on the desktop, and to 0 to enable it.
NOTE: You may want to completely delete the DWORD value NoViewContextMenu when you want to enable right click.

3.      TO DISABLE RIGHT CLICK ON THE TASKBAR.
STEPS:
Ø  Open regedit.exe file.
Ø  Scroll down to create the following registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
Ø  In the right pane, create a new DWORD value named NoTrayContextMenu within the above registry key and set its data value to 1 to disable the right click context menu on the taskbar, and to 0 to enable it.
NOTE: You may want to completely delete the DWORD value NoTrayContextMenu when you want to enable right click.

4.      TO DISABLE WINDOWS HOTKEYS.
STEPS:
Ø  Open regedit.exe file.
Ø  Scroll down to create the following registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
Ø  Under the Explorer key, in the right pane create a new DWORD value named NoWinKeys within the above registry key and set its data value to 1 to disable the windows hotkeys, and to 0 to enable it.
NOTE: You may want to completely delete the DWORD value NoWinKeys when you want to enable hotkeys.
5.      TO DISABLE THE CONTROL PANEL.
STEPS:
Ø  Open regedit.exe file.
Ø  Scroll down to create the following registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
Ø  Under the Explorer key, in the right pane create a new DWORD value named NoControlPanel within the above registry key and set its data value to 1 to disable the windows hotkeys, and to 0 to enable it.
NOTE: You may want to completely delete the DWORD value NoControlPanel when you want to enable control panel.

6.      TO DISABLE THE FOLDER AND SEARCH OPTION.
STEPS:
Ø  Open regedit.exe file.
Ø  Scroll down to create the following registry key:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ Explorer]
Ø  Under the Explorer key, in the right pane create a new DWORD value named NoFolderOptions within the above registry key and set its data value to 1 to disable the folder and search option, and to 0 to enable it.
NOTE: You may want to completely delete the DWORD value NoFolderOptions when you want to enable the folder and search option.

7.      TO ADD AN APPLICATION TO THE RIGHT CLICK MENU OF THE DESKTOP.
STEPS:
Ø  Open regedit.exe file.
Ø  Scroll down to create the following registry key:
[HKEY_CLASSES_ROOT\Directory\Background\shell]
Ø  In the left side pane,  right click on the shell key and create a new key called Paint.
Ø  In the left side pane,  right click on the Paint key and create a new key called command.
Ø  Under the command key, in the right pane double click on the (Default) string key and change its data  to: C:\Windows\System32\mspaint.exe
NOTE: Now when you right click on your desktop, a new menu item called Paint has been added to the context menu.
8.      TO ADD CONTROL PANEL  TO THE RIGHT CLICK MENU OF THE DESKTOP.
STEPS:
Ø  Open regedit.exe file.
Ø  Scroll down to create the following registry key:
[HKEY_CLASSES_ROOT\Directory\Background\shell]
Ø  In the left side pane,  right click on the shell key and create a new key called Control Panel.
Ø  In the left side pane,  right click on the Control Panel key and create a new key called command.
Ø  Under the command key, in the right pane double click on the (Default) string key and change its data  to: rundll32.exe shell32.dll,Control_RunDLL
NOTE: Now when you right click on your desktop, a new menu item called Control Panel has been added to the context menu.

9.      TO PREVENT ACCESS TO CERTAIN DRIVES.
STEPS:
Ø  Open regedit.exe file.
Ø  Scroll down to create the following registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
Ø  Under the Explorer key, in the right pane create a new DWORD value named NoViewOnDrive within the above registry key and set its data value to the number of the drive that you want to hide as per the below list:
A: 1 , B: 2 , C: 4 , D: 8 , E: 16 , F: 32 , G: 64 , H: 128          (ALL: 67108863)
NOTE: You may want to completely delete the DWORD value NoViewOnDrive when you want to enable access to certain drives.

10.  TO DISABLE THE FOLDER AND SEARCH OPTION.
STEPS:
Ø  Open regedit.exe file.
Ø  Scroll down to create the following registry key:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ System]
Ø  Under the System key, in the right pane create a new DWORD value named DisableTaskMgr within the above registry key and set its data value to 1 to disable the folder and search option, and to 0 to enable it.
NOTE: You may need to restart Windows for the changes to be implemented.
......................................................................................................

Saturday 9 February 2013

STEGANOGRAPHY.

What is Steganography?
Steganography is the technique of hiding confidential information within any media.

Just follow the steps as given below :-
FIRST METHOD:
Select an image to be used for hiding file.
Now select a file to hide behind the image.
It can be text or doc file.
Run command on command prompt:
Copy /b imagename.jpg+filename.txt newimage.jpg

SECOND METHOD:
First copy any Image to your C: directory
Now go to command prompt.
Type: cd\
Now write command as:
echo “your text to hide” >> image.jpg
change 'your text to hide' to your message and also name of the image.

HOW TO SEE HIDDEN MESSAGE:
Now go to your image and open it with Notepad and you will see your hidden message at the end of the image file contents.
......................................................................................................

Friday 8 February 2013

DOS COMMANDS.

LIST OF SOME DOS COMMANDS

First of all open command Prompt
Go to start> run> cmd

1. To create a new directory.
Command:
C:\>mkdir hack
Or
C:\>md hack
[hack is your directory name]

2. To remove a directory.
Command:
C:\>rmdir hack
Or
C:\>rd hack
[hack is your directory name].

3. To clear the screen.
Command:
C:\>cls

4. To see the contents or subdirectory of directory.
Command:
C:\>dir
Or
C:\>dir /p
[“dir /p” to see page by page].
Or
C:\>dir /a
[“dir /a” to see all directories+hidden directories].
Or
C:\>dir /ah
[“dir /ah” to see only hidden directories].

5. To change the directory.
Command:
C:\>cd hack
[hack is your directory name].
C:\>cd..
[cd followed by 2 periods takes you one level up i.e to the parent directory]
C:\>cd\
[cd followed by backslash periods takes you to the top directory i.e directly under the drive]

6. To rename a directory or file.
Command:
C:\>ren hack hacknew
[By this command the folder hack is rename to hacknew].

7. To move a file from one destination to another.
C:\>move sourcepath destinationpath
Command:
C:\>move C:\hack.txt D:\
[hack.txt is your directory name].

8. To create a new file.
Command:
C:\>copy con hack.txt
[Once you create the file press enter and type the information inside the file.
To save the file hold CTRL and press Z . This will return ^Z. Once this has been entered press enter to save and exit the file.].
[hack.txt is your file name].

9. To see the content of a text file.
Command:
C:\>type hack.txt
[hack.txt is your file name].

10. To delete a file.
Command:
C:\>del hack.txt
[hack.txt is your file name].

11. To edit a file.
Command:
C:\>edit hack.txt
[hack.txt is your file name].

12. To copy a file from one destination to another.
C:\>copy sourcepath destinationpath
Command:
C:\>copy C:\hack.txt D:\
[hack.txt is your file name].

13. To copy a directory from one destination to another.
C:\>xcopy sourcepath destinationpath /s
Command:
C:\>xcopy C:\hack D:\ /s
[hack is your directory name]

14. Exit from command prompt.
Command:
C:\>exit
..........................................................................................................