{"id":4906,"date":"2014-04-04T23:52:50","date_gmt":"2014-04-04T15:52:50","guid":{"rendered":"https:\/\/www.chenqing.work\/?p=4906"},"modified":"2022-10-05T23:54:54","modified_gmt":"2022-10-05T15:54:54","slug":"centos-%e4%b8%8b%e7%bc%96%e8%af%91%e5%ae%89%e8%a3%85-hping3","status":"publish","type":"post","link":"https:\/\/www.chenqing.work\/?p=4906","title":{"rendered":"CentOS \u4e0b\u7f16\u8bd1\u5b89\u88c5 hping3"},"content":{"rendered":"\n<p>\u200b<\/p>\n\n\n\n<p>\u5b89\u88c5hping\u4e4b\u524d\uff0c\u5148\u88c5\u4e0alibpcap-dev\u548ctcl-dev<\/p>\n\n\n\n<p>1\u3001\u83b7\u53d6\u6e90\u7801\u5305<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\nwget http:\/\/www.hping.org\/hping3-20051105.tar.gz\n<\/pre><\/div>\n\n\n<p>2\u3001\u89e3\u538b\uff0c\u5f97\u5230 hping3-20051105 \u76ee\u5f55<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\ntar zxvf hping3-20051105.tar.gz\n<\/pre><\/div>\n\n\n<p>3\u3001\u8fdb\u5165\u76ee\u5f55<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\ncd hping3-20051105\n<\/pre><\/div>\n\n\n<p>4\u3001\u6253\u5f00 INSTALL \u6587\u4ef6\uff0c\u53ef\u77e5\u5e94\u8be5\u5148\u8fd0\u884c configure<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n.\/configure\n<\/pre><\/div>\n\n\n<p>5\u3001\u51fa\u73b0\u9519\u8bef<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"701\" height=\"175\" src=\"https:\/\/www.chenqing.work\/wp-content\/uploads\/2022\/10\/image-4.png\" alt=\"\" class=\"wp-image-4908\"\/><\/figure>\n\n\n\n<p>6\u3001\u6765\u5427\uff0c\u5148\u6765\u89e3\u51b3\u7b2c\u4e00\u4e2a\uff0c\u7167\u7f51\u4e0a\u7684\u8bf4\u6cd5\uff0c\u662f\u7531\u4e8e64\u4f4d\u673a\u7684\u7f18\u6545\uff0c\u6253\u5f00bytesex.h\u6587\u4ef6<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\nvim bytesex.h\n<\/pre><\/div>\n\n\n<p>7\u3001\u52a0\u4e0a\u8fd9\u4e48\u4e00\u53e5 &nbsp;&nbsp;&nbsp;|| defined(__x86_64__) \\<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"642\" height=\"177\" src=\"https:\/\/www.chenqing.work\/wp-content\/uploads\/2022\/10\/image-5.png\" alt=\"\" class=\"wp-image-4909\"\/><\/figure>\n\n\n\n<p><img decoding=\"async\" src=\"https:\/\/img-blog.csdn.net\/20140404134427046?watermark\/2\/text\/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvYWxhZGluZzIwMDk=\/font\/5a6L5L2T\/fontsize\/400\/fill\/I0JBQkFCMA==\/dissolve\/70\/gravity\/SouthEast\" alt=\"\">8\u3001\u518d\u6b21.\/configure\uff0c\u901a\u8fc7\uff0c\u7136\u540emake\uff0c\u62a5\u9519<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n.\/configue\nmake\n<\/pre><\/div>\n\n\n<figure class=\"wp-block-image size-full is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"577\" height=\"152\" src=\"https:\/\/www.chenqing.work\/wp-content\/uploads\/2022\/10\/image-6.png\" alt=\"\" class=\"wp-image-4910\"\/><\/figure>\n\n\n\n<p><img decoding=\"async\" src=\"https:\/\/img-blog.csdn.net\/20140404135122078?watermark\/2\/text\/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvYWxhZGluZzIwMDk=\/font\/5a6L5L2T\/fontsize\/400\/fill\/I0JBQkFCMA==\/dissolve\/70\/gravity\/SouthEast\" alt=\"\">9\u3001\u5148\u67e5\u770b\u6709\u6ca1\u6709\u5b89\u88c5libpcap\u548clibpcap-devel\uff0c\u5982\u679c\u6709\uff0c\u5c31\u8df3\u8fc7\uff0c\u5982\u679c\u7f3a\u5c11\u54ea\u4e2a\uff0c\u5c31\u88c5\u4e0a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\nyum -y install libpcap\nyum -y install libpcap-devel\n<\/pre><\/div>\n\n\n<figure class=\"wp-block-image size-full is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"668\" height=\"51\" src=\"https:\/\/www.chenqing.work\/wp-content\/uploads\/2022\/10\/image-7.png\" alt=\"\" class=\"wp-image-4911\"\/><\/figure>\n\n\n\n<p>10\u3001\u73b0\u5728\u6765\u505anet\/bpf.h\u8fd9\u4e2a\u94fe\u63a5\u6587\u4ef6\uff0c\u5b83\u6307\u5411pcap-bpf.h\uff08\u6ca1\u6709\u5b89\u88c5libpcap-dev\u7684\u8bdd\u5c31\u6ca1\u6709pcap-bpf.h\u8fd9\u4e2a\u6587\u4ef6\uff09<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\nsudo ln -s \/usr\/include\/pcap-bpf.h \/usr\/include\/net\/bpf.h\n<\/pre><\/div>\n\n\n<p>11\u3001\u597d\u4e86\uff0c\u518dmake\uff0c\u8fd9\u6b21\u662f\u8fd9\u4e2a\u9519<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\nmake\n<\/pre><\/div>\n\n\n<figure class=\"wp-block-image size-full is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"577\" height=\"94\" src=\"https:\/\/www.chenqing.work\/wp-content\/uploads\/2022\/10\/image-8.png\" alt=\"\" class=\"wp-image-4912\"\/><\/figure>\n\n\n\n<p><img decoding=\"async\" src=\"https:\/\/img-blog.csdn.net\/20140404140406937?watermark\/2\/text\/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvYWxhZGluZzIwMDk=\/font\/5a6L5L2T\/fontsize\/400\/fill\/I0JBQkFCMA==\/dissolve\/70\/gravity\/SouthEast\" alt=\"\">12\u3001\u8fd9\u662f\u6ca1\u6709\u5b89\u88c5tcl-dev\uff0c\u90a3\u4e48\u88c5\u4e0a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\nsudo yum -y install tcl-devel\n<\/pre><\/div>\n\n\n<p>13\u3001\u518dmake\uff0c\u8fd9\u6b21\u6210\u529f\u4e86\uff0c\u6ca1\u6709\u51fa\u73b0error\u4fe1\u606f<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"681\" height=\"209\" src=\"https:\/\/www.chenqing.work\/wp-content\/uploads\/2022\/10\/image-9.png\" alt=\"\" class=\"wp-image-4913\"\/><\/figure>\n\n\n\n<p><img decoding=\"async\" src=\"https:\/\/img-blog.csdn.net\/20140404140718765?watermark\/2\/text\/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvYWxhZGluZzIwMDk=\/font\/5a6L5L2T\/fontsize\/400\/fill\/I0JBQkFCMA==\/dissolve\/70\/gravity\/SouthEast\" alt=\"\">14\u3001\u90a3\u4e48\u63a5\u7740\u8d70<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\nmake strip\nsudo make install\n<\/pre><\/div>\n\n\n<figure class=\"wp-block-image size-full is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"555\" height=\"180\" src=\"https:\/\/www.chenqing.work\/wp-content\/uploads\/2022\/10\/image-10.png\" alt=\"\" class=\"wp-image-4914\"\/><\/figure>\n\n\n\n<p><img decoding=\"async\" src=\"https:\/\/img-blog.csdn.net\/20140404141010796?watermark\/2\/text\/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvYWxhZGluZzIwMDk=\/font\/5a6L5L2T\/fontsize\/400\/fill\/I0JBQkFCMA==\/dissolve\/70\/gravity\/SouthEast\" alt=\"\">15\u3001\u4e0a\u9762\u4e00\u6b65\u6ca1\u6709\u62a5\u9519\uff0c\u53ea\u6709warning\uff0c\u8bf4man page\u6ca1\u6709\u88c5\u4e0a\uff0c\u8fd9\u4e2a\u4e0d\u5f71\u54cdhping\u7684\u529f\u80fd\uff0c\u73b0\u5728hping\u5e94\u8be5\u6210\u529f\u88c5\u4e0a\u4e86\uff0c\u6572\u4e2a\u547d\u4ee4\u8bd5\u4e00\u4e0b\uff0c\u53ef\u4ee5\u770b\u5230hping\u6210\u529f\u8fd0\u884c\u4e86<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\nhping -h\n<\/pre><\/div>\n\n\n<figure class=\"wp-block-image size-full is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"644\" height=\"321\" src=\"https:\/\/www.chenqing.work\/wp-content\/uploads\/2022\/10\/image-11.png\" alt=\"\" class=\"wp-image-4915\"\/><\/figure>\n\n\n\n<p>\u53c2\u8003\u94fe\u63a5\uff1ahttp:\/\/blog.163.com\/lifuliang207@126\/blog\/static\/1272635312013689012603\/<\/p>\n\n\n\n<p>\u53c2\u8003\u94fe\u63a5\uff1ahttp:\/\/wenku.baidu.com\/link?url=7tjSrDFPCQ5PaxwausXjDAsUjWfxJlPSevtWs9EgKi80if12plBnxeSnPfbOGlcdtpRM0dPLlwYijTE4ADOH1EKTw_bTIE6uDZH6ZI8ztui<\/p>\n\n\n\n<p>hping\u7684\u4f7f\u7528\uff1ahttp:\/\/wenku.baidu.com\/link?url=L7lkjKZ6bGgwy2kkO1i2cv-4ToQRL2ZV0X9g0q4V6_GiM37E2Dv102GQaHGOukNA7ZCztWHHzvzitINc32uywEeEgBD864n__bVS96qYCoC \u200b<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u200b \u5b89\u88c5hping\u4e4b\u524d\uff0c\u5148\u88c5\u4e0alibpcap-dev\u548ctcl-dev 1\u3001\u83b7\u53d6\u6e90\u7801\u5305 2\u3001\u89e3\u538b\uff0c\u5f97\u5230 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[101],"class_list":["post-4906","post","type-post","status-publish","format-standard","hentry","category-code","tag-hping3"],"_links":{"self":[{"href":"https:\/\/www.chenqing.work\/index.php?rest_route=\/wp\/v2\/posts\/4906","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.chenqing.work\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.chenqing.work\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.chenqing.work\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.chenqing.work\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4906"}],"version-history":[{"count":2,"href":"https:\/\/www.chenqing.work\/index.php?rest_route=\/wp\/v2\/posts\/4906\/revisions"}],"predecessor-version":[{"id":4916,"href":"https:\/\/www.chenqing.work\/index.php?rest_route=\/wp\/v2\/posts\/4906\/revisions\/4916"}],"wp:attachment":[{"href":"https:\/\/www.chenqing.work\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4906"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.chenqing.work\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4906"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.chenqing.work\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4906"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}