Hack Tool Repository Logo

Hack Tool Repository

white curve white curve

hping

Google
 

hping

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.


Site: http://www.hping.org/
Source URL: files/Scanning/hping/hping3-20051105.tar.gz
Category: Scanning
Hits: 1153
Rating: 10
Added: 2006-04-27 09:02:05
Updated: 2008-01-10 19:38:25
Tested on:
Slackware10
11
12
    install.sh
Fedora Core4
5
6
7
8
    install.sh
WindowsXP
Red HatEL3
EL4
EL5
    install.sh
CentOS4
5
    install.sh
OpenSUSE10
    install.sh
Ubuntu7.10
    install.sh
 

Related to:

libpcap

Comments:

When compiling hping (or any other tool that needs libpcap) you will run into a compile error:
libpcap_stuff.c:20:21: error: net/bpf.h: No such file or directory
libpcap_stuff.c: In function pcap_recv:
libpcap_stuff.c:61: warning: pointer targets in assignment differ in signedness
make: *** [libpcap_stuff.o] Error 1

This is due to the fact that the net directory does not exist. Execute the following commands to resolve this issue:
mkdir /usr/local/include/net
ln sf /usr/include/pcapbpf.h /usr/local/include/net/bpf.h

by merctech at 2007-10-16 14:45:11

When compiling hping (or any other tool that needs libpcap) you will run into a compile error:
libpcap_stuff.c:20:21: error: net/bpf.h: No such file or directory
libpcap_stuff.c: In function pcap_recv:
libpcap_stuff.c:61: warning: pointer targets in assignment differ in signedness
make: [libpcap_stuff.o] Error 1

This is due to the fact that the net directory does not exist. Execute the following commands to resolve this issue:
mkdir /usr/local/include/net
ln sf /usr/include/pcapbpf.h /usr/local/include/net/bpf.h

by merctech at 2007-10-16 14:45:53

When compiling hping (or any other tool that needs libpcap) you will run into a compile error:
libpcap_stuff.c:20:21: error: net/bpf.h: No such file or directory
libpcap_stuff.c: In function pcap_recv:
libpcap_stuff.c:61: warning: pointer targets in assignment differ in signedness
make: *** [libpcap_stuff.o] Error 1

This is due to the fact that the net directory does not exist. Execute the following commands to resolve this issue:
mkdir /usr/local/include/net
ln -sf /usr/include/pcapbpf.h /usr/local/include/net/bpf.h

by marc at 2007-10-16 14:55:54

 
Olderchurch Web Site About Us | Site Map | Contact Us | ©2007 Olderchurch Security Consultancy