3v4l.org

run code in 300+ PHP versions simultaneously
<?php ?><?php $methods = openssl_get_cipher_methods(); $clefSecrete = "glop"; $bla = openssl_decrypt('5c7Zms7hW3y4e4gOCOjzfg==', $methods[51], $clefSecrete); print "<h1>Secure Password Manager v.0.9b</h1>"; print '<a href="index.php?logout">Logout</a>'; print "<h4>System Information:</h4>"; print "Ubuntu Linux 2.6.32-45-generic-pae<br>"; print "OpenSSH 5.3p1<br>"; print "MySql Version 14.14 Distrib 5.1.62 for Debian-Linux-GNU<br><br>"; ?> <table border=1 align="left"><tr><td align="center"> <?php print "SSH Credentials:<br>username: root:<br>password: <b>" . $bla . "</b>"; ?> </td> <td align="center"> <?php print "MySql Credentials:<br>username: root:<br>password: <b>12346</b>"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Uv0ot
function name:  (null)
number of ops:  25
compiled vars:  !0 = $methods, !1 = $clefSecrete, !2 = $bla
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'openssl_get_cipher_methods'
          1        DO_FCALL                                      0  $3      
          2        ASSIGN                                                   !0, $3
    3     3        ASSIGN                                                   !1, 'glop'
    4     4        INIT_FCALL_BY_NAME                                       'openssl_decrypt'
          5        SEND_VAL_EX                                              '5c7Zms7hW3y4e4gOCOjzfg%3D%3D'
          6        CHECK_FUNC_ARG                                           
          7        FETCH_DIM_FUNC_ARG                               $6      !0, 51
          8        SEND_FUNC_ARG                                            $6
          9        SEND_VAR_EX                                              !1
         10        DO_FCALL                                      0  $7      
         11        ASSIGN                                                   !2, $7
    5    12        ECHO                                                     '%3Ch1%3ESecure+Password+Manager+v.0.9b%3C%2Fh1%3E'
    6    13        ECHO                                                     '%3Ca+href%3D%22index.php%3Flogout%22%3ELogout%3C%2Fa%3E'
    7    14        ECHO                                                     '%3Ch4%3ESystem+Information%3A%3C%2Fh4%3E'
    8    15        ECHO                                                     'Ubuntu+Linux+2.6.32-45-generic-pae%3Cbr%3E'
    9    16        ECHO                                                     'OpenSSH+5.3p1%3Cbr%3E'
   10    17        ECHO                                                     'MySql+Version+14.14+Distrib+5.1.62+for+Debian-Linux-GNU%3Cbr%3E%3Cbr%3E'
   12    18        ECHO                                                     '%3Ctable+border%3D1+align%3D%22left%22%3E%3Ctr%3E%3Ctd+align%3D%22center%22%3E%0A'
   14    19        CONCAT                                           ~9      'SSH+Credentials%3A%3Cbr%3Eusername%3A+root%3A%3Cbr%3Epassword%3A+%3Cb%3E', !2
         20        CONCAT                                           ~10     ~9, '%3C%2Fb%3E'
         21        ECHO                                                     ~10
   16    22        ECHO                                                     '%3C%2Ftd%3E%0A%3Ctd+align%3D%22center%22%3E%0A'
   19    23        ECHO                                                     'MySql+Credentials%3A%3Cbr%3Eusername%3A+root%3A%3Cbr%3Epassword%3A+%3Cb%3E12346%3C%2Fb%3E'
   20    24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
220.08 ms | 1394 KiB | 13 Q