From 4f1399cf6645e72fdd4976ee2f142f0a98a58e67 Mon Sep 17 00:00:00 2001 From: Salad Dais Date: Mon, 6 Dec 2021 12:26:16 +0000 Subject: [PATCH] Add note about LinHippoAutoProxy --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 52e239c..7f164e8 100644 --- a/README.md +++ b/README.md @@ -377,6 +377,12 @@ To have your client's traffic proxied through Hippolyzer the general flow is: * The proxy needs to use content sniffing to figure out which requests are login requests, so make sure your request would pass `MITMProxyEventManager._is_login_request()` +#### Do I have to do all that? + +You might be able to automate some of it on Linux by using +[LinHippoAutoProxy](https://github.com/SaladDais/LinHippoAutoProxy). If you're on Windows or MacOS the +above is your only option. + ### Should I use this library to make an SL client in Python? No. If you just want to write a client in Python, you should instead look at using