├── README.md └── WEB ├── AAencode └── aaencode.php ├── FileInclusion ├── index.php └── show.php ├── GLOBALS ├── index.php └── writeup.md ├── Sql_Injection └── index.php ├── WEB1 └── index.html ├── XFF ├── index.html └── index.txt ├── conmmand_exec ├── command.rar └── command │ ├── index.php │ ├── templates │ ├── about.php │ ├── contact.php │ ├── flag.php │ └── home.php │ └── waf.php ├── gbk_injection └── index.php ├── header └── index.php ├── md5 collision ├── index.php └── writeup.md ├── pass check └── index.php ├── 你从哪里来 └── index.php └── 反序列化2 └── index.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizjm3i/NUPT_Challenges/HEAD/README.md -------------------------------------------------------------------------------- /WEB/AAencode/aaencode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizjm3i/NUPT_Challenges/HEAD/WEB/AAencode/aaencode.php -------------------------------------------------------------------------------- /WEB/FileInclusion/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizjm3i/NUPT_Challenges/HEAD/WEB/FileInclusion/index.php -------------------------------------------------------------------------------- /WEB/FileInclusion/show.php: -------------------------------------------------------------------------------- 1 | test123 2 | -------------------------------------------------------------------------------- /WEB/GLOBALS/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizjm3i/NUPT_Challenges/HEAD/WEB/GLOBALS/index.php -------------------------------------------------------------------------------- /WEB/GLOBALS/writeup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizjm3i/NUPT_Challenges/HEAD/WEB/GLOBALS/writeup.md -------------------------------------------------------------------------------- /WEB/Sql_Injection/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizjm3i/NUPT_Challenges/HEAD/WEB/Sql_Injection/index.php -------------------------------------------------------------------------------- /WEB/WEB1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizjm3i/NUPT_Challenges/HEAD/WEB/WEB1/index.html -------------------------------------------------------------------------------- /WEB/XFF/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizjm3i/NUPT_Challenges/HEAD/WEB/XFF/index.html -------------------------------------------------------------------------------- /WEB/XFF/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizjm3i/NUPT_Challenges/HEAD/WEB/XFF/index.txt -------------------------------------------------------------------------------- /WEB/conmmand_exec/command.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizjm3i/NUPT_Challenges/HEAD/WEB/conmmand_exec/command.rar -------------------------------------------------------------------------------- /WEB/conmmand_exec/command/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizjm3i/NUPT_Challenges/HEAD/WEB/conmmand_exec/command/index.php -------------------------------------------------------------------------------- /WEB/conmmand_exec/command/templates/about.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizjm3i/NUPT_Challenges/HEAD/WEB/conmmand_exec/command/templates/about.php -------------------------------------------------------------------------------- /WEB/conmmand_exec/command/templates/contact.php: -------------------------------------------------------------------------------- 1 |

Contact me

2 |

Phone:123456789

3 | -------------------------------------------------------------------------------- /WEB/conmmand_exec/command/templates/flag.php: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /WEB/conmmand_exec/command/templates/home.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizjm3i/NUPT_Challenges/HEAD/WEB/conmmand_exec/command/templates/home.php -------------------------------------------------------------------------------- /WEB/conmmand_exec/command/waf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizjm3i/NUPT_Challenges/HEAD/WEB/conmmand_exec/command/waf.php -------------------------------------------------------------------------------- /WEB/gbk_injection/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizjm3i/NUPT_Challenges/HEAD/WEB/gbk_injection/index.php -------------------------------------------------------------------------------- /WEB/header/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizjm3i/NUPT_Challenges/HEAD/WEB/header/index.php -------------------------------------------------------------------------------- /WEB/md5 collision/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizjm3i/NUPT_Challenges/HEAD/WEB/md5 collision/index.php -------------------------------------------------------------------------------- /WEB/md5 collision/writeup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizjm3i/NUPT_Challenges/HEAD/WEB/md5 collision/writeup.md -------------------------------------------------------------------------------- /WEB/pass check/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizjm3i/NUPT_Challenges/HEAD/WEB/pass check/index.php -------------------------------------------------------------------------------- /WEB/你从哪里来/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meizjm3i/NUPT_Challenges/HEAD/WEB/你从哪里来/index.php -------------------------------------------------------------------------------- /WEB/反序列化2/index.php: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------