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:
parent
e5f9da5743
commit
9f71558923
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32419
@ -87,6 +87,7 @@
|
||||
SUBDIR += ruby-acl
|
||||
SUBDIR += ruby-tcpwrap
|
||||
SUBDIR += saint
|
||||
SUBDIR += scanssh
|
||||
SUBDIR += seahorse
|
||||
SUBDIR += siphon
|
||||
SUBDIR += skip
|
||||
|
1
security/scanssh/distinfo
Normal file
1
security/scanssh/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (scanssh.tar.gz) = bfded085a98cb78478147b882dbfab45
|
11
security/scanssh/files/patch-aa
Normal file
11
security/scanssh/files/patch-aa
Normal 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;
|
||||
|
9
security/scanssh/files/patch-ab
Normal file
9
security/scanssh/files/patch-ab
Normal 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
|
1
security/scanssh/pkg-comment
Normal file
1
security/scanssh/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Scanssh scans a subnet and reports the version of SSH installed
|
3
security/scanssh/pkg-descr
Normal file
3
security/scanssh/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Scanssh scans a subnet and reports the version of SSH installed.
|
||||
|
||||
WWW: http://www.monkey.org/~provos/
|
3
security/scanssh/pkg-plist
Normal file
3
security/scanssh/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/scanssh
|
||||
share/scanssh/exclude.list
|
||||
@dirrm share/scanssh
|
Loading…
Reference in New Issue
Block a user