Basic 24
well I've read all the topics about this level but can't figure out how to solve it… I've tried forcing the bot to say the command on a new line (CR injection) using A**II codes and the common used encryption for it, but it doesn't seem to work.
I've read somewhere that IRC uses those "special" A**II numbers for other things like making text bold and such, but found nowhere what number is used for new line and crr. rt*rn.
so any hints?
ludis wrote: I've tried forcing the bot to say the command on a new line (CR injection) using A**II codes and the common used encryption for it, but it doesn't seem to work.
CR = CSRF? Do you mean CRLF?
Try to find a way to inject a CRLF to get the bot to execute a command for you. Then you'll also need to work out what command to get the bot to execute. (Hint - it's not the kind of command you type into an IRC client)
Edited to not give so much away