What is the Linux administrator doing with the commands below?
$ rpcclient -U fezzik florin
rpcclient $> lsaenumsid
What is the Linux administrator doing with the commands below?
$ rpcclient -U fezzik florin
rpcclient $> lsaenumsid
The command 'lsaenumsid' in rpcclient on a Linux system is used to enumerate SIDs (Security Identifiers) of all users defined locally on the target server. This means the administrator is identifying all the SIDs available on the target server.
Answer is D