2019年12月23日
摘要: 如下都是一些经验之谈,不定期更新,喜欢可以关注哦。 忽略ssl报错 一些证书问题会导致程序报错,解决方法为在发送请求的时候,带上verify=False参数即可; result = requests.get(burp0_url, headers=burp0_headers, verify=False 阅读全文
posted @ 2019-12-23 20:46 Mysticbinary 阅读(2354) 评论(0) 推荐(1) 编辑