Rating:

# Chandi Bot 5

- 83 Points / 207 Solves

## Background

How much do you know about RITSEC?

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401165213.png)

## Find the flag

**After some testing, I found there's a command called `/trivia`:**

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401165245.png)

**Command:**
```
/trivia RITSEC Trivia
```

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401165312.png)

After we entered that command, it'll prompt us some questions.

### Q: Who is the current President of RITSEC?

**We can go to their [website](https://www.ritsec.club/about.html) and found the current President:**

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401165438.png)

- Answer: `Bradley Harker`

### Q: When was RITSEC founded?

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401165508.png)

**In their [Twitter account](https://twitter.com/ritsecclub), we can see that it's "Joined August 2018":**

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401165658.png)

- Answer: `2018`

### Q: What year was the first version of ChandiBot featured in the RITSEC CTF?

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401165718.png)

Maybe 2022? I couldn't find any information about that, perhaps I'm weak in OSINT.

- Answer: `2022`

### Q: What was the original name of the RITSEC CTF?

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401170226.png)

**By looking through previous RITSEC CTF in [CTFtime](https://ctftime.org/ctf/170/), it's called RC3 CTF:**

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401170305.png)

- Answer: `RC3 CTF`

### Q: When was Sparsa founded?

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401170335.png)

**In the [RITSEC about page](https://www.ritsec.club/about.html), it's founded in 2002:**

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401170432.png)

- Answer: `2002`

### Q: What is RITSEC's main website?

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401170605.png)

**RITSEC main website is at `ritsec.club`:**

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401170624.png)

- Answer: `ritsec.club`

### Q: When was the first RITSEC CTF?

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401170701.png)

Let's go to [CTFtime](https://ctftime.org/ctf/170)!

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401170739.png)

- Answer: `2018`

### Q: When was the first ISTS

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401170802.png)

**After some Googling, I found the 12th annual of ISTS:**

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401171252.png)

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401171301.png)

**The 12th annual of ISTS is in 2015, so $$ 2015 - 12 = 2002 $$ year:**

- Answer: `2002`

### Q: When was RC3 founded?

**In [RITSEC about page](https://www.ritsec.club/about.html), it's founded at 2013:**

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401171708.png)

- Answer: `2013`

### Q: What is the name of the RITSEC Current Discord Bot?

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401171855.png)

If we join to [RITSEC Discord server](https://discord.com/invite/W7NefdyzHZ), it'll have a bot called "OBI"

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401172020.png)

- Answer: `OBII`

### Q: What is the name of RITSEC's CTF Team?

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401172145.png)

**In [CTFtime](https://ctftime.org/event/1860/), we see their team name:**

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401172230.png)

- Answer: `Contagion`

### Q: Who was the first President of RITSEC?

**Go to the [RITSEC about page](https://www.ritsec.club/about.html):**

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401172347.png)

- Answer: `Micah Martin`

## Flag

After answering all 10 questions, we can get the flag:

![](https://raw.githubusercontent.com/siunam321/CTF-Writeups/main/RITSEC-CTF-2023/images/Pasted%20image%2020230401172501.png)

- **Flag: `RS{TRIVIAL_TRIVIA_TRIUMPHS}`**

Original writeup (https://siunam321.github.io/ctf/RITSEC-CTF-2023/Chandi-Bot/Chandi-Bot-1-6/#chandi-bot-5).