Tags: web php lfi 

Rating:

# DefCamp CTF 2020 – alien-inclusion

* **Category:** web
* **Points:** 50

## Challenge

> Keep it local and you should be fine. The flag is in /var/www/html/flag.php.
>
> Flag format: CTF{sha256}
>
> The challenge was proposed by BIT SENTINEL.
>
> 35.234.65.24:30627

## Solution

The challenge will print a PHP source code.

```php

Original writeup (https://github.com/m3ssap0/CTF-Writeups/blob/master/DefCamp%20CTF%202020/alien-inclusion/README.md).