Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 379 Bytes

reload.md

File metadata and controls

9 lines (5 loc) · 379 Bytes

Reload

On viewing the page source, we can see the text embedded "You are the xxxth visitor to this page. Every five hundredth visitor gets a prize."

So we can figure out that we need to reload this page that many times and we'll probably get the flag. Can you figure out a way to do that?


Hint : the requests library of python can make this task easy for you.