摘要: from urllib import request, parse from http import cookiejar # 创建cookiejar的实例 cookie = cookiejar.CookieJar() # 生成cookie的管理器 cookie_handler = request.H 阅读全文
posted @ 2020-06-12 17:11 阿久丶xin 阅读(1122) 评论(0) 推荐(0) 编辑
摘要: 工作流程 手动登陆人人网地址,拿到一个cookie。把cookie拷下来,手动定义一个headers,发起请求 import requests def xiaodai(): url = 'http://www.renren.com/974598244/profile' # 浏览器访问的网页的cook 阅读全文
posted @ 2020-06-12 15:04 阿久丶xin 阅读(1154) 评论(0) 推荐(0) 编辑
摘要: import requests def xiaodai(): url = 'http://erge1998.cn/' proxies = { 'http': 'http://149.28.38.64:1081', 'https': 'https://149.28.38.64:1081' } head 阅读全文
posted @ 2020-06-12 12:42 阿久丶xin 阅读(667) 评论(0) 推荐(0) 编辑
摘要: # 业务测试脚本 # 网络安全分析 import requests, datetime date1 = (datetime.date.today()).strftime("%Y.%m.%d") # 自动验证 post_dict = { 'log': 'admin', # 根据自己网站的类容填些一下信 阅读全文
posted @ 2020-06-12 09:48 阿久丶xin 阅读(423) 评论(0) 推荐(0) 编辑
Live2D