想要用php写个文件探测的,可是悲剧的发现php是单线程的,速度很慢,先记录下,晚上回来在修改。
set_time_limit(0);
$file = 'PHP.txt';
$content = file_get_contents($file);
//echo $content;
$array = explode("\r\n", $content);
//print_r($array);
$url = 'http://xssxss.com';
for($i=0; $i
{
$header_array = get_headers ( $url.$array[$i] );
if ($header_array [0] == 'HTTP/1.1 200 OK') {
echo ''.'文件存在';
echo 'scan is finish';
} else {
}
}
?>
本文固定链接: http://www.xssxss.com/fuck/325.xss | Shine的圣天堂-〃敏〃
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号