
实验吧
实验吧-CTF题库学习记录
xiaoyuer0123
这个作者很懒,什么都没留下…
展开
-
实验吧——加了料的报错注入
# -*- coding:utf8 -*-import requestsimport redef denglu(username,password): # 设置代理,用于调试过程中抓包分析 proxies = { "http": "http://localhost:9008", "https": "http://localhost:9008"...原创 2019-09-02 11:39:19 · 262 阅读 · 0 评论 -
实验吧——认真一点!
# -*- coding:utf8 -*-import requestsimport urllib# 设置代理,用于调试过程中抓包分析proxies = { "http": "http://localhost:9008", "https": "http://localhost:9008",} headers = { "Host": "ctf5.shiyanbar...原创 2019-09-02 14:33:40 · 210 阅读 · 0 评论