查看: 1009|回复: 4
收起左侧

[已解决] 如何 Hijack Web Traffic

 关闭 [复制链接]
Girl2
头像被屏蔽
发表于 2010-11-18 19:18:14 | 显示全部楼层 |阅读模式
毕竟是大盘操作,可能很难说的具体,但所以然应该卡饭还是有人知道或听说的。
请不吝指教。求可以听的懂的解释。

PS. 这是我听说的方法,但不明白:sent erroneous Internet-traffic instructions that briefly divert。。。

上次百度被劫持,可以听的懂的解释: 黑客绕开了百度本身的安全保护,而攻击了DNS管理服务器,导致了此次攻击的严重后果。

还有,摆在水区很久了,没人搭理
还是技术贴!!·#¥%……—*()这个如何实现?
http://bbs.kafan.cn/thread-844405-1-1.html

http://www.bloomberg.com/news/20 ... ernment-report.html
meishizhao
发表于 2010-11-18 19:31:21 | 显示全部楼层
= =  流量黑客?
Girl2
头像被屏蔽
 楼主| 发表于 2010-11-18 20:35:56 | 显示全部楼层
以下是4个 redirect / reroute / 重导向 网络traffice 的方法。
但好像都要经过DNS重定位,DNS大部分在美国,而且那些重要网站的DNS应该不可能被进入,所以以下也不是如何的答案。
There are multitudes of ways to redirect web traffic. Here are four ways that work well:

HTML Meta Rrefresh:
This technique will work in any HTML, and causes the browser to instantly load the site specified after url=. To introduce a delay, increase the number after content=; Typing a 5 would mean 5 seconds before redirection.

Apache Redirect:
You can type the following into a .htaccess file to send anything matching the first URI value to the second URL:
Redirect /path-to-redirect http://modwest.com/
This would reroute, for example, http://yoursite.com/path-to-redirect/index.php to http://modwest.com

PHP HTTP Header Redirect
In any PHP script, before actual HTML output has started, you can use the header() function to insert a location header, instantly redirecting the browser:
header('Location: http://modwest.com/')

Apache mod_rewrite Redirect
This is the most difficult but powerful of these four methods. In the example below, with code living in a .htaccess file, any traffic will redirect to modwest.com. Your imagination and the documentation above can produce other endless possibilities.
fcerebel
发表于 2010-11-18 23:46:53 | 显示全部楼层
回复 1楼 Girl2 的帖子

从表现看
可以参考功夫网的行为

例如,访问 www.twitter.com
Girl2
头像被屏蔽
 楼主| 发表于 2010-11-19 06:19:31 | 显示全部楼层
fcerebel 发表于 2010-11-18 23:46
回复 1楼 Girl2 的帖子

从表现看

能详细点吗?
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2025-6-15 23:15 , Processed in 0.131465 second(s), 17 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表