0% found this document useful (0 votes)
670 views

How To Hack Website Using Basic HTML & Javascript Knowedge

The document provides steps to hack basic websites with low security through HTML and JavaScript modifications by removing validation code and changing password fields. The steps include accessing a login page, viewing the source code, removing JavaScript validation, changing password fields, and logging in with test credentials.

Uploaded by

javier cardenas
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
670 views

How To Hack Website Using Basic HTML & Javascript Knowedge

The document provides steps to hack basic websites with low security through HTML and JavaScript modifications by removing validation code and changing password fields. The steps include accessing a login page, viewing the source code, removing JavaScript validation, changing password fields, and logging in with test credentials.

Uploaded by

javier cardenas
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

HOW TO HACK

WEBSITE USING BASIC How to access

HTML & JAVASCRIPT


password protected
website.

KNOWEDGE
If you have basic knowledge of HTML & JavaScript, You may access to
password protected websites. This Document will give you an easy method
to hack simple, less secured websites of your choice simply through HTML.
How to hack website with basic html
coding?
If you have HTML and JavaScript knowledge you may be able to
access password protected websites. This document will give you
an easy method to hack simple, less secured websites of your
choice simply through HTML
Note: This basic method work for websites with
extremely low security barriers. Website with robust
security details will not be susceptible to this kind of
attack.
Step 1: Open the website you want to hack. Provide wrong
username & password combination in its log in form (e.g.
Username: me & Password: ‘ or 1=1 --). An error will occur saying
wrong user name and password.
Step 2: Right click on anywhere on that error page and then click
on view source.
Step 3: In the view page window 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.
Step 4: Delete the JavaScript from the above that validates your
information in the server. Do this very carefully, your success of
hacking the website depends upon how efficiently you delete the
JavaScript code that validated your account information.
Step 5: Take a closer look for <input name=”password”
type=”password”> and replace type=password with type=text in
the input tag. See if the maximum length of password is less
than 11 then increase it to 11.
Step 6: Go to files and save it as anyname.html
Step 7: Re-open the target webpage that you have saved in you
computer. You see some changes in current webpages as
compared to original website, but 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 the account of list user save in the server database.

Warning: Do this coding & changes very carefully


because your success to hack website depends upon
this i.e. how efficiently you delete the JavaScript that
validates your account information.
THACK YOU
GUIDE BY HACKER_522

You might also like