<?php
$site = "ccOS";
$flag = "###FLAG1###";
$interface = "ap0";
$blacklist = array(';', '#', '(', ')', '|', '&', ' ', "\t", '<', '>');
$password = file_get_contents("/etc/wpa");

require_once("auth.php");

?>