Level 7 - Timing Attack

Challenge: http://suninatas.com/challenge/web07/web07.asparrow-up-right

Level_7.png

In the middle of the page there's YES button, but if we click it we get prompt that we are too slow..

    <form method="post" action="./web07_1.asp" name="frm">
        <div align="center">
            <input type="button" name="main_btn" value="main" style="width: 60" onclick="location.href = '/'">&nbsp&nbsp&nbsp
            <input type="button" name="main_btn" value="Back" style="width: 60" onclick="history.back()">
        </div>
        <div align="center">
            <input type="hidden" name="web07" value="Do U Like girls?">
        </div>
        <div align="center">
            <img src="./iu.gif" width="700" height="1000" name="iu">
        </div>
        <br>
        ...
        <br>
        <div align="center">
            <input type="submit" value="YES">
        </div>
        <br>
        ...
        <br>
        <div align="center">
            <img src="./yoona.gif" alt="yoona" width="700" height="1000">
        </div>
    </form>
</body>

<!-- Hint : Faster and Faster -->
<!-- M@de by 2theT0P -->

view-source:suninatas.com/challenge/web07/web07_1.asparrow-up-right

Note: Commands are in powershell

Execute quickly so just paste and spam enter, lol

More mature approach would be something like:

Authkey: G0Od d@y

Last updated