diff --git a/content/blog/10-20-mcaptcha-net/index.md b/content/blog/10-20-mcaptcha-net/index.md index 58be154..5c303f1 100644 --- a/content/blog/10-20-mcaptcha-net/index.md +++ b/content/blog/10-20-mcaptcha-net/index.md @@ -46,3 +46,6 @@ This doesn't include the usual fingerprinting parameters like User-Agent, cookies, and IP address. Additionally, we use a psuedo ID within mCaptcha to avoid. We also use psuedo IDs within mCaptcha to prevent the underlying mCaptcha installation from being exposing. + + +{{% img src="working-rpc.png" alt="A screenshot of a tmux window with logs of mCaptcha/mCaptcha and mCaptha/survey showing both of them talking to eachother" caption="mCaptha uploading performance statistics to a survey instanc3" %}} diff --git a/content/blog/10-20-mcaptcha-net/working-rpc.png b/content/blog/10-20-mcaptcha-net/working-rpc.png new file mode 100644 index 0000000..cc5f5b8 Binary files /dev/null and b/content/blog/10-20-mcaptcha-net/working-rpc.png differ