File: control

package info (click to toggle)
hping3 3.a2.ds2-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,068 kB
  • sloc: ansic: 11,628; sh: 129; makefile: 76
file content (24 lines) | stat: -rw-r--r-- 1,060 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: hping3
Section: net
Priority: optional
Maintainer: Marcio de Souza Oliveira <marciosouza@debian.org>
Build-Depends: debhelper-compat (= 13), libpcap0.8-dev, tcl-dev
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: http://www.hping.org/
Vcs-Browser: https://salsa.debian.org/debian/hping3
Vcs-Git: https://salsa.debian.org/debian/hping3.git

Package: hping3
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Active Network Smashing Tool
 hping3 is a network tool able to send custom ICMP/UDP/TCP packets and
 to display target replies like ping does with ICMP replies. It handles
 fragmentation and arbitrary packet body and size, and can be used to
 transfer files under supported protocols. Using hping3, you can test
 firewall rules, perform (spoofed) port scanning, test network
 performance using different protocols, do path MTU discovery, perform
 traceroute-like actions under different protocols, fingerprint remote
 operating systems, audit TCP/IP stacks, etc.  hping3 is scriptable
 using the Tcl language.