搜索文章:

首页  |  Java技术  |  Asp.net  |  Asp编程  |  VC/C++  |  Delphi  |  VB编程

用google搜索无保护的视频音频文件

在furl里看到一篇googletutor里的文章:voyeur heaven: finding interesting video, sound and image files in unprotected directories(偷睽者的天堂:在无保护的目录里寻找有趣的视频、声频和图像文件),当然又是讲google hack的。虽然我对偷睽没兴趣,但我是资源收集狂,对google的用法着迷,所以看到这类文章如获至宝。文章介绍了方法,主要还是利用google搜索没有首页的服务器,即在搜索"index of"的基础上加了些限定,可以找到视频、音频等等。下面是一些搜索式:

下面这个检索之就可找到无保护的目录:

[-inurl(htmlhtmphp) intitle:”index of” +”last modified” +”parent directory” +description +size +”jennifer lopez”]

找 wmv 或avi 格式的电影:

[-inurl:(htmhtmlphp) intitle:”index of” +”last modified” +”parent directory” +description +size +(wmvavi)]

找 wma 或 mp3 格式的音频文件:

[-inurl:(htmhtmlphp) intitle:”index of” +”last modified” +”parent directory” +description +size +(wmamp3)]

找 jpg 或 gif 格式的图像: [-inurl:(htmhtmlphp) intitle:”index of” +”last modified” +”parent directory” +description +size +(jpggif) ]

你可以同时限定文件格式和你期望名字来找

[-inurl:(htmhtmlphp) intitle:”index of” +”last modified” +”parent directory” +description +size +(wmvavi) “paris hilton”]

甚至可以随便猜一个可能的文件名::

[-inurl:(htmhtmlphp) intitle:”index of” +”last modified” +”parent directory” +description +size +(”parishilton.wmv””parishilton.avi”)]

()

相关文章:
© 2006   www.java-asp.net