From 34ab180bad10ff68bcbd821c1136cbf568228e04 Mon Sep 17 00:00:00 2001 From: Massimo Prencipe Date: Sun, 19 Jan 2020 23:08:57 +0200 Subject: Fix broken link with link to similar addon. This fixes issue #3775. --- docs/src/content/tute-clientreplay.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/src/content/tute-clientreplay.md') diff --git a/docs/src/content/tute-clientreplay.md b/docs/src/content/tute-clientreplay.md index 1bf69031..275edfe6 100644 --- a/docs/src/content/tute-clientreplay.md +++ b/docs/src/content/tute-clientreplay.md @@ -31,9 +31,8 @@ mitmdump -w wireless-login ## 2. Point your browser at the mitmdump instance. -I use a tiny Firefox addon called [Toggle -Proxy](https://addons.mozilla.org/en-us/firefox/addon/toggle-proxy-51740/) to -switch quickly to and from mitmproxy. I'm assuming you've already [configured +There is a Firefox addon called [FoxyProxy](https://addons.mozilla.org/fi/firefox/addon/foxyproxy-standard/) that +lets you switch quickly to and from mitmproxy. I'm assuming you've already [configured your browser with mitmproxy's SSL certificate authority]({{< relref "concepts-certificates" >}}). -- cgit v1.2.3 From b286d35653b1ef57ed37d161d5224421efa7a713 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 31 Mar 2020 00:43:22 +0530 Subject: c is deprecated --- docs/src/content/tute-clientreplay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src/content/tute-clientreplay.md') diff --git a/docs/src/content/tute-clientreplay.md b/docs/src/content/tute-clientreplay.md index 275edfe6..048fd0a5 100644 --- a/docs/src/content/tute-clientreplay.md +++ b/docs/src/content/tute-clientreplay.md @@ -42,7 +42,7 @@ And that's it\! You now have a serialised version of the login process in the file wireless-login, and you can replay it at any time like this: {{< highlight bash >}} -mitmdump -c wireless-login +mitmdump -C wireless-login {{< / highlight >}} ## Embellishments -- cgit v1.2.3