PicoCTF
SPOILER
I don’t recommend you read this article before you actually try to solve some of the problems! Try your best first dude. You won’t learn anything if you just jump to the answer without any thinking.
Flag
Here’s my write-up of my solutions when I try to solve some of PicoCTF’s problems. You can use Ctrl+F
to search. I will try my best to explain my thought process. I actually solved some of them but I want to document my solution so that people know. The flag will be in the form of picoCTF{flag}.
Home Lab Revamp Part 8
Preface
Before my home lab came to a new leaf, it used to run an RSS Feed Aggregator. What is that? Well, RSS stands for Really Simple Syndication, it simplifies the process of viewing news. Normally, people visit website A (international), B (local), C (tech) to read news that matches their interest. However it can be grueling if you would like to visit 5, or even thousands of sites. Therefore, a good and helpful website would create an RSS Feed, an URL that you can put into an RSS Aggregator and the aggregator itself would compile all the updates new from various sites.
…