How to Hack a Website with Basic HTML Coding

Open the site you want to hack., Right click anywhere on that error page =>> go to view source. , View the source code., Delete the JavaScript from the above that validates your information in the server., Take a close look for ""-> replace "" with...

8 Steps 1 min read Medium

Step-by-Step Guide

  1. Step 1: Open the site you want to hack.

    Provide wrong username and wrong password combination in its log in form. (e.g. :
    Username : me and Password: ' or 1=1
    --) An error will occur saying wrong username and wrong password.

    Now be prepared because your experiment starts from here.
  2. Step 2: Right click anywhere on that error page =>> go to view source.

    , 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:") , 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. , See there if maximum length of password is less than 11 then increase it to 11 (e.g. : if then write ). ,: c:\chan.html). , You see that some changes in current page as compared to original One.

    Don't worry. ,
  3. Step 3: View the source code.

  4. Step 4: Delete the JavaScript from the above that validates your information in the server.

  5. Step 5: Take a close look for "<_input name="password" type="password">"-> replace "<_type=password>" with "<_type=text>".

  6. Step 6: Go to file => save as and save it anywhere in your hard disk with ext.html (e.g.

  7. Step 7: Reopen your target web page by double clicking 'chan.html' file that you saved in your hard disk earlier.

  8. Step 8: Provide any username and password You have successfully cracked the above website and entered into the account of List user saved in the server's database.

Detailed Guide

Provide wrong username and wrong password combination in its log in form. (e.g. :
Username : me and Password: ' or 1=1
--) An error will occur saying wrong username and wrong password.

Now be prepared because your experiment starts from here.

, 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:") , 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. , See there if maximum length of password is less than 11 then increase it to 11 (e.g. : if then write ). ,: c:\chan.html). , You see that some changes in current page as compared to original One.

Don't worry. ,

About the Author

M

Michael Foster

Dedicated to helping readers learn new skills in hobbies and beyond.

84 articles
View all articles

Rate This Guide

--
Loading...
5
0
4
0
3
0
2
0
1
0

How helpful was this guide? Click to rate: