├── Pass01 └── index.php ├── Pass02 ├── inbex.php └── index.php ├── Pass03 └── index.php ├── Pass04 ├── f1ag_1s_h3re.php ├── index.php └── robots.txt ├── Pass05 ├── index.php └── www.zip ├── Pass06 ├── cookie.php └── index.php ├── Pass07 └── index.php ├── Pass08 └── index.php ├── Pass09 ├── config.php └── index.php ├── Pass10 ├── check.php └── index.php ├── Pass11 ├── flag.txt └── index.php ├── Pass12 ├── flag.txt └── index.php ├── README.md ├── assets ├── bootstrap │ ├── css │ │ └── bootstrap.min.css │ └── js │ │ └── bootstrap.min.js ├── css │ ├── Navbar-With-Button.css │ └── styles.css ├── fonts │ ├── fa-brands-400.eot │ ├── fa-brands-400.svg │ ├── fa-brands-400.ttf │ ├── fa-brands-400.woff │ ├── fa-brands-400.woff2 │ ├── fa-regular-400.eot │ ├── fa-regular-400.svg │ ├── fa-regular-400.ttf │ ├── fa-regular-400.woff │ ├── fa-regular-400.woff2 │ ├── fa-solid-900.eot │ ├── fa-solid-900.svg │ ├── fa-solid-900.ttf │ ├── fa-solid-900.woff │ ├── fa-solid-900.woff2 │ └── fontawesome-all.min.css ├── img │ ├── Mimikyu.png │ ├── download.png │ └── yuque.svg └── js │ ├── jquery.min.js │ └── script.js ├── images └── Mimikyu.png └── index.php /Pass01/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/Pass01/index.php -------------------------------------------------------------------------------- /Pass02/inbex.php: -------------------------------------------------------------------------------- 1 | Homepage'; 3 | ?> 4 | -------------------------------------------------------------------------------- /Pass02/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/Pass02/index.php -------------------------------------------------------------------------------- /Pass03/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/Pass03/index.php -------------------------------------------------------------------------------- /Pass04/f1ag_1s_h3re.php: -------------------------------------------------------------------------------- 1 | flag{xxccvvbbnn} -------------------------------------------------------------------------------- /Pass04/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/Pass04/index.php -------------------------------------------------------------------------------- /Pass04/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/Pass04/robots.txt -------------------------------------------------------------------------------- /Pass05/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/Pass05/index.php -------------------------------------------------------------------------------- /Pass05/www.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/Pass05/www.zip -------------------------------------------------------------------------------- /Pass06/cookie.php: -------------------------------------------------------------------------------- 1 | 4 | 5 | See Response 6 | -------------------------------------------------------------------------------- /Pass06/index.php: -------------------------------------------------------------------------------- 1 | 5 | 老师上课好像讲了什么夹心饼干 -------------------------------------------------------------------------------- /Pass07/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/Pass07/index.php -------------------------------------------------------------------------------- /Pass08/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/Pass08/index.php -------------------------------------------------------------------------------- /Pass09/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/Pass09/config.php -------------------------------------------------------------------------------- /Pass09/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/Pass09/index.php -------------------------------------------------------------------------------- /Pass10/check.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/Pass10/check.php -------------------------------------------------------------------------------- /Pass10/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/Pass10/index.php -------------------------------------------------------------------------------- /Pass11/flag.txt: -------------------------------------------------------------------------------- 1 | flag{xxccvvbbnn} -------------------------------------------------------------------------------- /Pass11/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/Pass11/index.php -------------------------------------------------------------------------------- /Pass12/flag.txt: -------------------------------------------------------------------------------- 1 | flag{xxccvvbbnn} -------------------------------------------------------------------------------- /Pass12/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/Pass12/index.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/README.md -------------------------------------------------------------------------------- /assets/bootstrap/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/bootstrap/css/bootstrap.min.css -------------------------------------------------------------------------------- /assets/bootstrap/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/bootstrap/js/bootstrap.min.js -------------------------------------------------------------------------------- /assets/css/Navbar-With-Button.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/css/Navbar-With-Button.css -------------------------------------------------------------------------------- /assets/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/css/styles.css -------------------------------------------------------------------------------- /assets/fonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/fonts/fa-brands-400.eot -------------------------------------------------------------------------------- /assets/fonts/fa-brands-400.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/fonts/fa-brands-400.svg -------------------------------------------------------------------------------- /assets/fonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/fonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /assets/fonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/fonts/fa-brands-400.woff -------------------------------------------------------------------------------- /assets/fonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/fonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /assets/fonts/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/fonts/fa-regular-400.eot -------------------------------------------------------------------------------- /assets/fonts/fa-regular-400.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/fonts/fa-regular-400.svg -------------------------------------------------------------------------------- /assets/fonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/fonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /assets/fonts/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/fonts/fa-regular-400.woff -------------------------------------------------------------------------------- /assets/fonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/fonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /assets/fonts/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/fonts/fa-solid-900.eot -------------------------------------------------------------------------------- /assets/fonts/fa-solid-900.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/fonts/fa-solid-900.svg -------------------------------------------------------------------------------- /assets/fonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/fonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /assets/fonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/fonts/fa-solid-900.woff -------------------------------------------------------------------------------- /assets/fonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/fonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /assets/fonts/fontawesome-all.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/fonts/fontawesome-all.min.css -------------------------------------------------------------------------------- /assets/img/Mimikyu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/img/Mimikyu.png -------------------------------------------------------------------------------- /assets/img/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/img/download.png -------------------------------------------------------------------------------- /assets/img/yuque.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/img/yuque.svg -------------------------------------------------------------------------------- /assets/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/assets/js/jquery.min.js -------------------------------------------------------------------------------- /assets/js/script.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/Mimikyu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/images/Mimikyu.png -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanyiqu/Mimikyu/HEAD/index.php --------------------------------------------------------------------------------