diff options
author | krion <krion@FreeBSD.org> | 2003-09-25 11:20:15 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-25 11:20:15 +0000 |
commit | 4c1bcad5fa13b7691edb35327b0384614486e1e9 (patch) | |
tree | 105f4373acf04bc20ac7079cbcb547e1545bd811 /security/Makefile | |
parent | 4c668549a0551c6003e69310fa56def90b29102f (diff) | |
download | FreeBSD-ports-4c1bcad5fa13b7691edb35327b0384614486e1e9.zip FreeBSD-ports-4c1bcad5fa13b7691edb35327b0384614486e1e9.tar.gz |
Doscan is a tool to quickly scan network for machines listening
on a TCP port. It can scan for Microsoft DCOM vulnerability.
PR: 57161
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 1ce4f73..5480de9 100644 --- a/security/Makefile +++ b/security/Makefile @@ -58,6 +58,7 @@ SUBDIR += digest SUBDIR += dirmngr SUBDIR += donkey + SUBDIR += doscan SUBDIR += dropbear SUBDIR += drweb SUBDIR += drweb-postfix |