Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

Basic 24


ghost's Avatar
0 0

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?


starofale's Avatar
Member
0 0

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