摘要:
基础脚本 import requests url = 'http://9980403b-660a-4aa7-90a0-c791e0e00ca6.challenge.ctf.show/api/index.php' result = '' i = 0 while True: i = i + 1 low 阅读全文
摘要:
这题是反序列化字符串逃逸 源码 <?php error_reporting(0); class a { public $uname; public $password; public function __construct($uname,$password) { $this->uname=$una 阅读全文