Exporting the Weak Password Dictionary (weakpwddic -v export)
Function
The weakpwddic -v export command is used to export the weak password dictionary of the iBMC.
Format
ipmcset -t user -d weakpwddic -v export <filepath | file_URL>
Parameters
Parameter |
Description |
Value |
---|---|---|
filepath |
Directory for storing the weak password dictionary in the iBMC file system. |
An absolute directory, for example /tmp/weakpwddictionary. |
file_URL |
Directory for storing the weak password dictionary on a remote device. |
The format is as follows: protocol://[username:password@]IP:[port]/directory/filename Where,
Example value: https://root:Huawei12#$@10.10.10.1:443/tmp/ weakpwddictionary |
Usage Guidelines
Only the administrators and the custom users with security management rights can export the weak password dictionary.
To view the weak password dictionary, use a file transfer tool supporting SFTP (for example WinSCP) to transfer the weakpwddictionary file from /tmp to the local PC.
Example
# Export the weak password dictionary.
iBMC:/-> ipmcset -t user -d weakpwddic -v export /tmp/weakpwddictionary Export weak password dictionary successfully.