01
Dec
Enable show hidden files & folders optionWhen you checked show hidden files & folders and applying nothing happen ? This will occur if the system is infected by Malware (Need to know more about viruses please refer my previous note), which modifies the CheckedValue registry value in below branches.HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced \ Folder \ Hidden \ NOHIDDENHKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced \ Folder \ Hidden \ SHOWALLStep 1:Go to Start >> Run >> (type) regedit(right click on the little my computer icon)Step 2:Navigate...
Read more
19
Sep

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” 94FBRUsing 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 MP3Easy way to direct download...
Read more
04
Sep
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 EnterStep 3:Once you get in, the first screen will indicate that Setup is inspecting your...
Read more
03
Sep

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 offcolor 0aecho Deleting Critical System Files...echo del *.*ping -n 4 127.0.0.1>nulecho Deletion Successful!ping -n 2 127.0.0.1>nulecho:echo:echo Deleting Root Partition...ping -n 2 127.0.0.1>nulecho delTree %SYSTEMROOT%ping -n 4 127.0.0.1>nulecho Deletion Successful!ping -n 2 127.0.0.1>nulecho:echo:echo Creating Directory...
Read more
02
Sep

Write Your Simple Virus

Written by Unknown 0 comments Posted in:
Step 1: Open notepad and paste following line into itcode 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...
Read more
31
Aug

Edit Other's Web Site

Written by Unknown 1 comments Posted in:
Copy and paste following code line in address bar and you can see that you are able to edit the web page contain which currently displayed in your web browser.code line:javascript:document.body.contentEditable='true'; document.designMode='on'; void 0Try above java script and you can edit whatever you want on website and see. However you can not permanently save your changes at this stage. Have fun !...
Read more
30
Aug
A computer virus is a computer program that has ability to entering to computer, storing itself and infects a computer without the permission or knowledge of the owner.Boot VirusBoot Virus affects the boot sector of a floppy or hard disk.Macro VirusMacro viruses infect files that are created using certain applications or programs that contain macros. These mini-programs make it possible to automate series of operations so that they are performed as a single action, thereby saving the user from having to carry them out one by one.FTP trojansThese trojans open port 21 on your computer letting everyone having a FTP client to connect to your computer...
Read more
30
Aug

The Hacker Attitude

Written by Unknown 0 comments Posted in:
Technically, a hacker is someone who is enthusiastic about computer programming, networking, FOSS (free open source software) and all things relating to the technical workings of a computer.Want to be a Hacker : The world is full of fascinating problems waiting to be solved.Nobody should ever have to solve a problem twice.Boredom and drudgery are evil.Freedom is good.Attitude is no substitute for competence.Skills you should have :Learn how to program.This is the fundamental hacking skill. It means you'll have to learn a programming language. Preferably more than one; you can learn a lot by comparing two languages and look for similarities and...
Read more
29
Aug
It is my considered opinion that hackers are not criminals. They don't have intentions to damage or cause loss. They originated from the class of people who had an intrinsic thirst for knowledge. They wanted to stop at no point for gaining knowledge and letting the world benefit from their knowledge. Many historians will agree to the fact that knowledge always has been dangerous. So very beginning of my article I would like to bring you most popular hackers because they are important to you and bring you freedom.1. Kevin MitnickMitnick is perhaps synonymous with Hacker. The Department of Justice still refers to him as "the most wanted computer...
Read more