Tags: web inclusion php 

Rating:

# Alient inclusion (web, 50p, 149 solved)

## Description

```
Keep it local and you should be fine. The flag is in /var/www/html/flag.php.

Flag format: CTF{sha256}
```

In the task we get access to a simple webpage.

## Task analysis

Webpage displays the source:

```php

Original writeup (https://github.com/TFNS/writeups/tree/master/2020-12-05-DefCampCTF/alien).