3v4l.org

run code in 300+ PHP versions simultaneously
<?php ?><?php $bla = openssl_decrypt('5c7Zms7hW3y4e4gOCOjzfg==', 'aes-192-cfb8', glop); print "SSH Credentials:<br>username: root:<br>password: <b>" . $bla . "</b>"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/aEObF
function name:  (null)
number of ops:  11
compiled vars:  !0 = $bla
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'openssl_decrypt'
          1        SEND_VAL_EX                                              '5c7Zms7hW3y4e4gOCOjzfg%3D%3D'
          2        SEND_VAL_EX                                              'aes-192-cfb8'
          3        FETCH_CONSTANT                                   ~1      'glop'
          4        SEND_VAL_EX                                              ~1
          5        DO_FCALL                                      0  $2      
          6        ASSIGN                                                   !0, $2
    3     7        CONCAT                                           ~4      'SSH+Credentials%3A%3Cbr%3Eusername%3A+root%3A%3Cbr%3Epassword%3A+%3Cb%3E', !0
          8        CONCAT                                           ~5      ~4, '%3C%2Fb%3E'
          9        ECHO                                                     ~5
    4    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.38 ms | 1397 KiB | 13 Q