<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>starter on Osiriz</title><link>https://osiriz.dev/tags/starter/</link><description>Recent content in starter on Osiriz</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Wed, 14 Dec 2022 10:30:00 +0100</lastBuildDate><atom:link href="https://osiriz.dev/tags/starter/index.xml" rel="self" type="application/rss+xml"/><item><title>NC3CTF 2022 Starter Challenges</title><link>https://osiriz.dev/posts/2022/12/nc3ctf-2022-starter-challenges/</link><pubDate>Wed, 14 Dec 2022 10:30:00 +0100</pubDate><guid>https://osiriz.dev/posts/2022/12/nc3ctf-2022-starter-challenges/</guid><description>Base64 We are given the following string:
bmMze3dvd19iYXNlNjRfZXJfdmlsZHRfbm9rfQ== We can decode the base64 in a shell with the base64 command:
$ echo &amp;#34;bmMze3dvd19iYXNlNjRfZXJfdmlsZHRfbm9rfQ==&amp;#34; | base64 -d nc3{wow_base64_er_vildt_nok} We have now got the flag
Regler We are asked to read the ctf rules, when we do so we find the flag at the bottom:
nc3{Tak_fordi_du_kiggede_paa_reglerne} Strings We are given a file called strings that is 16 KB and a ELF executable:</description></item></channel></rss>