Rating:

Here's the help menu for the discord bot.

![Image](https://github.com/Crypto-Cat/CTF/raw/main/ctf_events/2024/intigriti_24/misc/triage_bot2/images/0.PNG)

According to the `!news` command, there's a new `!read_report` command.

![Image](https://github.com/Crypto-Cat/CTF/raw/main/ctf_events/2024/intigriti_24/misc/triage_bot2/images/1.PNG)

However, we lack the permissions to use it..

![Image](https://github.com/Crypto-Cat/CTF/raw/main/ctf_events/2024/intigriti_24/misc/triage_bot2/images/2.PNG)

Let's try the rest of the commands.

![Image](https://github.com/Crypto-Cat/CTF/raw/main/ctf_events/2024/intigriti_24/misc/triage_bot2/images/3.PNG)

![Image](https://github.com/Crypto-Cat/CTF/raw/main/ctf_events/2024/intigriti_24/misc/triage_bot2/images/4.PNG)

![Image](https://github.com/Crypto-Cat/CTF/raw/main/ctf_events/2024/intigriti_24/misc/triage_bot2/images/5.PNG)

Not much functionality, apart from the cool AI generated images!

We need the `triage` role! We won't be able to give ourselves that role in the intigriti discord server. So we need to invite the bot to our own server, where we can assign ourselves the role.

![Image](https://github.com/Crypto-Cat/CTF/raw/main/ctf_events/2024/intigriti_24/misc/triage_bot2/images/6.PNG)

Now, we can read reports.

![Image](https://github.com/Crypto-Cat/CTF/raw/main/ctf_events/2024/intigriti_24/misc/triage_bot2/images/7.PNG)

It appears to give a random one each time. What if we specify an ID?

![Image](https://github.com/Crypto-Cat/CTF/raw/main/ctf_events/2024/intigriti_24/misc/triage_bot2/images/8.PNG)

Interesting! How about ID `0`?

![Image](https://github.com/Crypto-Cat/CTF/raw/main/ctf_events/2024/intigriti_24/misc/triage_bot2/images/9.PNG)

We have the flag!

Flag: `INTIGRITI{4n07h3r_y34r_4n07h3r_7r1463_b07}`

Original writeup (https://crypto-cat.gitbook.io/ctf-writeups/2024/intigriti/misc/triage_bot).