当前位置:   article > 正文

2021第五空间网络安全大赛_[第五空间 2021]easycleanup

[第五空间 2021]easycleanup

WebFTP

https://github.com/wifeat/WebFTP
根据github的源码,去对网站进行分析,有写到初始账号
在这里插入图片描述
但是题目改了密码,登不进
然后下载到题目的Config.php.bak,看到版本是v2.3

出现了git泄漏,无法下载到文件,但是看到了目录结构
找到探针
http://114.115.185.167:32770/Readme/mytz.php
在这里插入图片描述
http://114.115.185.167:32770/Readme/mytz.php?act=phpinfo
直接找到flag
在这里插入图片描述

pklovecloud

源码:

<?php  
include 'flag.php';
class pkshow 
{
     
    function echo_name()     
    {
             
        return "Pk very safe^.^";      
    }  
} 

class acp 
{
      
    protected $cinder;  
    public $neutron;
    public $nova;
    function __construct() 
    {
         
        $this->cinder = new pkshow;
    }  
    function __toString()      
    {
             
        if (isset($this->cinder))  
            return $this->cinder->echo_name();      
    }  
}  

class ace
{
       
    public $filename;     
    public $openstack;
    public $docker; 
    function echo_name()      
    {
      
        $this->openstack = unserialize($this->docker);
        $this->openstack->neutron 
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/598605
推荐阅读
相关标签
  

闽ICP备14008679号