File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,8 @@ https://xianzhi.aliyun.com/forum/read/274.html
111
111
112
112
[ 新型任意文件读取漏洞的研究] ( https://www.leavesongs.com/PENETRATION/arbitrary-files-read-via-static-requests.html )
113
113
114
+ [ django的一些安全问题答案] ( https://www.kevinlondon.com/2015/10/16/answers-to-django-security-questions.html )
115
+
114
116
115
117
116
118
### package钓鱼
@@ -145,20 +147,32 @@ https://www.pytosquatting.org/
145
147
146
148
147
149
148
- ** SQLI**
150
+ ### SQLI
149
151
150
152
[ 讨论PythonWeb开发中可能会遇到的安全问题之SQL注入] ( http://blog.neargle.com/2016/07/22/pythonweb-framework-dev-vulnerable/ )
151
153
152
154
153
155
154
- ** SSTI模版注入**
156
+ ### SSTI模版注入
155
157
156
158
[ Python Security Auditing (II): SSTI] ( https://www.cdxy.me/?p=738 )
157
159
158
160
[ exploring-ssti-in-flask-jinja2] ( https://nvisium.com/blog/2016/03/09/exploring-ssti-in-flask-jinja2/ )
159
161
160
162
[ exploring-ssti-in-flask-jinja2-part-ii] ( https://nvisium.com/blog/2016/03/11/exploring-ssti-in-flask-jinja2-part-ii/ )
161
163
164
+
165
+
166
+ ### python webshell
167
+
168
+ https://github.com/evilcos/python-webshell
169
+
170
+
171
+
172
+ ### paper
173
+
174
+ Python_Hack_知道创宇_北北(孙博).pdf
175
+
162
176
### 其他
163
177
164
178
[ 如何判断目标站点是否为Django开发] ( https://www.leavesongs.com/PENETRATION/detect-django.html )
@@ -181,6 +195,8 @@ https://www.pytosquatting.org/
181
195
182
196
[ 【技术分享】python web 安全总结] ( http://bobao.360.cn/learning/detail/4522.html )
183
197
198
+
199
+
184
200
### 安全工具
185
201
186
202
[ python正向连接后门] ( https://www.leavesongs.com/PYTHON/python-shell-backdoor.html )
You can’t perform that action at this time.
0 commit comments