Posts Tagged ‘basic

17
Aug
08

Hack This Site basic 5

This mission is very easy, especially if you are using firefox and the “Tamper data” add-on. All you have to do to pass this mission is to modify the hidden “to” field in the first form on the page (you can see it by viewing the source of the web page Ctrl + U under firefox), and to do this open Tamper data (Tools -> Tamper data), then hit the “Start tamper” button. Now, go back the to mission page and click on the “Send password to Sam” button

tamper

click on the “Tamper” button

HTS Basic 5

now throw in any email address you want, once done you will get Sam’s password, enter it, congratz you’ve completed the 5th basic mission of HTS.

13
Aug
08

Hack This Site Basic 3

On this 3rd mission, which is fairly easy, the network security guy Sam, has remembered to upload the password file, but don’t worry, as the mission briefing says there is a “deeper problem”, by deeper they meant that you have to look at the source of the page ( Firefox shortcut: Ctrl + u ), and after looking at the source you should find this:

hidden form field

As you can see there is a hidden form field that has the name “file” and it’s value is “password.php”, now let’s take a look at the “password.php” file, we’ll do this by appending the file name to the current page URL which is :

http://www.hackthissite.org/missions/basic/3/

to this :

http://www.hackthissite.org/missions/basic/3/password.php

From now all you have to do is copy/paste the password and hit the submit button, Congratz, you have completed the third mission.