惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Forbes - Security
Forbes - Security
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
SegmentFault 最新的问题
Y
Y Combinator Blog
Recorded Future
Recorded Future
博客园 - Franky
I
InfoQ
T
The Blog of Author Tim Ferriss
Recent Announcements
Recent Announcements
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
T
Tailwind CSS Blog
Cyberwarzone
Cyberwarzone
The Register - Security
The Register - Security
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
雷峰网
雷峰网
P
Palo Alto Networks Blog
G
GRAHAM CLULEY
Cloudbric
Cloudbric
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
MongoDB | Blog
MongoDB | Blog
F
Full Disclosure
Google DeepMind News
Google DeepMind News
Recent Commits to openclaw:main
Recent Commits to openclaw:main
C
Check Point Blog
爱范儿
爱范儿
The GitHub Blog
The GitHub Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
W
WeLiveSecurity
T
Threat Research - Cisco Blogs
U
Unit 42
N
Netflix TechBlog - Medium
The Cloudflare Blog
Spread Privacy
Spread Privacy
Microsoft Azure Blog
Microsoft Azure Blog
美团技术团队
T
Troy Hunt's Blog
Engineering at Meta
Engineering at Meta
H
Heimdal Security Blog
TaoSecurity Blog
TaoSecurity Blog
C
Cybersecurity and Infrastructure Security Agency CISA
T
Tenable Blog
B
Blog
S
Securelist
H
Hacker News: Front Page
Google Online Security Blog
Google Online Security Blog
G
Google Developers Blog

博客园 - 52Qin

如何获取网站的ico图标呢? Site.modelUsers.Find xenserver 的新手帮助 拖拽的功能,可以看看这个 屏幕录制专家,如何上传到优酷的高清视频? 忍者X2简介+安装包+安装环境说明 [复制链接] 用htmlparser来获取你想要的内容 今天遇到了一个错误,记录一下,以后在发生这样的问题,有个查找。 沈阳住房公积金管理中心 给一个朋友写的语录,总结一下就是很直接的说,我喜欢你,行不。 今天总结一下,顺便说说下一步计划 zblog站群发布模块 wordpress群发模块 推一把随机回帖模块 神舟电脑俱乐部随机回帖模块 seowhy论坛随机顶帖,不减积分的分区fid=2 admin5论坛随机回帖模块 侠客X开发工作已经持续了2个月左右了。 侠客X群发王,正式投入运营。
今天开始介绍一下侠客X2的源码部分,很给力的哦。
52Qin · 2011-12-17 · via 博客园 - 52Qin

最近很懒啊,一直没有更新软件,其实想法还是挺多的,今天跟大家一起分享一下侠客X2的内部内容吧。

图片上已经看到了,还是X1,其实X2的有点就是提供了一些免费的小工具,包括dede的皮肤生成器,因为我做淘宝客站比较多,所以一直就倾向于淘宝客方面的比较多些。

image

从站群本身来看,X2,V3等都是用HTTP模拟登录、发布的方式来群发的。而其他的以珊瑚虫为核心的,是以模拟发布为核心来群发的。2者都可以实现群发功能,其实也没有必要去问其那个好,哪个劣。

贴一张图片,看看X2的核心源代码;

image

在Web目录中,有很多类,这里主要就是我尝试过的HTTP协议方式POST\GET数据的方便,目前V3用的就是其中的HttpHelper类。那么具体的看一眼吧。

image

方法有很多,不过有用的,就那几个,其他的都是引用,主要分POST\GET方法。登录获取COOKIES,然后在发布的时候直接使用这里的cookies。这是简单的原理,不过涉及的问题还有很多很多。

例如:验证码问题、POST数据遇到的表单随机字符串问题,来路验证等等,在开发测试过程其实是很痛苦的,有很多人问我,顶贴模块、这样那样的模块,其实一个软件是不可能兼容所有的