摘要: <?php error_reporting(0); highlight_file(__FILE__); $url=$_POST['url']; $x=parse_url($url); if(preg_match('/^http:\/\/ctf\..*show$/i',$url)){ echo fil 阅读全文
posted @ 2025-05-23 14:27 justdoIT* 阅读(12) 评论(0) 推荐(0)
摘要: <?php error_reporting(0); highlight_file(__FILE__); $url=$_POST['url']; $x=parse_url($url); if($x['scheme'] 'http'||$x['scheme'] 'https'){ $ip = getho 阅读全文
posted @ 2025-05-23 14:20 justdoIT* 阅读(33) 评论(0) 推荐(0)
摘要: <?php error_reporting(0); highlight_file(__FILE__); $url=$_POST['url']; $x=parse_url($url); if($x['scheme'] 'http'||$x['scheme'] 'https'){ $host=$x['h 阅读全文
posted @ 2025-05-23 10:24 justdoIT* 阅读(9) 评论(0) 推荐(0)