摘要:
1.easy_include(2021-08-10) 今天刷了一道文件包含的题目,题目并不难,主要考察的是php伪协议 1.首先,打开题目发现url为/?file=flag.php,想到应该是文件包含(当然看题目也知道) 2.然后,用php伪协议,转为base64编码再解密,即有flag 构造pay 阅读全文
posted @ 2021-08-10 16:52
Athena-ydy
阅读(46)
评论(0)
推荐(0)
摘要:
一.cat flag 1.打开链接,出现以下php代码 <?php if (isset($_GET['cmd'])) { $cmd = $_GET['cmd']; if (!preg_match('/flag/i',$cmd)) { $cmd = escapeshellarg($cmd); syst 阅读全文
posted @ 2021-08-10 11:32
Athena-ydy
阅读(140)
评论(0)
推荐(0)
摘要:
curl常用命令详解: 1.查看网页源代码 curl + 网址 2.将这个网页保存下来,使用-o参数 curl -o [文件名] + 网址 3.自动跳转 curl -L 新的网址 4.显示http请求头信息连同网页代码一起 curl -i 网址 5.显示通信过程-v(显示一次http通信的整个过程, 阅读全文
posted @ 2021-08-10 09:23
Athena-ydy
阅读(326)
评论(0)
推荐(1)

浙公网安备 33010602011771号