Blob Blame History Raw
Name:			scanssh
Summary:		Fast SSH server and open proxy scanner

Version:		2.1
Release:		10%{?dist}

Group:			Applications/Internet
License:		BSD with advertising
URL:			http://monkey.org/~provos/scanssh/
Source0:		http://monkey.org/~provos/%{name}-%{version}.tar.gz
Patch0:			scanssh-2.1-hide.patch

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	libpcap-devel, libevent-devel, libdnet-devel

%description
ScanSSH supports scanning a list of addresses and networks for open proxies,
SSH protocol servers, Web and SMTP servers. Where possible ScanSSH, displays
the version number of the running services. ScanSSH protocol scanner supports
random selection of IP addresses from large network ranges and is useful for
gathering statistics on the deployment of SSH protocol servers in a company
or the Internet as whole.

%prep
%setup -q
%{?_with_hidescan:%patch0 -p1}

%build
%configure
%{__make} %{?_smp_mflags} CFLAGS="-Wall $RPM_OPT_FLAGS"


%install
rm -rf $RPM_BUILD_ROOT
%{__make} install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README
%{_bindir}/scanssh
%{_mandir}/man1/scanssh*

%changelog
* Wed Aug 22 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.1-10
- License clarification

* Wed Oct 04 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> 2.1-9
- Bump-n-build

* Tue Sep 19 2006 Patrick "Jima" Laughton <jima@beer.tclug.org>	- 2.1-8
- I suppose I need to port this one to FC6 now, huh?

* Tue Sep 19 2006 Patrick "Jima" Laughton <jima@beer.tclug.org>	- 2.1-7
- Bump for FC6 rebuild

* Mon Nov 14 2005 Oliver Falk <oliver@linux-kernel.at>		- 2.1-6
- Rebuild

* Thu Aug 11 2005 Oliver Falk <oliver@linux-kernel.at>		- 2.1-5
- Make hidescan patch not applied by default, use
  --define 'with_hidescan 1' if you want it enabled

* Mon Aug 08 2005 Oliver Falk <oliver@linux-kernel.at>		- 2.1-4
- Remove Requires, rpm will detect it automatically

* Mon Aug 08 2005 Oliver Falk <oliver@linux-kernel.at>		- 2.1-3
- Integrate changes suggested by José Pedro Oliveira after
  first FE review

* Mon Jun 20 2005 Oliver Falk <oliver@linux-kernel.at>		- 2.1-2
- Add patch to make us invisible/hide us. Don't let OpenSSH know
  that we scan it.

* Tue Jun 07 2005 Oliver Falk <oliver@linux-kernel.at>		- 2.1-1
- Initial build for FC 4