b45d036f4c
One-file-port, from @stake. This dumps information from remote RPC. Much like "rpcinfo -p host" on unix hosts. Please check my patches: I removed an unused function so this wouldn't be marked as a security sensitive port, and I'm not sure my Makefile change respects CFLAGS. PR: ports/46991 Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
8 lines
408 B
Text
8 lines
408 B
Text
This little utility dumps MSRPC endpoint information from Windows
|
|
systems. Similar to the rpcdump program from Microsoft, but does not
|
|
need a DCE stack and so runs on Unixes. dcetest can be very useful
|
|
once inside a DMZ to fingerprint Windows machines on the network.
|
|
dcetest operates over TCP port 135. (Think of it as rpcinfo -p against
|
|
Windows)
|
|
|
|
WWW: http://www.atstake.com/research/tools/info_gathering/
|