cyberchallenge-modem/webpanel/includes/config.php

11 lines
210 B
PHP
Raw Permalink Normal View History

2020-05-21 16:44:20 +02:00
<?php
2020-09-19 19:22:12 +02:00
$site = "ccOS";
2020-07-19 16:30:37 +02:00
$flag = "###FLAG1###";
2020-09-19 19:22:12 +02:00
$interface = "ap0";
2020-05-21 16:44:20 +02:00
$blacklist = array(';', '#', '(', ')', '|', '&', ' ', "\t", '<', '>');
2020-09-19 19:22:12 +02:00
$password = file_get_contents("/etc/wpa");
require_once("auth.php");
2020-05-21 16:44:20 +02:00
2020-05-22 12:22:17 +02:00
?>