摘要: turtle库的基本使用 turtle.setup(width,height,startx,starty) setup():设置窗体大小及位置,四个参数,后两个可选 如果没有指定后两个参数,则再屏幕中心 turtle.goto(x,y) goto():到达某一个坐标位置 turtle.fd(d):正 阅读全文
posted @ 2020-10-14 23:35 junlebao 阅读(115) 评论(0) 推荐(1) 编辑
摘要: 利用.user.ini进行文件上传,今天又学到的新知识 SUCTF 2019 Check浅谈.user.ini利用 上传这样一个ini文件 GIF89a auto_prepend_file=a.jpg 再上传一个a.jpg文件 GIF89a <script language='php'>system 阅读全文
posted @ 2020-10-14 22:35 junlebao 阅读(108) 评论(0) 推荐(1) 编辑
摘要: 打开题目,就可以审计代码,是一个反序列化的题目 我们先贴源码吧 <?php class Demo { private $file = 'index.php'; public function __construct($file) { $this->file = $file; } function _ 阅读全文
posted @ 2020-10-14 20:57 junlebao 阅读(378) 评论(0) 推荐(0) 编辑