Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37906078
en ru br
ALT Linux repos
5.0: 2.0.0-alt4.rc2
4.1: 2.0.0-alt4.rc2
4.0: 2.0.0-alt4.rc2
3.0: 2.0.0-alt4.rc2

Group :: Security/Networking
RPM: hping2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# $Id: hping2.spec,v 1.7 2004/02/13 10:37:33 homyakov Exp $

%define beta rc2

Name: hping2
Version: 2.0.0
Release: alt4.%beta
Packager: Igor Homyakov <homyakov at altlinux dot ru>

Provides: hping = %version
Obsoletes: hping

%define srcname %name-%beta

Summary: hping2 is a network tool able to send custom ICMP/UDP/TCP packets
Summary(ru_RU.KOI8-R): утилита для генерации ICMP/UDP/TCP пакетов
License: GPL
Group: Security/Networking
Url: http://www.hping.org
Source: hping%version-%beta.tar.gz
Patch:  hping2-rc2-alt-cleanup.patch

# Automatically added by buildreq on Wed Feb 11 2004

BuildRequires: libpcap-devel

%description
hping2 is a network tool able to send custom ICMP/UDP/TCP
packets and to display target replies like ping do with
ICMP replies. hping2 handle fragmentation, arbitrary packet
body and size and can be used in order to transfer files
under supported protocols. Using hping2 you are able at
least to perform the following jobs:

     - Test firewall rules
     - [spoofed] port scanning
     - Test net performance using differents protocols,
         packet size, TOS (type of service) and fragmentation.
     - Path MTU discovery
     - Files trasfering even between really fascist firewall rules.
     - Traceroute like under different protocols.
     - Firewalk like usage.
     - Remote OS fingerprint.
     - TCP/IP stack auditing.
     - A lot of others.

%description -l ru_RU.KOI8-R
%name позволяет вручную создавать ICMP/UDP/TCP пакеты, фрагментировать
их изменять заголовки и т.д. Может использоваться для различных задач
связанных с сетевой безопаснотью и работой стека TCP/IP
 - проверка работы межсетевых экранов
 - сканирование потров
 - тестирование производительности протоколов
 - исследование работы стека TCP/IP
 - удаленное определение операционной системы хоста
 - многое другое ...

%prep

%setup -q -n %srcname

%patch -p1

%build
%configure --force-libpcap

%make_build

%install
install -m700 -D %name        %buildroot%_sbindir/%name
install -m644 -D docs/%name.8 %buildroot%_man8dir/%name.8

%files
%_sbindir/*
%_mandir/man8/*
%doc README INSTALL AUTHORS BUGS CHANGES KNOWN-BUGS NEWS TODO docs/
%doc docs/ utils/

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin