Usage Tips:
- Click on a keyword to enable inline editing.
- Click inside a code block to copy (excludes comments).
- Use the button to view examples.
- Click outside to collapse all examples.
Windows RPC
# Show mappings
impacket-rpcmap 'ncacn_ip_tcp:<TARGET>'
Sample Output:
$ impacket-rpcmap 'ncacn_ip_tcp:10.10.10.213'
Impacket v0.12.0.dev1+20240730.164349.ae8b81d7 - Copyright 2023 Fortra
...[SNIP]...
Protocol: [MS-DCOM]: Distributed Component Object Model (DCOM) Remote
Provider: rpcss.dll
UUID: 99FCFEC4-5260-101B-BBCB-00AA0021347A v0.0
...[SNIP]...
# Get network interface without auth
python3 IOXIDResolver.py -t <TARGET>
Sample Output:
$ python3 IOXIDResolver.py -t 10.10.10.213
[*] Retrieving network interface of 10.10.10.213
Address: apt
Address: 10.10.10.213
Address: dead:beef::b885:d62a:d679:573f
Ref: IOXIDResolver