From 11fd5b9e4849b3378d036c7664045989fc4ae287 Mon Sep 17 00:00:00 2001 From: Zongmin Lei Date: Tue, 24 Dec 2013 12:48:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=8F=82=E8=80=83=E8=B5=84=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MIT-License | 2 +- README.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/MIT-License b/MIT-License index a96bce9..943d8f2 100644 --- a/MIT-License +++ b/MIT-License @@ -1,4 +1,4 @@ -Copyright (c) 2012-2013 Lei Zongmin(雷宗民) +Copyright (c) 2012-2014 Zongmin Lei(雷宗民) http://ucdok.com The MIT License diff --git a/README.md b/README.md index 2dee5ca..2c80dd3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ ![xss](https://nodei.co/npm/xss.png?downloads=true&stars=true) + +## 参考资料 + ++ 《XSS与字符编码的那些事儿 ---科普文》 http://drops.wooyun.org/tips/689 ++ 《[腾讯实例教程] 那些年我们一起学XSS》 http://www.wooyun.org/whitehats/%E5%BF%83%E4%BC%A4%E7%9A%84%E7%98%A6%E5%AD%90 ++ 《XSS Filter Evasion Cheat Sheet》 https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet + + ## 安装 **npm install xss** @@ -124,7 +132,7 @@ alert(html); 基于MIT协议发布: ``` -Copyright (c) 2012-2013 Lei Zongmin(雷宗民) +Copyright (c) 2012-2014 Zongmin Lei(雷宗民) http://ucdok.com The MIT License