Main 1
Objectives
Do NOT enter your credentials below, these levels are here to test you. Find the correct details and proceed to the next level.
If you get stuck check out the hint, forum posts and articles shown in the help section on the left.
Solution
So we have a login screen and it specifically says the user name pass is no the same one was we use to login to the site.
lets check the HTML and see whats up.
hidden near the top of the HTML where its calling scripts is the following
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
Let's try in and out for the creds..
Completed
Cool onto main 2
Objectives
Do NOT enter your credentials below, these levels are here to test you. Find the correct details and proceed to the next level.
If you get stuck check out the hint, forum posts and articles shown in the help section on the left.
Solution
So we have a login screen and it specifically says the user name pass is no the same one was we use to login to the site.
lets check the HTML and see whats up.
hidden near the top of the HTML where its calling scripts is the following
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<!-- <script src="https://cdn.socket.io/socket.io-1.2.1.js"></script> -->
<!-- username: in, password: out -->
Let's try in and out for the creds..
Completed
Cool onto main 2
Comments
Post a Comment