____ _ _ _ _ _ _ ____ | _ \(_) ___| |__ __ _ _ __ __| |___| | | |_ _| |__ / ___|___ _ __ ___ | |_) | |/ __| '_ \ / _` | '__/ _` / __| |_| | | | | '_ \| | / _ \| '_ ` _ \ | _ <| | (__| | | | (_| | | | (_| \__ \ _ | |_| | |_) | |__| (_) | | | | | | |_| \_\_|\___|_| |_|\__,_|_| \__,_|___/_| |_|\__,_|_.__(_)____\___/|_| |_| |_|
Name | Date | Size | Description |
<Back | |||
Scripts | 24/12/2022 | - | |
aperturescience.html | 24/12/2022 | 1KBs | Main Index Page |
aperturescience17_080310.html | 24/12/2022 | 1009Bs | 08/03/10 |
aperturescience17_080310.swf | 24/12/2022 | 82.1KBs | 08/03/10 |
aperturescience17_080310.txt | 24/12/2022 | 194.4KBs | 08/03/10 |
aperturescience17_111007.html | 24/12/2022 | 1009Bs | 11/10/07 |
aperturescience17_111007.swf | 24/12/2022 | 81.9KBs | 11/10/07 |
aperturescience17_111007.txt | 24/12/2022 | 193.5KBs | 11/10/07 |
aperturescience17_51006.html | 24/12/2022 | 997Bs | 05/10/06 |
aperturescience17_51006.swf | 24/12/2022 | 79.7KBs | 05/10/06 |
aperturescience17_51006.txt | 24/12/2022 | 186.6KBs | 05/10/06 |
aperturescience_100211.html | 24/12/2022 | 2.3KBs | 10/02/11 |
aperturescience_100211.swf | 24/12/2022 | 78KBs | 10/02/11 |
aperturescience_100211.txt | 24/12/2022 | 361.8KBs | 10/02/11 |
flashplayer9r280_win.exe | 24/12/2022 | 1.4MBs | Flash Player v9 (IE) |
flashplayer9r280_winax.exe | 24/12/2022 | 1.5MBs | Flash Player v9 (Netscape) |
gdxt.log | 24/05/2023 | 3.2KBs | |
gdxt.php.src | 25/12/2022 | 613Bs | My attempt at reverse engineering gdxt.php |
security02.flv | 24/12/2022 | 160.1KBs | |
wcc_holiday10_v03.flv | 24/12/2022 | 14.6MBs | |
wcc_holiday10_v03_egg.flv | 24/12/2022 | 14.6MBs | |
wwc_holiday07_gnome_v02.flv | 24/12/2022 | 4.4MBs | |
wwc_holiday07_v04.flv | 24/12/2022 | 4.5MBs |
<?php error_reporting(E_ALL & ~E_NOTICE); $what = $_GET['what']; $uid = $_GET['uid']; $aid = $_GET['aid']; $answer = $_GET['answer']; $refid = $_GET['refid']; $uid_hash = hash("sha256","chell"); $output_str = ""; switch ($what){ case "getid": $output_str = "&uid=$uid_hash"; break; case "answer": break; case "login": break; case "password": break; #default: #$output_str = "?refid=$uid_hash"; } echo $output_str; file_put_contents("gdxt.log","What: $whatnUID: $uidnAID: $aidnAnswer: $answernREFID: $refidnOUTPUT: $output_strnn",FILE_APPEND); ?>