1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

scanssh 1.2 is a utility which scans a subnet and reports on the

installed versions of SSH it finds.
This commit is contained in:
Kris Kennaway 2000-09-08 10:04:18 +00:00
parent e5f9da5743
commit 9f71558923
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32419
7 changed files with 29 additions and 0 deletions

View File

@ -87,6 +87,7 @@
SUBDIR += ruby-acl
SUBDIR += ruby-tcpwrap
SUBDIR += saint
SUBDIR += scanssh
SUBDIR += seahorse
SUBDIR += siphon
SUBDIR += skip

View File

@ -0,0 +1 @@
MD5 (scanssh.tar.gz) = bfded085a98cb78478147b882dbfab45

View File

@ -0,0 +1,11 @@
--- exclude.c.orig Fri Sep 8 02:53:19 2000
+++ exclude.c Fri Sep 8 02:53:34 2000
@@ -40,7 +40,7 @@
#include "exclude.h"
-char *excludefile = "exclude.list";
+char *excludefile = PREFIX "/share/scanssh/exclude.list";
struct exclude_list excludequeue;
struct exclude_list rndexclqueue;

View File

@ -0,0 +1,9 @@
--- Makefile.in.orig Thu Sep 7 08:36:00 2000
+++ Makefile.in Fri Sep 8 02:58:02 2000
@@ -1,5 +1,5 @@
# Thanks for Dug Song for configure magic.
-CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -Imissing -D_BSD_SOURCE
+CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -Imissing -D_BSD_SOURCE -DPREFIX=\"@prefix@\"
CC= @CC@
PROG= scanssh
BINOWN= root

View File

@ -0,0 +1 @@
Scanssh scans a subnet and reports the version of SSH installed

View File

@ -0,0 +1,3 @@
Scanssh scans a subnet and reports the version of SSH installed.
WWW: http://www.monkey.org/~provos/

View File

@ -0,0 +1,3 @@
bin/scanssh
share/scanssh/exclude.list
@dirrm share/scanssh