ALT_IMG

How to create undetectable Keylogger

Welcome back readers, In this tutorial we are going to show how to make an undetectable key logger to most antivirus programs (AVG,AVAST,KASPERSKY) Readmore...

ALT_IMG

Hacking through NEPTUNE keylogger

Hi friends today we will show you how to hack an friend's PC using an key logger.Key logger are the set of codes which can be used to record the keystrokes of PC by directly stealing the input from Kernel. In this tutorial we will show you how to make an Key logger file using a revolutionary software PROJECT NEPTUNE V1.78 key logger Readmore..

Alt img

Creating Phishing page

In this article i am going to teach you how to set up the Phishing site, which is the Difficult task than making a Phishing site. Readmore...

ALT_IMG

Searching millions of flash games using GOOGLE

Another google trick, this can be used to search any flash games(swf files) you want to play.So you just played a flash game which was really cool and you want to download it in your computer? You can use google's search trick to search for any flash game you wan Readmore...

ALT_IMG

How to Hide text behind images(Steganography)

Steganography is the art of hiding text data's behind an image so as to maintain an privacy and to store/pass confidential data's in an ease. Using this method we can hide any text files behind an image through similar method we can also hide an .rar files behind Readmore...

Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts
Wednesday, 6 June 2012

How do I delete updates not yet installed?

0 comments

Remove WU downloads from the temporary folder:-

Stop the Automatic Updates service

Click Start, Choose Run.
In the Run box, type services.msc.
Click OK.
Right-click the Automatic Updates service.
Click Stop.
Stopping the service will take a moment.

Delete the contents of the Download folder
Click Start. Choose Run.
In the Run box, type %windir%\SoftwareDistribution
Click OK.
Open the Download folder.
Delete all contents of the Download folder.
Close the window.

Start the Automatic Updates service
Click Start. Choose Run.
In the Run box, type services.msc.
Click OK.
Right-click the Automatic Updates service.
Click Start.
Starting the service will take a moment.

By deleting the contents of the Download folder - you have removed any downloaded updates.

Continue reading →
Monday, 4 June 2012

How to Hide text behind images ?

0 comments


How to Hide text behind images ? (Steganography)


Steganography is the art of hiding text data's behind an image so as to maintain an privacy and to store/pass confidential data's in an ease. Using this method we can hide any text files behind an image through similar method we can also hide an .rar files behind it
Continue reading →

How to make RUN command for any shortcut

0 comments









  • In this tutorial we will show you how to create RUN commands.In our daily day to day to life we use various run commands for different purpose what would be if we create RUN commands for our folders which would easily open on typing an command.This will help you to create RUN commands similar to winword,regedit,sendto,cmd,calc etc
  • Continue reading →
    Saturday, 2 June 2012

    How to make an autorun.inf file

    0 comments

    In this tutorial we will show how to create autorun.inf file which will be helpful to make autorun CD and also will play an important role to open keylogger files automatically.Open Notepad (or Notepad++ or what ever you use) and type the following:


    autorun
    icon=NAME.ico
    label=NAME

    BEFORE YOU SAVE IT!
    Where it says autorun, insert brackets around the word. I cannot type this in the Instructable, as it the Instructable creating software would turn the word into a link. Refer to the picture for the correct format.

    Here is what you typed:
    autorun: This states that this is an Autorun file, and what follows describes what the drive will look like and how it will act.

    icon: This will change the icon of the drive (in the "My Computer" screen) to a custom one that you choose. The picture you choose must be an icon file (it must have the extension ".ico"). You can get pictures of that format from http://www.iconarchive.com/ and many other websites.

    label: This will change the name of the drive to whatever you choose, as long as what you choose does not contain too many characters.

    OK. Save the file to the main directory on your drive ("My Computer, Removable Drive X"). Eject the drive, then plug it back in. If you saved it to an internal hard drive, you will have to restart the computer.

    If you are adding an icon to the drive, you will need to have an icon file to go use. An icon file is NOT a picture you got off the internet. It must have the extension ".ico". If it does not, then it will not work. Place the icon in the same directory as the Autorun file. Once you have done this, go back into the Autorun file and change the line that says icon=NAME.ico to have the name of the icon (keep the part that has the ".ico".
    Continue reading →

    Add Copy To And Move To Options Whenever U Right Click On A File

    0 comments


    Once done, you will be able to right click any file or folder and use the Browse for Folder dialog to choose the location you want to move or copy your file or folder to, without having to go to the destination path, its cool!







    First we will add the copy and move options to the right click menu of all FILES.

    CLICK Start>Run, type REGEDIT and click OK to open up the registry editor and make your way to this key:

    HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers

    Right click the ContextMenuHandlers key and choose New>Key.
    Name the new key “Copy To” (without the quotes).
    Repeat the above and create another new key named Move To.

    You should now have two new subkeys under the ContextMenuHandlers key:

    HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Copy To
    HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Move To

    Select the Copy To key and in the right hand pane, double click “Default”
    Enter this clsid value as the value data:

    {C2FBB630-2971-11d1-A18C-00C04FD75D13}

    Next , select the Move To key and in the right hand pane set the default value to:

    {C2FBB631-2971-11d1-A18C-00C04FD75D13}

    This now takes care of the Copy and Move options for the right click context menu of all your files.
    Now all that is left is to add the same options to the right click menu of all your folders.
    The procedure will be the same as for files but at a different key:

    HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHan dlers

    Right click ContextMenuHandlers and create a new key named Copy To.
    Right click it again and create another new key named Move To.

    left click on the right hand pane, add the same default values as you did for Files:

    For Copy To:
    {C2FBB630-2971-11d1-A18C-00C04FD75D13}
    For the Move To:
    {C2FBB631-2971-11d1-A18C-00C04FD75D13}

    Exit the registry and you are done.

    Now when you right click on a file or folder, you should see two new options: Copy to Folder and Move to Folder
    Continue reading →

    Labels