1 Star 1 Fork 2

Franky/ctf-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
request_function.py 187 Bytes
一键复制 编辑 原始数据 按行查看 历史
truongkma 提交于 2015-10-14 09:12 . ctf tools
import urllib2, urllib
def request(url,data,cookie):
headers = {"Cookie": cookie}
req = urllib2.Request(url, data, headers)
response = urllib2.urlopen(req).read()
return response
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kuorumin/ctf-tools.git
git@gitee.com:kuorumin/ctf-tools.git
kuorumin
ctf-tools
ctf-tools
master

搜索帮助