ternera Get In Touch

Get In Touch

Prefer using email? Say hello at hi [at] ternera . org
I can also be reached via private DM on Matrix.

A little something to get you started CTF by Hackerone

Welcome to my writeup series about the Hacker101 CTF by Hackerone! This challenge is called “A little something to get you started” and it is in the trivial category.

Upon launching this challenge, we are met with the text “Welcome to level 0. Enjoy your stay.”

Image 1

Checking the page source reveals some CSS that uses a background image called background.png.

1
<style> body { background-image: url(“background.png”); } </style>

We can manually append /background.png to the URL, which reveals the flag.

Image 2

Note: At no cost to you, we may earn a small commission from your purchases using affiliate links in this blog post. Want to learn more about cybersecurity? Check out the book Penetration Testing: A Hands-On Introduction to Hacking by Georgia Weidman!