From 3126491c16c0abbfe27b4567424348993d18ea6f Mon Sep 17 00:00:00 2001 From: Wayne Workman <13314799+wayneworkman@users.noreply.github.com> Date: Sat, 7 Aug 2021 11:37:42 -0500 Subject: [PATCH] Updated Registration with captcha (markdown) --- Registration-with-captcha.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Registration-with-captcha.md b/Registration-with-captcha.md index 1bba1ae..a5f17c5 100644 --- a/Registration-with-captcha.md +++ b/Registration-with-captcha.md @@ -11,7 +11,7 @@ Check the console in the developer tools for a redirect starting with `signalcap Everything after `signalcaptcha://` is the captcha token. ![](https://user-images.githubusercontent.com/292790/113993106-a8cd5280-9886-11eb-9380-4afe7b71482f.png) -Using Linux with Firefox, you are prompted what program to open the link with. You can create the following python file, browse to it in Firefox, and select it. You must set this script as executable. This script will output the captcha link to /tmp/captcha.txt +Using Linux with Firefox, you are prompted what program to open the link with. You can create the following python file. You must set this script as executable. After completing the captcha and prompted for how to open, browse to this script and select it. This script will output the captcha link to /tmp/captcha.txt ``` #!/usr/bin/python3