Enumeration
Mandatory
- Get a list of registered programs via rpcbind/v2 (previous portmapper!):
rpcinfo -p $target - Get a list of registered programs via rpcbind/3:
rpcinfo -s $target - If successful:
- Connect with the RPC console:
rpcclient -U "" $target - Enumerate with the queries on the RPC protocol post.
- Connect with the RPC console:
Optional
- Try to brute-force accounts (no lock here!)
- Try other enumeration tools from the RPC protocol post.
Leave a Reply
You must be logged in to post a comment.