Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 388 Bytes

rpc-enumeration-1.md

File metadata and controls

18 lines (12 loc) · 388 Bytes

RPC Enumeration

  • enumerate

    rpcclient -U '' -N <ip>

    then try enumdomusers,querydispinfo,etc.

  • Only users:

rpcclient -U "" <ip> -N -c "enumdomusers" | grep -oP '\[.*?\]' | grep "0x" -v | tr -d '[]' > userlist.txt
  • User info can be changed with setuserinfo. To change password:
setuserinfo christopher.lewis 23 'Admin!23'