The FreeBSD Ports Archive
FreeBSD security : dcetest4>
Utility to dump MSRPC endpoint information from Windows systems
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)
http://www.atstake.com/research/tools/info_gathering/
|
dcetest history
v. 1.4
date: 2005/02/16 14:28:08; author: vs; state: Exp; lines: +6 -8
- Chase master site
- Cleanup Makefile a bit (me)
PR: ports/77552
Submitted by: "Jonatan B" (maintainer)
v. 1.3
date: 2004/11/14 22:26:09; author: pav; state: Exp; lines: +2 -2
- Update maintainer's email address
PR: ports/73939
Submitted by: Yonatan (maintainer)
v. 1.2
date: 2003/09/24 09:36:57; author: osa; state: Exp; lines: +1 -1
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev
PR: 56998
v. 1.1
date: 2003/09/04 13:57:33; author: edwin; state: Exp;
new port: dump MSRPC information
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
=============================================================================
v. 1.4
date: 2005/02/16 14:28:08; author: vs; state: Exp; lines: +6 -8
- Chase master site
- Cleanup Makefile a bit (me)
PR: ports/77552
Submitted by: "Jonatan B" (maintainer)
v. 1.3
date: 2004/11/14 22:26:09; author: pav; state: Exp; lines: +2 -2
- Update maintainer's email address
PR: ports/73939
Submitted by: Yonatan (maintainer)
v. 1.2
date: 2003/09/24 09:36:57; author: osa; state: Exp; lines: +1 -1
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev
PR: 56998
v. 1.1
date: 2003/09/04 13:57:33; author: edwin; state: Exp;
new port: dump MSRPC information
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
=============================================================================
v. 1.4
date: 2005/02/16 14:28:08; author: vs; state: Exp; lines: +6 -8
- Chase master site
- Cleanup Makefile a bit (me)
PR: ports/77552
Submitted by: "Jonatan B" (maintainer)
v. 1.3
date: 2004/11/14 22:26:09; author: pav; state: Exp; lines: +2 -2
- Update maintainer's email address
PR: ports/73939
Submitted by: Yonatan (maintainer)
v. 1.2
date: 2003/09/24 09:36:57; author: osa; state: Exp; lines: +1 -1
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev
PR: 56998
v. 1.1
date: 2003/09/04 13:57:33; author: edwin; state: Exp;
new port: dump MSRPC information
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
=============================================================================
|
| |

|