Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 466 Bytes

1 A little something to get you started.md

File metadata and controls

27 lines (21 loc) · 466 Bytes

A little something to get you started

Flag 0

Get the source code by inspecting or curl.

curl https://xxxxxxxxxx.ctf.hacker101.com/
.
.
<style>
    body {
        background-image: url("background.png");
    }
</style>
.
.

The presence of bg image for a page with white bg seems suspicious. Go to the background.png using browser or curl, and there's the flag.

curl https://xxxxxxxxxx.ctf.hacker101.com/background.png