http://www.sufeinet.com/plugin.php?id=keke_group

苏飞论坛

 找回密码
 马上注册

QQ登录

只需一步,快速开始

分布式系统框架(V2.0) 轻松承载百亿数据,千万流量!讨论专区 - 源码下载 - 官方教程

HttpHelper爬虫框架(V2.7-含.netcore) HttpHelper官方出品,爬虫框架讨论区 - 源码下载 - 在线测试和代码生成

HttpHelper爬虫类(V2.0) 开源的爬虫类,支持多种模式和属性 源码 - 代码生成器 - 讨论区 - 教程- 例子

查看: 2318|回复: 4

[其他] 求购网易邮箱账号密码正确验证的程序,包括源码

[复制链接]
发表于 2017-3-6 21:11:02 | 显示全部楼层 |阅读模式
如题:求购网易邮箱账号密码正确验证的程序,包括源码。  QQ:407864000


1. 开通SVIP会员,免费下载本站所有源码,不限次数据,不限时间
2. 加官方QQ群,加官方微信群获取更多资源和帮助
3. 找站长苏飞做网站、商城、CRM、小程序、App、爬虫相关、项目外包等点这里
发表于 2017-3-7 08:23:20 | 显示全部楼层
这个自己实现一个就行了吧,实现登录即可
发表于 2017-3-7 12:14:57 | 显示全部楼层
[C#] 纯文本查看 复制代码
 
                string postData = null;
                postData += "&username=" + 登录帐号;
                postData += "&url2=http://email.163.com/errorpage/error163.htm";
                postData += "&savalogin=0";
                postData += "&password=" + 登录密码;

                HttpItem item = new HttpItem()
                {
                    URL = "https://mail.163.com/entry/cgi/ntesdoor?funcid=loginone&language=-1&passtype=1&iframe=1&product=mail163&from=web&df=email163&race=
			   -2_56_-2_hz&module=&uid=" + 登录帐号 + "&style=-1&net=t&skinid=null",
                    Postdata = postData,
                    Method = "POST",
                    Encoding = Encoding.UTF8,
                    Cookie = Cookies,
                    ResultType = ResultType.String
                };

                string html = new HttpHelper().GetHtml(item).Html;

                string resultHtml = StringHelper.GetRegexValue(html, "top.location.href = \"", "\"");
                string sid = StringHelper.GetRegexValue(html, "sid=", "&");


得到sid就可以了
发表于 2017-3-7 13:31:27 | 显示全部楼层
QQ还有验证,没法加你
发表于 2017-3-9 19:39:06 | 显示全部楼层
有全套程序,还需要吗?
您需要登录后才可以回帖 登录 | 马上注册

本版积分规则

QQ|手机版|小黑屋|手机版|联系我们|关于我们|广告合作|苏飞论坛 ( 豫ICP备18043678号-2)

GMT+8, 2024-3-28 18:06

© 2014-2021

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