1024邀请码是什么码

发送给微博、QQ、MSN等好友吧播放列表加载中...
正在载入...
分享视频:
嵌入代码:
拍下二维码,随时随地看视频
刷1024邀请码
上 传 者:
内容介绍:
叫你怎么刷邀请码
Channel Me 精选
我来说点啥
版权所有 CopyRight
| 京网文[0号 |
| 京公网安备:
互联网药品信息服务资格证:(京)-非经营性- | 广播电视节目制作经营许可证:(京)字第403号
<img src="" width="34" height="34"/>
<img src=""/>
<li data-vid="">
<img src=""/><i data-vid="" class="ckl_plays">
<li data-vid="">
<img src=""/><i data-vid="" class="ckl_plays">
<img src="///img/blank.png" data-src=""/>
<img src="///img/blank.png" data-src="http://"/>
<li data-vid="" class="cfix">
src="///img/blank.png" data-src=""/>
<i data-vid="" class="ckl_plays">
<li data-vid="" class="cfix">
src="///img/blank.png" data-src=""/><i data-vid="" class="ckl_plays">
没有数据!
{upload_level_name}
粉丝 {fans_count}
{video_count}
{description}当前访客身份:游客 [
当前位置:
发布于 日 14时,
1024,你懂的。发布邀请码的时候总是会屏蔽几个字符,得一个一个试本程序采用暴力穷举的办法,实现破解及自动注册初学制作,请大师不要见笑-:)
代码片段(1)
1.&[代码][Python]代码&&&&
#encoding: utf-8
import requests
# HTTP LIB requests: http://docs.python-requests.org/en/latest/
class CodeSearch1024():
def __init__(self,codeWithMask,parent=None):
self.url='http://***/register.php'
self.codeWithMask = codeWithMask
self.chars= 'abcdefghijklmnopqrstuvwxyz'
self.chars1 = 'abcdefghijklmnopqrstuvwxyz'
self.chars2 = ''
def getMaskCount(self):
for ch in self.codeWithMask:
if ch == '*':
count += 1
return count
def start(self):
maskCount = self.getMaskCount()
self.codeWithMask = self.codeWithMask.replace('*','%s')
if maskCount&3:
print(u'暂时不能处理大于3个隐藏字符的邀请码')
if maskCount == 0:
code = self.codeWithMask
result = self.doReg(code,0)
if result == 'found':
print('%s found!' % (code))
print('%s %s!' % (code,result))
elif maskCount == 1:
for ch in self.chars:
code = self.codeWithMask % (ch)
result = self.doReg(code,0)
if result == 'found':
print('%s found!' % (code))
print('%s %s!' % (code,result))
elif maskCount == 2:
for ch1 in self.chars:
for ch2 in self.chars:
code = self.codeWithMask % (ch1,ch2)
result = self.doReg(code,0)
if result == 'found':
print('%s found!' % (code))
print('%s %s!' % (code,result))
elif maskCount == 3:
for ch1 in self.chars:
for ch2 in self.chars:
for ch3 in self.chars:
code = self.codeWithMask % (ch1,ch2,ch3)
result = self.doReg(code,0)
if result == 'found':
print('%s found!' % (code))
print('%s %s!' % (code,result))
print('done!')
def doReg(self,code,n):
#可重试5次
return 'timeout'
postData = {'regname':'xxxxxxx',
'regpwd':'999999',
'regpwdrepeat':'999999',
'regemail':'',
'invcode':code,
'forward':'',
'step':'2'
r = requests.post(url=self.url,data=postData)
html = r.text.encode(r.encoding).decode('gbk')
if html.find(u'邀請碼錯誤')&-1:
return 'incorrect'
return 'found'
return self.doReg(code,n+1) #递归
code = raw_input(u'Please input a code: ') # e.g.: *8m*9754yupt307t
reg = CodeSearch1024(code)
reg.start()
raw_input()
开源中国-程序员在线工具:
相关的代码(115)
4回/2000阅
2楼:lazyphp 发表于
3楼:NealFeng 发表于
,自己动手丰衣足食
4楼:appjack 发表于
5楼:nice_so 发表于
似乎不注册也是一样的。
6楼:麦琪 发表于
有号,但很少登陆,反正也能下载。
7楼:拜仁慕尼黑 发表于
找个女朋友吧,,别TM撸了
8楼:傻逼 发表于
引用来自“麦琪”的评论有号,但很少登陆,反正也能下载。找个充气娃娃吧,别TM撸了
9楼:wjyhumor 发表于
引用来自“YeaWind”的评论引用来自“麦琪”的评论有号,但很少登陆,反正也能下载。找个充气娃娃吧,别TM撸了效果是一样的
10楼:wjyhumor 发表于
引用来自“nice_so”的评论似乎不注册也是一样的。
注册了可以搜索。。。
11楼:小-菜 发表于
小心登录了被查水表~~
12楼:知之为知之 发表于
PM个地址~ 1024
13楼:wireshark 发表于
哪里可以获取邀请码的地址?
14楼:秌子 发表于
怎么用呀。为什么我都用不了?
开源从代码分享开始
wjyhumor的其他代码打开微信扫一扫
源汇区 | 源汇区 | 召陵区 | 郾城区 |
车市 | 车市 | 汽车频道 | 车市 | 新闻 | 新闻 | 新闻 |
本地资讯 | 本地资讯 | 本地资讯 | 本地资讯 | 本地资讯 | 本地资讯 | 本地资讯 |}

我要回帖

更多关于 1024邀请码是什么 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信