Sunday 10 March 2013

How to Hack a Website with Basic HTML Coding



Hack a Website with Basic HTML Coding

This article has been nominated for deletion with the reason of:


"Universally illegal. This article's content may be illegal in most countries". 


Please comment on the discussion page as to whether it meets our criteria for deletion. Continuededits are appreciated, but please do not remove this tag. This article will be reviewed 1 to 2 weeks after 2013-03-06.
If you have the HTML and JavaScript knowledge then you can access password protected websites. So you want to know how...Keep reading...

EditSteps

  1. 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.
  2. 2
    Right click anywhere on that error page =>> go to view source.
  3. 3
    There you can see the HTML coding with JavaScript.• There you find somewhat 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.......>")
  4. 4
    Then delete the JavaScript from the above that validates your information in the server.(Do this very carefully, your success to hack the site depends upon this i.e. how efficiently you delete the java scripts that validate your account information)
  5. 5
    Then take a close look for "<_input name="password" type="password">"[without quotes] -> replace "<_type=text> “there instead of "<_type=password>". See there if maximum length of password is less than 11 then increase it to 11 (e.g. : if then write )
  6. 6
    Just go to file => save as and save it anywhere in your hard disk with ext.html(e.g.: c:\chan.html)
  7. 7
    Reopen your target web page by double clicking 'chan.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.
  8. 8
    Provide any username [e.g.: hacker] and password [e.g.:' or 1=1 --] You have successfully cracked the above website and entered into the account of List user saved in the server's database.

EditWarnings

  • Do the coding and changes very carefully, your success to hack the site depends upon this i.e. how efficiently you delete the java scripts that validate your account information.

No comments:

Post a Comment