> For the complete documentation index, see [llms.txt](https://j0luuuu.gitbook.io/ctf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://j0luuuu.gitbook.io/ctf/kpmg-ctf-2023/hidden-network-quest.md).

# Hidden-Network-Quest

## Description

> Your mission is to navigate the vast expanse of the internet and unravel the mystery concealed within the depths of the digital world. For a start, find out who is Aditya Kashinath.

## Solution

* Google search: `Aditya Kashinath`
* Visit the LinkedIn profile
* Scroll down to `Summary`
* We get a base64 encoded string: `S1BNR19DVEZ7YzJlYjkyYjlmNDY2NmViNTU1MTJjYWJmNGFjNDlkNmV9`
* Decoding the string gives us the flag.
* Flag:\
  `KPMG_CTF{c2eb92b9f4666eb55512cabf4ac49d6e}`
