萌新求解
ctf吧
全部回复
仅看楼主
level 1
<?php
include("flag_4.php");
show_source(__FILE__);
@$text = $_GET['haha'];
@$data = json_decode($text, true);
if (!$data) {
die('No No No');
}
if (($data['user'] == 'easy' && strpos($data['user'], 'easy') === FALSE) && ($data['pass'] == 'secirity' && strpos($data['pass'], 'secirity') === FALSE)) {
echo "Flag is $flag";
}
2019年03月21日 15点03分 1
level 1
有人吗
2019年03月21日 15点03分 2
level 1
有人吗
2019年03月22日 02点03分 3
1