Skip to content
View mochazi's full-sized avatar
Block or Report

Block or report mochazi

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mochazi/README.md

🤸 ஐ Mochazi ஐ GitHub followers Twitter Follow

import mitmproxy.http
from mitmproxy import ctx

class Counter:

    def request(self, flow: mitmproxy.http.HTTPFlow):

        ctx.log.info(flow.request.url)
        ctx.log.warn(flow.request.url)
        ctx.log.error(flow.request.url)

    def response(self, flow: mitmproxy.http.HTTPFlow):
        
        if "https://github.com/mochazi" in flow.request.url:
            flow.response.set_text("Hi, I am Mochazi!")
        
addons = [
    Counter()
]

📕 ❀ Languages ❀

📃 〄 Analysis 〄










📞 ❅ Contact ❅

Email: mochazi888@gmail.com
Twitter: @mochazi888
Github: @mochazi

☬

Popular repositories Loading

  1. Python3Webcrawler Python3Webcrawler Public

    🌈Python3网络爬虫实战:QQ音乐歌曲、京东商品信息、房天下、破解有道翻译、构建代理池、豆瓣读书、百度图片、破解网易登录、B站模拟扫码登录、小鹅通、荔枝微课

    Python 495 120

  2. mitmproxy-doc-cn mitmproxy-doc-cn Public

    mitmproxy中文文档,已翻译HTTP核心对象

    94 16

  3. docsify-demo docsify-demo Public

    较完整的docsify案例

    53 24

  4. guangdong-special-edition guangdong-special-edition Public

    2022广东专插本机构黑料与部分老师推荐

    3 1

  5. easy_log easy_log Public

    C++ 简单日志库跨平台(Windows、Linux、Android)

    C++ 1

  6. AutoFishing AutoFishing Public

    超级跑跑自动钓鱼

    Python 1