Wednesday, October 26, 2022

[SOLVED] ipmitool : get user password

Issue

How is it possible to get the password of a specific user in IMPItool (ex : id = 5) when I have the root access ?

when I try to get all users :

ipmitool -I lanplus -H <IPADDR> -U root -P changeme user list

ID  Name    Callin  Link Auth  IPMI Msg   Channel Priv Limit

1   false   false      true       NO ACCESS

2   root    false   false      true       ADMINISTRATOR

....

5   user    true    true       true       Operator

Solution

Impossible to get the password of specific user in IPMITool.



Answered By - phoenix
Answer Checked By - Candace Johnson (WPSolving Volunteer)