ctf-writeup/2023/EKOPARTY CTF 2023/Quotes
daffainfo e6c48e50f1 feat: grouped the challs 2024-01-09 16:59:32 +07:00
..
images feat: grouped the challs 2024-01-09 16:59:32 +07:00
README.md feat: grouped the challs 2024-01-09 16:59:32 +07:00

README.md

Quotes

No one will ever think about haxor quotes with flags inside.

About the Challenge

There is a bot called BotServ which has many functions, such as being able to search for quotes, being able to display quotes, etc.

preview

How to Solve?

First, we need to search EKO in the quotes list using this command

/msg BotServ QUOTES SEARCH EKO

The result:

06:44 <Test> Hola QUOTES SEARCH EKO
06:44 <Test> BotServ Random quotes matching your query: 313337

Interesting, now we need to print the flag using the ID we just obtained using this command

/msg BotServ QUOTES #general get 313337

flag

EKO{b4s1c_search}