简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
1、centos系统中安装解压slowhttptest-master.zip以下举例中,BLB: 115.236.146.3, 端口80, 源站EIP: 115.246.146.4,后端web服务器为nginxSlowloris测试1、在攻击发起机器(另一台BCC机器)上向BLB发起测试:slowhttptest -H -g -o /root/header_result -i 5 -r 50 -l
CC攻击1、安装ab命令:yum -y install httpd-tools2、发起CC攻击:ab -c 200 -n 100000 -H “host:域名” http://IP/1.html(表示200个并发数,共100000条数据)web攻击敏感信息探测:curl -H “host:域名” http://IP/.git/文件读取:curl -H “host:域名” http://IP/sol
下载DVWA:DVWA-master.zip下载xampp:xampp-linux-x64-7.3.11-0-installer.run安装xampp1、执行命令:chmod +x xampp-linux-x64-7.3.11-0-installer.run2、运行xampp文件:./xampp-linux-x64-7.3.11-0-installer.run3、根据提示完成安装,默认安装位置:/
centos7.6安装weblogic141、下载weblogic安装包,上传至centos中:wget https://packages.baidu.com/app/weblogic/wls1036_linux32.bin2、给weblogic安装文件赋予可执行权限安装依赖包yum -y install glibc.i686yum -y install libgcc.i686执行安装文件./wl