From 552c8c5fdf80251161144a70d3dff24c348ab579 Mon Sep 17 00:00:00 2001 From: William Pietri Date: Fri, 3 Nov 2017 13:40:40 -0700 Subject: [PATCH] minor doc updates --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c87157..14bf462 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,16 @@ If you do try to use it, you'll need to create ~/.config/sucks.conf. It should look something like this: ``` -user=2017010101abdef012345 +user=20170101abcdef0123456 domain=ecouser.net resource=abcdef01 secret=[long base64 string] vacuum=[robot id]@126.ecorobot.net ``` -I got these values by using xmppeek to do a man-in-the-middle attack on +I got these values by using +[xmppeek](https://www.beneaththewaves.net/Software/XMPPPeek.html) +to do a man-in-the-middle attack on the android app. You can use the included log_clean.py script to generate a config from a captured session. (I suspect that the Android app re-keys the connection on a regular basis, as the secret was changing regularly