How to Hack A Website Using Basic HTML



If you have basic HTML and JavaScript knowledge, you may be able to access password protected websites. This article will give you an easy method to hack simple, less-secured websites of your choice simply through HTML. Use it responsibly.

Note: This basic method works only for websites with extremely low security barriers. Websites with robust security details will not be susceptible to this kind of simple attack.

Basic steps to hack a website.

Step 1) 
Open the site you want to hack. Provide wrong username/password 
combination in its log in form. (e.g. : Username : me and 
Password: ' or 1=1 --)An error will occur saying wrong 
username-password. Now be prepared your experiment starts from here.

Step 2) 
Right click  anywhere on the error page and click on the view source

Step 3) 
View the source code. There you can see the HTML coding with 
JavaScript.There you find something like
this....<_form action="...Login....">• Before this login 
information copy the URL of the site in which
you are. (e.g. :"< _form..........action=http://www.targetwebsite.com/login.......>").This address line code is in the line number 175.

Step 4) 
Delete the JavaScript from the above that validates your 
information in the server. Do this very carefully.—Your success 
in hacking the site depends upon how efficiently you delete the 
java script code that validates your account information.

the java script looks like
                            <script>
                                                 frmLogin.txtUsername.focus();
                             </script>
no need to worry where the code is,just see at the line number 276.You will finding the code which is in the java script

Step 5) 
Take a close look for "<_input name="password" type="password">"
[without quotes] -> replace "<_type=password>" with "<_type=text>".
See there if maximum length of password is less than 11 then increase it to 11 (e.g. : if then write ).

Step 6)
Now go to file and click on save as and save wherever you want in your computer with the extension.html(eg.c:\devil.html).

Step 7)
 Reopen your target web page by double clicking 'devil.html' file that you saved in your hard disk earlier.• You see that some changes in current page as compared to original One. Don't worry.

Step 8)
Provide any username [e.g.: hacker] and password [e.g.:' or 1=1 --] .You have successfully cracked the above website and entered into theaccount of List user saved in the server's database.Now you have successfully hacked a website.Make sure that you'r not submitting own address.So friends byfollowing the above steps you can hack a website which is ofverylowsecurity.Facebook and other website cannot be hacked by this method.


1 comment:

  1. This comment has been removed by a blog administrator.

    ReplyDelete

Powered by Blogger.