更新README,添加参考资料

This commit is contained in:
Zongmin Lei
2013-12-24 12:48:56 +08:00
parent 01953d3cf2
commit 11fd5b9e48
2 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
Copyright (c) 2012-2013 Lei Zongmin(雷宗民) <leizongmin@gmail.com> Copyright (c) 2012-2014 Zongmin Lei(雷宗民) <leizongmin@gmail.com>
http://ucdok.com http://ucdok.com
The MIT License The MIT License

View File

@@ -5,6 +5,14 @@
![xss](https://nodei.co/npm/xss.png?downloads=true&stars=true) ![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** **npm install xss**
@@ -124,7 +132,7 @@ alert(html);
基于MIT协议发布 基于MIT协议发布
``` ```
Copyright (c) 2012-2013 Lei Zongmin(雷宗民) <leizongmin@gmail.com> Copyright (c) 2012-2014 Zongmin Lei(雷宗民) <leizongmin@gmail.com>
http://ucdok.com http://ucdok.com
The MIT License The MIT License