File scanssh.spec of Package scanssh
#
# spec file for package scanssh
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: scanssh
Version: 2.1.3.1
Release: 0
Summary: Fast SSH server and open proxy scanner
License: BSD-4-Clause
# original project: https://www.monkey.org/~provos/scanssh/
URL: https://github.com/ofalk/scanssh
Source: https://github.com/ofalk/scanssh/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: automake
BuildRequires: pkgconfig
BuildRequires: libdnet-devel
BuildRequires: pkgconfig(libpcap)
BuildRequires: pkgconfig(libevent)
%description
ScanSSH scans the given addresses and networks for running services. It mainly
detects open proxies and Internet services. For known services, ScanSSH will
query their version number and displays the results in a list.
%prep
%autosetup
%build
%configure
%make_build
%install
%make_install
%files
%license LICENSE
%doc Changelog README.md
%{_bindir}/scanssh
%{_mandir}/man1/scanssh.1.gz
%changelog