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
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";
}