Results 1 to 6 of 6
  1. #1
    1an215's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    0

    Exclamation What is this ???

    0f36b9b83dc0ae0779051005f024bb83
    ______________________________________

    That is a value to a password I assume

    This is the original code, can you figure out what the password is off of this?
    ______________________________________
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>
    <link rel="shortcut icon" href="/favicon.ico" />
    <link rel="stylesheet" type="text/css" media="screen" href="/css/main.css" />
    <script type="text/javascript">
    function EmpIdFoc()
    {
    if(document.getElementById("moat_password") != null)
    {
    document.getElementById("moat_password").focus();
    }

    if(document.getElementById("studentLogin_EmployeeI D") != null)
    {
    document.getElementById("studentLogin_EmployeeID") .focus();
    }

    }
    </script>
    </head>
    <body onload="EmpIdFoc()">
    <div id="container">
    <div id="content_frontend">
    <form action="login" method="post"> <table>
    <tr>
    <th><label for="moat_password">Password</label></th>
    <td> <ul class="error_list">
    <li>Invalid.</li>
    </ul>
    <input type="password" name="moat[password]" id="moat_password" /><input type="hidden" name="moat[_csrf_token]" value="0f36b9b83dc0ae0779051005f024bb83" id="moat__csrf_token" /></td>
    </tr>
    <tr>
    <td colspan="2">
    <p>This page is for the Excel Lab administrators only.<br />If you are a student, please ask the lab administrator for assistance.</p>
    </td>
    </tr>
    <tr>
    <td colspan="2">
    <input type="submit" value="Submit" />
    </td>
    </tr>
    </table>
    </form> </div>
    <div class="decRectBot"></div>
    </div>
    </body>
    </html>

  2. #2
    R3Dx666†'s Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Steam: MrTricklez
    Posts
    1,723
    Reputation
    141
    Thanks
    2,913
    My Mood
    Devilish
    my guess would be "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"

  3. #3
    1an215's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    0
    No the password, what is it?

  4. #4
    Instrumental's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    Global
    Posts
    1,220
    Reputation
    59
    Thanks
    833
    My Mood
    Cheerful
    HTML code(main structure) with JAVA script

  5. #5
    Nachos's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Between Equator and The North Pole
    Posts
    2,984
    Reputation
    176
    Thanks
    919
    My Mood
    Blah
    "0f36b9b83dc0ae0779051005f024bb83" That is a hash, MD5 I think.

    Hashes is a way of encrypting a data/text string so they can't be decrypted. The only way to "crack" them is with brute force or if you can't find them on some of the online has databases.

    That explanation is shitty and lacking, Wikipedia can help you further: Hash function - Wikipedia, the free encyclopedia


    The lines in my Steam are i's

  6. #6
    Sjoerd's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    Aurora Borealis
    Posts
    16,918
    Reputation
    1272
    Thanks
    2,097
    My Mood
    Hot
    you have to know the hash type noob =ppppppppp







Similar Threads

  1. What does this mean?
    By poon hacker in forum Debate Fort
    Replies: 3
    Last Post: 12-27-2007, 07:35 PM
  2. What does this mean?
    By sb1hng in forum WarRock - International Hacks
    Replies: 10
    Last Post: 12-13-2007, 01:40 PM
  3. What's this mean?
    By Merforga in forum WarRock Korea Hacks
    Replies: 2
    Last Post: 10-21-2007, 01:59 PM
  4. What's this???
    By Darky in forum WarRock Korea Hacks
    Replies: 3
    Last Post: 07-04-2007, 04:28 PM
  5. What Is This Place
    By i eat trees in forum WarRock Skinning
    Replies: 4
    Last Post: 05-28-2006, 10:05 AM