In function 'main': ../../hping3s/main.c:186: undefined reference to 'hping_script' collect2: ld returned 1 exit status make: hping3 Error 1
So far look like nobody else get the same error as I got. Any ideas?
Solution2: I had to do a 'make clean' before 'make' for hping to compile successfully.
So far look like nobody else get the same error as I got. Any ideas?
Solution2: I had to do a 'make clean' before 'make' for hping to compile successfully.
2016-01-02
/root/hping-master/main.c:190: undefined reference to `hping_script'
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
2016-01-02
nc -v -z -w2 10.10.20.250 1-50
nc -u -v -z -w2 10.10.20.250 1-50
w 超时时间
z 输入输出模式
v 显示详情
u UDP
文件传输 反弹shell zookeeper
nc -u -v -z -w2 10.10.20.250 1-50
w 超时时间
z 输入输出模式
v 显示详情
u UDP
文件传输 反弹shell zookeeper
2015-12-30
-sP ICMP
-sS TCP SYN 0-1024+常用服务端口 -p 0-65535
-sT TCP connect() 全开放
-sS UDP
-sS TCP SYN 0-1024+常用服务端口 -p 0-65535
-sT TCP connect() 全开放
-sS UDP
2015-12-30
man mtr
mtr wwww.imooc.com 查看丢包
zk echo mtr |nc localhost 2181 两个mtr有关联么?
mtr wwww.imooc.com 查看丢包
zk echo mtr |nc localhost 2181 两个mtr有关联么?
遇到这种错误
configure: error: in `/root/fping-3.13':
configure: error: no acceptable C compiler found in $PATH
configure: error: in `/root/fping-3.13':
configure: error: no acceptable C compiler found in $PATH
2015-12-28
yum install libpcap
ln -s /usr/include/pcap-bpf.h /usr/include/net/bpf.h
yum install tcl-devel
ln -s /usr/include/pcap-bpf.h /usr/include/net/bpf.h
yum install tcl-devel
2015-10-18