POC:取逼站点击URL
aid和mid自己想办法,要是不会就别用了。 https://gist.github.com/cnbeining/a3b710bacfdc10074695 即使是packer这坨屎也能挖出花来。 代码下面。
aid和mid自己想办法,要是不会就别用了。 https://gist.github.com/cnbeining/a3b710bacfdc10074695 即使是packer这坨屎也能挖出花来。 代码下面。
EDIT: 偶尔其他渠道收不到确认邮件。 等2分钟,直接去取证书就是。 手残?回复,我帮你签。 两种方法,先说一个: 1. 把玉米解析到IP段: 83.170.64.0 – 83.170.127.255 109.123.64.0 – 109.123.127.255 77.92.64.0 – 77.92.95.255 要是不行换个 2. 要么关WHOIS隐私 要么保证admin@ webmaster@ 这种常见邮箱可以收信 3. 生成CSR等 4. https://ssl.uk2.net/cgi-bin/certificate-apply.pl 申请 记住订单号!!!!!… Read more »
虽然我不用他的垃圾直播。 试试两个传图片的API,还有百度OCR的API。 求测试后反馈,无论是不是好用。 https://github.com/cnbeining/bilibili-grab-sliver
简单说: 弹幕发送者ID是他mid的CRC32. 原文如下。
http://live.bilibili.com/api/h5playurl?roomid=5067 ({“durl”:[{“order”:1,”length”:0,”url”:”http://live-play.acgvideo.com/live/live_227933_332_c521e483/playlist.m3u8″}]})
逼我用浏览器UA?怕啥 不服就干。 https://github.com/cnbeining/Biligrab 代码下面。
DNSPod感觉不靠谱。 CloudXNS。。。国内无爱。 Route53要钱。 Linode的大陆封。 所以老老实实,Cloudflare。 好处是没什么限制,TTL2分钟也够良心。 当然了,缺点是看不见记录:没办法了。
声明:喝了酒翻译的,出问题不负责。 原文: http://blog.ejbca.org/2013/09/certificate-transparency-and.html 词汇表: TBSCertificate:To-Be-Signed, 将要被颁发的证书,https://stackoverflow.com/questions/5304531/certificate-structure issuerDN:发放者专有名称,http://www-01.ibm.com/support/knowledgecenter/SSPLFC_7.2.2/com.ibm.taddm.doc_7.2.2/zemainstall/zema_install_cce_api_appendix_PUT_eccapi_admin_config_certificates_alias.html?lang=zh subjectDN:主题专有名称,同上 CT:Certificate Transparency,证书透明度 On to PreCertificates… 前证书: PreCertificates are defined in section “3.1. Log Entries” as (text trimed by me) “The Precertificate is… Read more »
def get_max_time(normal = ”, large = ”): normal_tuple = normal.split() large_tuple = large.split() max_time = 100 #资材100x for i, j in zip(normal_tuple, large_tuple): time_this = int(int(j) / int(i)) max_time =… Read more »
import urllib.parse as urlparse import http.client as httplib #———————————————————————- def resolve_http_redirect(url, depth=0): “””http://www.zacwitte.com/resolving-http-redirects-in-python “”” if depth > 10: raise Exception(“Redirected “+depth+” times, giving up.”) o = urlparse.urlparse(url,allow_fragments=True) conn = httplib.HTTPConnection(o.netloc)… Read more »