摘要: 351: <?php error_reporting(0); highlight_file(__FILE__); $url=$_POST['url']; $ch=curl_init($url); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch 阅读全文
posted @ 2024-12-07 18:25 Govced 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 基础脚本 import requests url = 'http://9980403b-660a-4aa7-90a0-c791e0e00ca6.challenge.ctf.show/api/index.php' result = '' i = 0 while True: i = i + 1 low 阅读全文
posted @ 2024-12-07 16:45 Govced 阅读(2) 评论(0) 推荐(0) 编辑