How to Crack Internet download manager

Step 1: Download the IDM From Here 

Run Silent Install in the folder  .now u can able to use IDM .. if u have any problem with any other IDM setup file . do the below steps
Step2: When you click on registration, Now a new dialog(window) appears that is asking for Name, Last Name, Email Address and Serial Key.
Step3: Now Enter you name, last name, email address and in field of Serial Key enter any of the following Keys:
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.
Step4: After you click ok, it will show an error message that you have registered IDM using fake serial key and IDM will exit. Now here the hack starts.
Step5: Now Go to C:\Windows\System32\drivers\etc\hosts

Step6: Now right click on hosts file and go to its properties, then go to security tab and then select your admin account, just below u will see an edit button (in front of change permissions), Now give the user full control and write and read rights and then click on apply and then click on Ok, now u will be able to edit the hosts file and save changes in it.

(1)



(2)



(3)



(4)




(5)


(6)


(7)



(8)




(9)




Step7: Now open hosts file openwith notepad file appears something like this as shown below:

Now copy the below lines of code and add to hosts file as shown below image box :

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


After adding these piece of code, save the notepad file. And exit from there.
Now start your Internet download manager, and now you IDM has been converted to full version and specially when you update next time, your registration will not expire.
That means it will remain full version for life time and you can update it without any problem in future.



Download Torrent Files with IDM

Downloading Torrent Files with IDM is a very good trick to increase your downloading speed (Especially when your torrent has very less seeds).
I already posted a Trick to download torrent files with IDM but unfortunately Torrific.com which is the key website in this trick is down now.
So I am re posting this trick because I have found a new website like Torrific.com that helps you in downloading torrent files with IDM.

We all use Torrent to download various kinds of files like songs,movies,books,software's and much more.The download speed of torrent depends on many factors like seeders,leeches,peers, Internet connection and much more.Sometimes you may face difficulty in downloading torrent files with less seeds which results in slow download.So here I got a trick to Download Torrent Files With IDM keep reading.


Download+torrent+files+with+idm

Advantages of downloading torrent files with IDM:

1.Internet Download Manager(IDM) is the best download manager and speeds up your overall download speed by 5 times.
2.Internet download manager speed doesn't depend on seeders,leeches etc,it only depends on your Internet connection. So, you can download torrent files with IDM without any difficulty if you have good net connection.
3.Downloading Torrent Files With IDM is really useful when you are downloading files with less seeds.

Steps To Download Torrent Files With IDM:

1.First go to Zbigz.com.
2.Signup for a free account there.
3.After the signup process is finished go to your torrent search engine and search for the file which you want to download.
4.Then download the torrent file from your desired torrent.
5.Now go to Zbigz.com.
6.There hit on upload and choose the torrent file which you have downloaded previously then hit Go.
7.After you hit go your torrent file will be downloaded by high speed servers and your file will be ready to download(If its a large file then wait for few minutes).
8.When you hit download button then a box will pop up asking the type of download which you want either free or premium.Go for free download.



9.That's it your download will be ready.

Hacking Websites Through Sql Injection

The Most Common Question People often ask from me related to hacking is How Hackers Hack our Websites. Today I am Telling You a Very Important Technique to Hack Websites With a Demo.The Technique i will use is Sql Injection.

SQL injection is a code injection technique that exploits a security vulnerability occurring in the database layer of an application (like queries). The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and thereby unexpectedly executed. It happens from using poorly designed query language interpreters.

Lets Start Hacking a Website.....

1.) When You Enter a Username and Password in a Website the query Which is fired is similar to :
Select * from Admin where username = 'ishan' and password = '123' ;

Here Admin is the table name and username,password are columns in the table.

Now I Supply values for username and password as 'ishan' and '123' and an error is produced.

Login Error


2.) Now Lets supply username= 1' or '1' = '1 and password = 1' or '1' = '1 and let's see what happen?

Website Hacked


Wallaaa The Website is Hacked......

3.) Now Lets Go back to Sql Query and see what happen if we replace 'ishan' and '123' with 1' or '1' = '1 , Then Query Becomes

Select * from Admin Where username = '1' or '1' = '1' and password = '1' or = '1' = '1'

Now as we know if any of the condition in or is true then statement is true therefore username and password may not be equal to '1' but '1' = '1', This is a Universal truth.Since Both Condition of And are true now therefore the whole select query becomes true and it returns the row...

4.) Now as we don't enter any valid username and password so Which row from admin table does the Select query will retrieve.Good Question?

It will retrieve the very first row of the table
Now The basic thing in this attack is that we have Fooled the Database by manipulating query..

5.) You Can try some more username and passwords to fool database:

  • admin'--

  • ') or ('a'='a

  • ”) or (“a”=”a

  • hi” or “a”=”a


Hope That You have liked this post and don't forget to +1 and recommend this site in right pane

Note :This is for Educational Purpose only. Don't try it to cause any harm to any website or its Database

DDOS Attack - A Beginners Tutorial

Today I will discuss an Advanced Attack to Deface a site. This Attack is used to stop functioning of a site so that no one can access it.

An Introduction to DDOS Attack


distributed denial-of-service attack (DDOS attack) is an attempt to make a computer resource unavailable to its intended users. One common method of attack involves sending an enormous amount of request to Server or site and server will be unable to handle the requests and site will be offline for some days or months depending upon the strength of Attack i.e. (Data Sent to the Site/Server)

Basic Procedure/Logic employed in DDOS :

1.) Open Command Prompt in windows by going to Start -> All Programs -> Accessories -> Command Prompt.

2.) Type "ping site-ip -l 5120 -n 100000 -w 1".

Here "site-ip" is the IP Address of Target, You can also use site-name like "www.google.com" instead of site-ip."5120" is the size of packet sent to the target Which is 5 KB in example. "100000" is the no of requests sent to the Target. "- w 1" is the waiting time after each request which is 1 sec in example. You can change these parameters according to your need, but Don't omit these.

This Attack is also called "Ping of Death"

But In Actual a Single Computer using this Attack cannot Deface a Site for long time. Hackers Create and install botnets on different computers as trojans and use those Comprised Computers also to send these Dummy Packets to Target. When a Large no of Compromised Computer send simultaneous Requests to the target, the target site will be offline and Defaced

Note: This is for educational purpose only Don't use to harm any Server or site and most important Don't use it on my site....

blog