少女祈祷中...

总决赛[where is the flag]

1
2
3
4
5
6
7
8
9
10
 <?php
libxml_disable_entity_loader(false);
$data = file_get_contents("php://input");
$xml = simplexml_load_string($data,'SimpleXMLElement', LIBXML_NOENT);
if (isset($xml->username)) {
echo $xml->username;
} else {
show_source(__FILE__);
}
?>

源码显示可能需要xml

尝试xml