From 32171ec9371146d8516213ff2514ff7c5b951c4e Mon Sep 17 00:00:00 2001 From: chengable <1562372919@qq.com> Date: Mon, 20 Mar 2017 15:09:46 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d2a082e..51e44ca 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -#### 在对漏洞深刻理解的情况下,如何写入完全安全,能够杜绝某个漏洞的编码,phithon做了个榜样 -#### 在这篇文章中http://bobao.360.cn/learning/detail/3074.html -#### phithon详细讲解了python如何完全防御ssrf漏洞,并给出了python版本,在这里按照p牛的思路写了一个php版本 -#### (这里说完全安全不妥,有大牛指出,还是要改正一下) +# ssrf防护 +* 在对漏洞深刻理解的情况下,如何写入完全安全,能够杜绝某个漏洞的编码,phithon做了个榜样 +* 在这篇文章中http://bobao.360.cn/learning/detail/3074.html ,phithon详细讲解了python如何完全防御ssrf漏洞,并给出了python版本,在这里按照p牛的思路写了一个php版本 From 0a93383c7c81d8cba564909161ad5c37cae2fe2e Mon Sep 17 00:00:00 2001 From: chengable <1562372919@qq.com> Date: Mon, 20 Mar 2017 15:10:34 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51e44ca..8ffc401 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# ssrf防护 -* 在对漏洞深刻理解的情况下,如何写入完全安全,能够杜绝某个漏洞的编码,phithon做了个榜样 +## ssrf防御代码 +* 在对漏洞深刻理解的情况下,如何写入安全,能够杜绝某个漏洞的编码,phithon做了个榜样 * 在这篇文章中http://bobao.360.cn/learning/detail/3074.html ,phithon详细讲解了python如何完全防御ssrf漏洞,并给出了python版本,在这里按照p牛的思路写了一个php版本