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

Block or report mochazi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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

  1. Python3Webcrawler Python3Webcrawler Public

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

    Python 485 119

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

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

    92 16

  3. docsify-demo docsify-demo Public

    较完整的docsify案例

    52 25

  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