<?php
highlight_file('index.php');
/*
view file: php.ini
so here is my hint: the included php.ini file is part of the configugartion file used on the server the bug was found.
so there will be something in it which enables you to solve this level, wont?
always be UP TO DATE!
hint enough, might just take you seconds to do?!
*/
error_reporting(0);
include('anti_rfi.php'); //rfi is forbidden!!!!!
$inc = @$_GET['file'];
@require_once($inc);
?>
'Wargame > chall.tasteless.eu' 카테고리의 다른 글
chall.tasteless.eu Level 7 Get Me Down (0) | 2018.10.14 |
---|---|
chall.tasteless.eu Level 6 Too Easy (0) | 2018.10.14 |
chall.tasteless.eu Level 1 Infiltration (0) | 2018.10.13 |
chall.tasteless.eu Level 4 Stop Quotes (0) | 2018.10.13 |
chall.tasteless.eu Level 2 Milk (0) | 2018.10.13 |