This is the writeup for ievel 1 challenge in Pan Labyrenth CTF - Unix track. Download the original challenge file The given file is an obfuscated perl script. There are chunks of base64 strings which are decoded and appended to $a and then at last a huge chunk 0f base64 string is decoded and then eval-ed. Decoding the string to be evaluated, we can find more eval statements in it.