随笔分类 -  VulHub

摘要:安装Vulhub需要的基础环境 更新现有的软件 sudo apt-get update sudo apt-get upgrade 安装Docker # 安装脚本 curl -fsSL https://get.docker.com -o get-docker.sh sh get-docker.sh # 阅读全文
posted @ 2020-01-02 10:33 AlexANSO 阅读(20909) 评论(8) 推荐(3)
摘要:靶场首页 POC利用 POST /index.php?s=captcha HTTP/1.1 Host: node3.buuoj.cn:29198 Accept-Encoding: gzip, deflate Accept: */* Accept-Language: en User-Agent: Mo 阅读全文
posted @ 2019-12-25 15:03 AlexANSO 阅读(1465) 评论(1) 推荐(0)
摘要:靶场首页 构造POC POC1 该poc会执行phpinfo() http://your-ip:8080/index.php?s=/Index/\think\app/invokefunction&function=call_user_func_array&vars[0]=phpinfo&vars[1 阅读全文
posted @ 2019-12-25 11:51 AlexANSO 阅读(1222) 评论(0) 推荐(0)
摘要:靶场首页 使用弱口令登录TomCat后台 用户名:tomcat 密码:tomcat 准备上传用的webshell 将jspwebshell压缩为zip,再将zip后缀改名为war,然后上传war包 http://xxxx:8080/manager/html/list 访问上传成功的webshell 阅读全文
posted @ 2019-12-25 11:30 AlexANSO 阅读(748) 评论(0) 推荐(0)
摘要:请访问:Vulhub-漏洞环境的搭建(详细版) >传送门 安装Docker #安装pip curl -s https://bootstrap.pypa.io/get-pip.py | python3 #安装最新版docker curl -s https://get.docker.com/ | SH 阅读全文
posted @ 2019-12-25 10:21 AlexANSO 阅读(501) 评论(0) 推荐(0)