今天在学校跑sqlmap玩,然后机器的网就挂了。traceroute 8.8.8.8不通。只有自己AS的几个IP有应答。重启后有时没事有时还是不行。(其实是时间限制) UofT的机器都会分配外网IP,但是IP地址一般保留–是的,跟MAC走。 好吧,忍几分钟,开Github,上这个东西: https://github.com/feross/SpoofMAC 文档很清楚。 如果忘记挂VPN,机器被限制,直接断线换MAC,然后世界照常运行了。 这里就放一个自己抄文档的cheatsheet,给cheat https://github.com/chrisallenlane/cheat 用:
qchan这个床简单耐用,取图片不走PHP所以速度飞快。 改了一下,加了这3个功能。 https://github.com/cnbeining/qchan 有用自取。 这东西的一个妙用是丢Openshift上,前端上一个Cloudflare,用page rule强制大缓存,但是需要改一下HTTPS的设置以免HTTPS不能加载内容。
另一个黑科技。 https://github.com/cnbeining/Biligrab
Since I struggled to find some infos for this, I wanted to sum up my findings here: 差不多: ffmpeg -y -threads 8 -i “test.m4v” -an -sn -vsync 0 -vf select=”not(mod(n\,14386))”… Read more »
支付宝为了所谓的安全,禁止直接跳转,方法是检测到有非支付宝referer就302到https://shenghuo.alipay.com/send/payment/fill.htm 。 我们可以用B站的HTTPS跳转法,但是如果懒得弄证书什么的,这里给出一个不是很漂亮的方法: <html> <head> <title>正在跳转……</title> <meta http-equiv=”Content-Language” content=”zh-CN”> <meta HTTP-EQUIV=”Content-Type” CONTENT=”text/html; charset=gb2312″> </head> <body> <script> URL = “https://shenghuo.alipay.com/send/payment/fill.htm?optEmail={邮箱}&payAmount={钱数}&title={附言}” function lose_in_webkit(url) { location = “data:text/html,\<script>location='” + url + ‘&_=’ +… Read more »
http://blog.sina.com.cn/s/blog_3df9d2330100zcy4.html 备份向,以免原文某天没了。作者zj262144。 好几年了,供参考。
几乎重写了一切可以重写的。 https://gfwsuckmydick.science/ https://github.com/cnbeining/DNSTester.js 代码下面。
Flvcd药丸。所以先留一手。 https://github.com/cnbeining/Biligrab 代码下面。
官方没有,我就自己封装一个。 https://github.com/cnbeining/Amazon-Cloud-Drive-Python-SDK 可以用来写客户端什么的。 验证简便。