Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install hping in CentOS7

2025-04-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the relevant knowledge of "how to install hping in CentOS7". Xiaobian shows you the operation process through actual cases. The operation method is simple and fast, and the practicality is strong. I hope this article "how to install hping in CentOS7" can help you solve the problem.

hping is a command-line TCP/IP tool that works well on UNIX, but it is not just an ICMP request/response tool. It also supports TCP.UDP.ICMP,RAW-IP protocols, and a routing model. HPING has been used as a security tool to test network and host security.

Create a local installation directory mkdir -p /usr/local/hping && cd /usr/local/hping Download and extract wget https://github.com/antirez/hping/archive/master.zip && unzip master.zip && cd hping-master Installation dependencies yum install -y libpcap-develyum install -y gcc gcc-c++yum install -y tcl tcl-devel Set soft connection ln -sf/usr/include/pcap-bpf. h/usr/include/net/bpf.h Install./ configure && make strip && make install test query version hping3 -v Other reference hping -ltn List all TCP ports hping -p Initiate TCP probe-S Set SYN packet-a Fake IP simulation DDOS About "CentOS7 how to install hping" The content is introduced here, thank you for reading. If you want to know more about industry-related knowledge, you can pay attention to the industry information channel. Xiaobian will update different knowledge points for you every day.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report