WhiteHat GrandPrix - 100 - Banh can - Web

Information#

Version#

By Version Comment
noraj 1.0 Creation

CTF#

Description#

http://web04.grandprix.whitehatvn.com

http://bakweb04.grandprix.whitehatvn.com:8118

Powered by People Security Academic - PSA

Solution#

TL;DR: Incomplete write-up.

Here is the home page:

Check the source code:

1
2
3
4
5
6
7
What's your name? I just want to say hello :)
<form>
<input name="hello" value="" />
<button type="submit">Send</button>
</form>

<!-- function hint() -->

So let's try the hint function: http://web04.grandprix.whitehatvn.com/?hint=.

1
2
3
$blacklist = array("system", "passthru", "exec", "read", "open", "eval", "backtick", "`", "_");

die("No no no hackers!!");

Submit#

Share