PentOpsVault @syztem4our666

PentOpsVault
Pentesting NetworksPentesting Ports

Port 135/MSRPC

Pentesting-Ports

Table of Contents

Port 135 (MSRPC)

We can do a null session enumeration to see if we can get any usernames using a tool named rpcclient.

rpcclient -N -U '' 10.10.189.115

Then we can enumerate users.

rpcclient -N -U '' 10.10.189.115 -c "enumdomusers"

On this page

Edit on GitHub