URL: http://webhacking.kr:10002arrow-up-right
I first tried to upload basic php script:
<?php echo phpinfo(); ?>
But after upload file became:
The server is Apache, so we can upload .htaccess file and disable PHP rendering to read the flag.php
.htaccess
flag.php
Last updated 7 months ago
?php echo phpinfo(); ?>
php_flag engine off
<?php $flag="FLAG{easy_peasy_apachy}"; ?>