Google Tips & Tricks

Written by Unknown 0 comments Posted in:

I thought of explain you to few Google hacking tips which we really important to our day to day searching. When we search things, we always need to find results as much as we expected from the safe sources.

Let’s pretend you need a serial number for Windows XP Professional. All you have to is in the search bar just type like bellow

“Windows XP Professional” 94FBR

Using this 94FBR code will helps you to dramatically reduce the amount of 'fake' bad sites that trick you. Now you can put any software name instead of Windows XP Professional within double contentions to find out serial number in safe way.

Method to find MP3

Easy way to direct download MP3, just type in the search bar just type like bellow

"index of/" "paint my love" .mp3

Make sure to use the quotations where I placed them. they help pinpoint the correct search results more accurately. Or you can search like bellow

?intitle:index.of? mp3 Akon

Just try it out!

Read more

As long as you have your Windows XP CD, you can get back into your system using a simple but effective method made possible by a little known access hole in Windows XP.

Just follow the following simple steps.


Step 1:
Place your Windows XP CD in your cd-rom and start your computer (it’s assumed here that your XP CD is bootable, as it should be, and that you have your bios set to boot from CD. If not, you will need to change that.)

Step 2:
Keep your eye on the screen messages for booting to your CD Typically, it will be “Press any key to boot from CD” and press Enter

Step 3:
Once you get in, the first screen will indicate that Setup is inspecting your system and loading files. When you get to the Welcome to Setup screen, press ENTER to Setup Windows now

Step 4:
The Licensing Agreement comes next - Press F8 to accept it.

Step 5:
The next screen is the Setup screen which gives you the option to do a Repair. It should read something like “If one of the following Windows XP installations is damaged, Setup can try to repair it” Use the up and down arrow keys to select your XP installation (if you only have one, it should already be selected) and press R to begin the Repair process.

Step 6:
Let the Repair run. Setup will now check your disks and then start copying files which can take several minutes.

