Skip to main content

How to Hack a Website with Basic HTML Coding


Steps

  1. 1
    Understand that this method won't work for most websites. Unless the website has been created using incredibly rudimentary HTML protection, passwords and login information will be stored in encrypted formats which aren't accessible by looking at the website's HTML.
  2. 2
    Open the website. In a web browser such as Chrome, Firefox, or Safari, go to the website that you want to attempt to hack.
  3. 3
    Go to the "Login" section. If the website has a dedicated login section, click the Log In or Sign In link to go to it.
    • If your website loads to a login screen (or if the login section is on the home page), you can skip this step.
  4. 4
    Open the website's source code. Each browser has a different way of doing this from the menu, but the easiest way to view your website's HTML code is by pressing either Ctrl+U (Windows) or  Command+U (Mac). This will open a new tab with the website's source code displayed.
    • If you're using Microsoft Edge, you'll have to click the Elements tab in the pop-out menu that appears in order to view the page HTML.
  5. 5
    Open the "Search" feature. On the source code tab, press either Ctrl+F(Windows) or  Command+F (Mac) to prompt a search bar to appear in the top-right corner of the window.
  6. 6
    Search for the login information. Type password into the search box, then scroll through the highlighted results. If you don't see any results, shorten the search to pass and repeat, then do the same with userusernamelogin, and other keywords which may describe login information.
    • If you're attempting to hack the website by logging in under the website's administrator credentials, the username may be something like "admin" or "root".
  7. 7
    Try entering an incorrect username and password combination. If you've combed through the HTML with no adequate search results, do the following:
    • Close the source tab.
    • Type in random letters for the username (or email address) and password fields.
    • Click the Log In button.
    • Re-open the source page by pressing Ctrl+U or  Command+U.
  8. 8
    Resume looking for login credentials. Once you've updated the source code to reflect what's on the failed login attempt page, you can resume using the search bar to look for keywords pertaining to the login information.
  9. 9
    Enter any found login credentials on the site. If you were able to retrieve some form of username and password from the website's HTML, try using the credentials in the website's login section. If they work, you've found the correct credentials.
    • Again, the chances of anything you found in the HTML working as a successful login are extremely low.

Comments

Popular posts from this blog

IMPORTANCE AND ADVANTAGES OF SIWES

STUDENTS INDUSTRIAL WORK EXPERIENCE SCHEME (SIWES) The Industrial Training/Students Industrial Work Experience Scheme, IT/SIWES is a new Directorate under the Vice-Chancellor’s Office.  It was established on 20th April, 2012 The Students Industrial Work Experience Scheme (SIWES) is a skills training programme designed to expose and prepare students of universities and other tertiary institutions for the Industrial Work situation they are likely to meet after graduation.  It is also a planned and structured programme based on stated and specific career objectives which are geared towards developing the occupational competencies of participants (Mafe, 2009).  Consequently, the SIWES programme is a compulsory graduation requirement for all Nigerian university students offering certain courses. The Students Industrial Work Experience Scheme (SIWES), is the accepted training programme, which

How to Reset HP Elitebook 8460p BIOS/Administrator Password

Have you  forgotten HP Elitebook 8460p password , bios or administrator account password? How to do if both of them lost? It seems hard though there may be lots of ways that can solve it. But if we talk about it separately, such as in two parts,  HP elitebook password reset  would be not so difficult. Part 1: Reset HP Elitebook 8460p BIOS password Part 2: HP Elitebook 8460p Administrator password recovery Part 1: How to Reset Forgotten HP Elitebook BIOS Password? Generally, there are two ways to  reset forgotten BIOS password .  One  is forcing BIOS/CMOS to reset itself to its stored defaults by removing all power from it.  The other  is to use a program to either locate or identify the password, and reveal it to you or erasing the password clearly. And the most easiest and convenient method for erasing dynamic BIOS/CMOS settings is to remove battery directly from the motherboard. However, it applies to most motherboards besides HP Elitebook BIOS. Fortunately, HP Eliteb

Ethical Hacking - TCP/IP Hijacking

TCP/IP Hijacking is when an authorized user gains access to a genuine network connection of another user. It is done in order to bypass the password authentication which is normally the start of a session. In theory, a TCP/IP connection is established as shown below − To hijack this connection, there are two possibilities − Find the seq which is a number that increases by 1, but there is no chance to predict it. The second possibility is to use the Man-in-the-Middle attack which, in simple words, is a type of network sniffing . For sniffing, we use tools like Wireshark or Ethercap . Example An attacker monitors the data transmission over a network and discovers the IP’s of two devices that participate in a connection. When the hacker discovers the IP of one of the users, he can put down the connection of the other user by DoS attack and then resume communication by spoofing the IP of the disconnected user. Shijack In practice, one of the best TCP/IP hijack too