cyberchallenge-modem/webpanel/includes/config.php

11 lines
210 B
PHP

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