hping wiki

Differences for page What's hping

Current version compared with version Fri Nov 26 19:34:14 GMT 2004

...
- Since version 3, that's now in alpha stage, hping is trying to not be just a little tool but to become a framework
+ since version 3, that's now in alpha stage, hping is trying to not be just a little tool but to become a framework
  for scripting related to [TCP/IP] testing and security. [hping3] continues to be command-line compatible with [hping2], but
  integrates two main new things: the first is an engine called [APD] that is able to translate simple  packet
- descriptions in form of strings into a packet ready to be sent, and the reverse (generate the representation from
+ descriptions in the form of strings into a packet ready to be sent, and the reverse (generate the representation from
  a real packet). The second is the [Tcl] scripting language. So you can imagine hping3 as a scriptable TCP/IP stack.
  
- The following is a very little hping3 script that may help demonstrate the usage philosophy:
+ The following is a very little hping3 script that may help demonstrate the usage philosophy::
  
   set srcaddr 192.168.1.5
   foreach destaddr {1.2.3.4 100.101.102.103} {
...
- See Also: [hping3 API]+ See Also: [hping3 API]
+ 

The following is the old page content