All Projects → wuhan005 → Houki

wuhan005 / Houki

Licence: MIT license
🧹 Customizable MitM proxy / 可定制化的中间人代理

Programming Languages

go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Houki

mps
MPS is a high-performance HTTP(S) proxy library that supports forward proxies, reverse proxies, man-in-the-middle proxies, tunnel proxies, Websocket proxies. MPS 是一个高性能HTTP(s)中间代理库,它支持正向代理、反向代理、中间人代理、隧道代理、Websocket代理
Stars: ✭ 64 (+128.57%)
Mutual labels:  mitm, mitmproxy
Secret Agent
The web browser that's built for scraping.
Stars: ✭ 151 (+439.29%)
Mutual labels:  mitm, mitmproxy
httransform
A framework to build precise and fast HTTP proxies.
Stars: ✭ 54 (+92.86%)
Mutual labels:  mitm, mitmproxy
PassivesScan
《被动扫描资源汇总》
Stars: ✭ 27 (-3.57%)
Mutual labels:  mitm, mitmproxy
Go Mitmproxy
mitmproxy implemented with golang. 用 Golang 实现的中间人攻击(Man-in-the-middle),解析、监测、篡改 HTTP/HTTPS 流量。
Stars: ✭ 61 (+117.86%)
Mutual labels:  mitm, mitmproxy
mitm-play
Man in the middle using Playwright
Stars: ✭ 13 (-53.57%)
Mutual labels:  mitm, mitmproxy
Ssh Mitm
ssh mitm server for security audits supporting public key authentication, session hijacking and file manipulation
Stars: ✭ 335 (+1096.43%)
Mutual labels:  mitm, mitmproxy
Mastermind
Man in the middle testing
Stars: ✭ 341 (+1117.86%)
Mutual labels:  mitm, mitmproxy
Bdfproxy
Patch Binaries via MITM: BackdoorFactory + mitmProxy.
Stars: ✭ 857 (+2960.71%)
Mutual labels:  mitm, mitmproxy
Pokemon Go Mitm
🎁 Pokemon Go MITM Proxy - Intercepts the traffic between your Pokemon Go app and their servers, decodes the protocol and gives you a handy tool to enrich your own game experience on the fly.
Stars: ✭ 475 (+1596.43%)
Mutual labels:  mitm, mitmproxy
Proxy.py
⚡⚡⚡Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging
Stars: ✭ 1,291 (+4510.71%)
Mutual labels:  mitm, mitmproxy
Proxify
Swiss Army knife Proxy tool for HTTP/HTTPS traffic capture, manipulation, and replay on the go.
Stars: ✭ 1,153 (+4017.86%)
Mutual labels:  mitm, mitmproxy
Wilma
Service Virtualization Solution – a combined Service Stub and Transparent Proxy
Stars: ✭ 50 (+78.57%)
Mutual labels:  mitm, mitmproxy
Awesome Hacking Resources
A collection of hacking / penetration testing resources to make you better!
Stars: ✭ 11,466 (+40850%)
Mutual labels:  mitm
Badssl.com
🔒 Memorable site for testing clients against bad SSL configs.
Stars: ✭ 2,234 (+7878.57%)
Mutual labels:  mitm
Mitmap
📡 A python program to create a fake AP and sniff data.
Stars: ✭ 1,526 (+5350%)
Mutual labels:  mitm
Aimsicdl
AIMSICD Lite (Android IMSI-Catcher Detector) - reloaded!
Stars: ✭ 102 (+264.29%)
Mutual labels:  mitm
C-Sharp-Proxy-Server
A proxy server built with c# can be both normal and MITM Proxy
Stars: ✭ 86 (+207.14%)
Mutual labels:  mitmproxy
Awesome Mitm
Curated List of MitM frameworks on GitHub
Stars: ✭ 169 (+503.57%)
Mutual labels:  mitm
Bettercap
The Swiss Army knife for 802.11, BLE, IPv4 and IPv6 networks reconnaissance and MITM attacks.
Stars: ✭ 10,735 (+38239.29%)
Mutual labels:  mitm

🧹 Houki Go Go Report Card Sourcegraph

Customizable MitM proxy. 简体中文

Installation

  1. Clone the repository
git clone [email protected]:wuhan005/Houki.git
  1. Build the binary
cd Houki

go build .
  1. Run the binary
./Houki web

Usage

You can create module to intercept and modify the request and response.

Here is a simple example module configuration which replaces the bilibili 哔哩哔哩 to pilipili 批哩批哩

{
  "title": "Bili2Pili",
  "author": "E99p1ant",
  "description": "This is my first module.",
  "response": {
    "on": "url.contains(\"bilibili.com\")",
    "header": {
      "X-MITM": "Houki"
    },
    "body": {
      "replace": {
        "bilibili": "pilipili",
        "哔哩哔哩": "批哩批哩"
      }
    }
  }
}

Then click the START PROXY button to start the proxy. You can set your browser's proxy manually or just click the OPEN BROWSER to open a new browser window with the proxy.

Enjoy it!

What/Who is Houki?

Houki(ほうき), is the broom used by Elaina in Wandering Witch: The Journey of Elaina. Elaina uses magic to turn it into a human, whose appearance is very similar to hers.

PixivID: 84262335

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].