rpcmap.py
all
Lookup listening MSRPC interfaces using a string binding (e.g., `ncacn_ip_tcp:host[port]`). Part of the Impacket suite.
More info →Examples (8)
Connect to an MSRPC interface using a string binding (e.g., `ncacn_ip_tcp:host[port]`)
rpcmap.py stringbindingBruteforce UUIDs even if the MGMT interface is available
rpcmap.py -brute-uuids stringbindingBruteforce operation numbers (opnums) for discovered UUIDs
rpcmap.py -brute-opnums stringbindingBruteforce major versions of found UUIDs
rpcmap.py -brute-versions stringbindingSpecify a target IP address manually
rpcmap.py -target-ip ip_address stringbindingAuthenticate to the RPC interface with username and password
rpcmap.py -auth-rpc domain/username:password stringbindingAuthenticate using NTLM hashes for RPC
rpcmap.py -hashes-rpc LMHASH:NTHASH stringbindingEnable debug output for verbose information
rpcmap.py -debug stringbindingmade by @shridhargupta | data from tldr-pages