摘要: catalogue 0. Abstract 1. INTRODUCTION 2. 通信协议Connection Registration Action 3. 通信协议Channel operations Action 4. 通信协议Heart Beat Action 5. 示例代码 6. 基于IRC 阅读全文
posted @ 2017-08-11 16:00 pityhero 阅读(497) 评论(0) 推荐(0) 编辑
摘要: 目录 1. 漏洞描述 对这个漏洞简单的概括如下 最终的结果是,程序代码引入了黑客注入的外部文件的PHP代码,并使用eval进行了执行,导致RCE Relevant Link: 2. 漏洞触发条件 0x1: POC token需要动态获取 3. 漏洞影响范围 4. 漏洞代码分析 0x1: PHP se 阅读全文
posted @ 2017-08-11 15:50 pityhero 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 康托展开 康托展开的公式是 X=an*(n-1)!+an-1*(n-2)!+...+ai*(i-1)!+...+a2*1!+a1*0! 其中,ai为当前未出现的元素中是排在第几个(从0开始)。 这个公式可能看着让人头大,最好举个例子来说明一下。例如,有一个数组 s = ["A", "B", "C", 阅读全文
posted @ 2017-08-11 14:47 pityhero 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 声明! This is an unofficial translation of the GNU General Public License into simplified Chinese. It was not published by the Free Software Foundation, 阅读全文
posted @ 2017-08-11 14:28 pityhero 阅读(823) 评论(0) 推荐(0) 编辑