Passwords and base64


SimonF

Recommended Posts

$password  = isset($cfg['PASSWORD'])  ? htmlspecialchars($cfg['PASSWORD'])  : '';


$netopts = ($netsvc === 'enable') ? '--always-prefix -h '.escapeshellarg($ipaddr).' -u '.escapeshellarg($user).' -p '. escapeshellarg(base64_decode($password))." --session-timeout=5000 --retransmission-timeout=1000" : '';

This code in ipmi plugin is failing on RC4, maybe other 6.10RCs Works fine on 6.9.2 any idea on what would need to be change for it to work on 6.10? what should this be replace with? base64_decode($password)

 

image.png.eaddb7535a926405a455088191868d3c.png

Link to comment
  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.