diff options
author | krion <krion@FreeBSD.org> | 2003-09-25 19:20:15 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-25 19:20:15 +0800 |
commit | 4c1bcad5fa13b7691edb35327b0384614486e1e9 (patch) | |
tree | 105f4373acf04bc20ac7079cbcb547e1545bd811 /security/doscan/files | |
parent | 4c668549a0551c6003e69310fa56def90b29102f (diff) | |
download | freebsd-ports-gnome-4c1bcad5fa13b7691edb35327b0384614486e1e9.tar.gz freebsd-ports-gnome-4c1bcad5fa13b7691edb35327b0384614486e1e9.tar.zst freebsd-ports-gnome-4c1bcad5fa13b7691edb35327b0384614486e1e9.zip |
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/doscan/files')
-rw-r--r-- | security/doscan/files/patch-src::subnets.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/doscan/files/patch-src::subnets.c b/security/doscan/files/patch-src::subnets.c new file mode 100644 index 000000000000..59a4b80cac6d --- /dev/null +++ b/security/doscan/files/patch-src::subnets.c @@ -0,0 +1,10 @@ +--- src/subnets.c.orig Wed Sep 24 13:28:27 2003 ++++ src/subnets.c Wed Sep 24 13:29:59 2003 +@@ -37,7 +37,6 @@ + + #include <stdio.h> + #include <stdlib.h> +-#include <malloc.h> + + static ipv4_prefix_t *subnets = 0; + /* list of subnets, terminated by the 0/0 prefix */ |