
python
h416756139
这个作者很懒,什么都没留下…
展开
-
python爬虫
1.控制器:#coding=utf-8'''Created on 2016��7��12��@author: wenwen.huang'''from spider import html_url, html_dw, html_parse, html_collectclass SpiderMain(object): def __init__(self):转载 2016-07-13 17:09:04 · 1156 阅读 · 0 评论 -
mitmProxy介绍
1+2. 单条flow请求的大概介绍, GET请求, URL, 状态码, 响应类型, 大小;3. 有个刷新的图标,代表重新request;4. 橙色代表request正在被拦截, enter进入,按e可进行编辑; 5. 左边右向箭头,代表返回的response被拦截,可被编辑;6. 请求log, 在本模式下,按e进行日志栏打开/关闭;7. 总共有多少条flow请求,;8.转载 2016-07-18 14:26:44 · 3846 阅读 · 0 评论 -
mitmProxy 总结
启动:mitmproxy [-b IP_ADDR] [-p PORT] ## -b:bind Mac IP -p port快捷键:q 返回上一页C [大写]清楚所有tab 在req和res之间切换,response下数据显示方式切换[json/html...]: m 输入字母“i”(代表Intercept filter),此时界面便会让你输入想要拦转载 2016-07-18 14:31:41 · 5509 阅读 · 0 评论