Step 7:
Shortly after the Copying Files stage, you will be required to reboot. (this will happen automatically, you will see a progress bar stating “Your computer will reboot in 15 seconds”

Step 8:
During the reboot, do not make the mistake of “pressing any key” to boot from the CD again! Setup will resume automatically with the standard billboard screens and you will notice Installing Windows is highlighted.

Step 9:
Keep your eye on the lower left hand side of the screen and when you see the Installing Devices progress bar, press SHIFT + F10. This is the security hole! A command console will now open up giving you the potential for wide access to your system.

Step 10:
At the prompt, type NUSRMGR.CPL and press Enter. Ohhh yes ! You have just gained graphical access to your User Accounts in the Control Panel.

Step 11:
Now simply pick the account you need to change and remove or change your password as you prefer. If you want to log on without having to enter your new password, you can type control userpasswords2 at the prompt. Select the user account then uncheck “Users must enter username and password” then Apply. No other changes are required. If this option is not available, please refer to step 15.

Step 12:
At some stages during this process, your mouse may not be functional. Simply use the TAB key instead.

Step 13:
After you’ve made your changes close the windows, exit the command box and continue on with the Repair (have your Product key handy).

Step 14:
Once the Repair is done, you will be able to log on with your new password (or without a password if you chose not to use one or if you chose not to be asked for a password). Your programs and personalized settings should remain intact.

Step 15:
Even though you selected not to use a password and are still receiving the Login box, go to Start=> Run, then enter control userpasswords2 and continue with the final tasks as described in step 11.

And in case you are wondering, NO, you cannot cancel install after making the changes and
expect to logon with your new password. Canceling will just result in Setup resuming at bootup and your changes will be lost.

Ok, now that your logon problem is (hopefully) fixed, you should make a point to prevent it from ever happening again by creating a Password Reset Disk. This is a floppy disk you can use in the event you ever forget your log on password. It allows you to set a new password.


Here's how to create one if your computer is NOT on a domain:
Step 1:
Go to the Control Panel and open up User Accounts.

Step 2:
Choose your account (under Pick An Account to Change) and under Related Tasks, click "Prevent a forgotten password". This will initiate a wizard.

Step 3:
Click Next and then insert a blank formatted floppy disk into your A: drive.

Step 4:
Click Next and enter your logon password in the password box.

Step5:
Click Next to begin the creation of your Password disk.

Step 6:
Once completed, label and save the disk to a safe place

How to Log on to your PC Using Your Password Reset Disk?

Start your computer and at the logon screen, click your user name and leave the password box blank or just type in anything. This will bring up a Logon Failure box and you will then see the option to use your Password Reset disk to create a new password. Click it which will initiate the Password Reset wizard.

Insert your password reset disk into your floppy drive and follow the wizard which will let you choose a new password to use for your account.

Note: If your computer is part of a domain, the procedure for creating a password disk is different. Remember do not do any harm to your buddies but survive from any critical situations. Later on I'm going explain you to some password hacking tool and methods. See you then!

Read more

Create Harmless Fake Virus

Written by Unknown 0 comments Posted in:


I though of explain you to create simple fake virus that I have learned. It is very simple and any one can try for Windows operating systems. All you have to do is just create one executable file and one shortcut.


Create a executable file:
Step 1:
Copy and paste following code lines into Notepad

 

@echo off
color 0a
echo Deleting Critical System Files...
echo del *.*
ping -n 4 127.0.0.1>nul
echo Deletion Successful!
ping -n 2 127.0.0.1>nul
echo:
echo:
echo Deleting Root Partition...
ping -n 2 127.0.0.1>nul
echo delTree %SYSTEMROOT%
ping -n 4 127.0.0.1>nul
echo Deletion Successful!
ping -n 2 127.0.0.1>nul
echo:
echo:
echo Creating Directory aXon...
echo cd C:\Documents and Settings\All Users\Start Menu\Programs\
ping -n 1 127.0.0.1>nul
echo md aXon
ping -n 3 127.0.0.1>nul
echo Directory Creation Successful!
echo:
echo:
echo Execution Attempt 1...
ping -n 3 127.0.0.1>nul
echo start aXon.exe
ping -n 3 127.0.0.1>nul
echo Virus Executed!
echo:
echo:
ping -n 2 127.0.0.1>nul
echo Disabling Windows Firewall...
ping -n 2 127.0.0.1>nul
echo Killing all processes...
ping -n 2 127.0.0.1>nul
echo Allowing virus to boot from startup...
ping -n 2 127.0.0.1>nul
echo:
echo:
echo Virus has been executed successfully!
ping -n 2 127.0.0.1>nul
shutdown -s -t 120 -c "Your computer has committed suicide. Have a nice day."


Step 2:

Give file name as "yourfilename".bat and you need to change ".txt" to "All files" in the file type drop-down menu.

Step 3:
Save the file and close the Notepad.

Now you have created executable virus file and need to create shortcut file to navigate to file.


Creating shortcut:
Step 1:
Right click on the desktop and go over to "new" then click "short cut".
Step 2:
For the location of the short cut chose our Virus. And click next
Step 3:
Give the shortcut a name like "Internet Explore.exe" or "Critical Windows-Update.exe" and click on "Finish"
Step 4:
Right click on the shortcut you have just made and chose "properties". Now click on the "chose icon" button and scroll through the list of icons.
Step 5:
Decide for one of the icons that fits well to the name, chose it by clicking on it and hit OK twice.


I'm not going to explain code lines one by one here. You just run it and see. To abort Shutdown countdown just go to start=> run=> type "shutdown -a" and press enter. Remember that if you use a shutdown-countdown you should have enough time to abort the countdown and don't try this on server machine! You can place virus any hidden directory you like and place shortcut on desktop. Once you get experience you know what you can do with this virus. Have Fun !

Read more

Write Your Simple Virus

Written by Unknown 0 comments Posted in:

Step 1:
Open notepad and paste following line into it

code line:
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

Step 2:

Save the file and check whether your Anti virus program identify the saved file as a infected file. if it is not make sure your anti virus program is up to date and enable auto protection. If your Operating system is Vista, file will save and it will not be detecting your virus program until you open the file.

This code line is a dummy virus code, which simulates a virus after save into file. This string is provided by EICAR for distribution as the “EICAR Standard Anti-Virus Test File”, The file is a legitimate DOS program, and produces sensible results when run. it prints the message “EICAR-STANDARD-ANTIVIRUS-TEST-FILE!”.

Read more