Tags: scraping 

Rating:

You arrive at a webpage. You click on `Page 1`, `Page 2`, and `Page 3`, but all you get are
random sequences of numbers.

1. Run [brute.py](https://github.com/lobcus/Cyber-Challenges/tree/master/XMas-CTF%202018/Santa's%20Lucky%20Number)

First, I noticed that `/?page=1` gets appended to the URL when clicking on `Page 1`, and
`/?page=2` gets appended to the URL when clicking on `Page 2`. So, brute.py scrapes URLs with
higher page numbers until it finds something on the webpage resembling `X-MAS`.