summaryrefslogtreecommitdiff
path: root/network/hping3/README
diff options
context:
space:
mode:
authorMarco Bonetti <sid77@slackware.it>2010-05-12 23:32:14 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-12 23:32:14 +0200
commitf054737ae13a8a13f0e407531874818686146bba (patch)
tree7b05bdbd9c5ce6c4ec2b7535318dd7055188cbc2 /network/hping3/README
parent22df004c95878305e396aaf460bcb6449f956617 (diff)
downloadslackbuilds-f054737ae13a8a13f0e407531874818686146bba.tar.gz
network/hping3: Added to 12.2 repository
Diffstat (limited to 'network/hping3/README')
-rw-r--r--network/hping3/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/network/hping3/README b/network/hping3/README
new file mode 100644
index 0000000000..acfffada38
--- /dev/null
+++ b/network/hping3/README
@@ -0,0 +1,18 @@
+hping is a command-line oriented TCP/IP packet assembler/analyzer. The interface
+is inspired to the ping(8) unix command, but hping isn't only able to send ICMP
+echo requests. It supports TCP, UDP, ICMP and RAW-IP protocols, has a traceroute
+mode, the ability to send files between a covered channel, and many other
+features.
+
+While hping was mainly used as a security tool in the past, it can be used in
+many ways by people that don't care about security to test networks and hosts. A
+subset of the stuff you can do using hping:
+ * Firewall testing
+ * Advanced port scanning
+ * Network testing, using different protocols, TOS, fragmentation
+ * Manual path MTU discovery
+ * Advanced traceroute, under all the supported protocols
+ * Remote OS fingerprinting
+ * Remote uptime guessing
+ * TCP/IP stacks auditing
+ * hping can also be useful to students that are learning TCP/IP.