📄 install
字号:
You can compile hping2 at least under:LinuxOpenBSDFreeBSDNetBSDSolarisWith Linux you don't need any libs, nor to be root,however you need uid 0 to run hping.Linux-----please, follows this steps:$ ./configure (first try ./configure --help)$ vi Makefile (optional)$ make$ su# make installFreeBSD, OpenBSD, NetBSD------------------------You will need the libpcap and the gmake utility installed on your system. $ ./configure$ gmake$ su (or calife)# gmake installSolaris-------$ export CC="gcc"$ ./configure$ gmake$ su# gmake installALL---If you need to run hping2 by your normalaccount (i.e. antirez) try the following commands:# chown root:antirez /usr/sbin/hping2# chmod 4750 /usr/sbin/hping2 WARNING: hping2 is not trusted code, i didn't audit for hidden buffers overflow and others security related problems. However if (as default) LIMITWHENSUID is defined if euid != uid it's not possible to use a lot of options trivially unsafe. suid it at root is not encouraged.antirez
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -