• Joined on
Loading Heatmap…

lp pushed to main at lp/SSFTP

  • 9b9ad3224e broadened auth goals to more than keycloak

4 months ago

lp pushed to main at lp/SSFTP

4 months ago

lp pushed to main at lp/SSFTP

4 months ago

lp created repository lp/SSFTP

4 months ago

lp commented on issue p/signal_group_analysis#3

Run failure: get_decryption_key

``` % git pull; ./build.sh; ./run.sh -c ~/Library/Application\ Support/Signal -p peanuts Already up to date. DEPRECATED: The legacy builder is deprecated and will be removed in a future…

5 months ago

lp commented on issue p/signal_group_analysis#3

Run failure: get_decryption_key

Looks like a maybe simple path error? ``` % ./run.sh -c ~/.config/Signal -p peanuts Traceback (most recent call last): File "/root/code/main.py", line 30, in <module> key = get_decryptio…

5 months ago

lp commented on issue p/signal_group_analysis#3

Run failure: get_decryption_key

Same error I think, I don't have a quick diff tool (that I know how to use) ``` % ./run.sh -c ~/Library/Application\ Support/Signal -p <password> WARNING:utils:expected b'v11' in password…

5 months ago

lp commented on issue p/signal_group_analysis#3

Run failure: get_decryption_key

But would be cool. Honestly, just having an arch laptop we could wipe, and then have a few ppl do this on would work. Me and you and one other person in a lot of groups would probably get 90%

5 months ago

lp commented on issue p/signal_group_analysis#3

Run failure: get_decryption_key

I'm ready to give up when you are. Don't need to subject you to a maybe impossible task. ``` % ./run.sh -c ~/Library/Application\ Support/Signal -p <pass> WARNING:utils:expected b'v11' in…

5 months ago

lp commented on issue p/signal_group_analysis#3

Run failure: get_decryption_key

rebuilt container: > % ./run.sh -c ~/Library/Application\ Support/Signal -p <mypassword> > Traceback (most recent call last): > File "/root/code/main.py", line 30, in <module> > key =…

5 months ago

lp commented on issue p/signal_group_analysis#3

Run failure: get_decryption_key

close.. feels like it's not handling the -p flag arguments properly somehow? > % ./run.sh -c ~/Library/Application\ Support/Signal -p testingtesting > usage: main.py [-h] [--db DB] [--config…

5 months ago

lp commented on issue p/signal_group_analysis#3

Run failure: get_decryption_key

> oh wait I think the prefix would actually appear in the config.json `encryptedKey` entry Doesn't appear to be there. No apparent prefix/suffix.

5 months ago

lp commented on issue p/signal_group_analysis#3

Run failure: get_decryption_key

has no prefix 22 or 24 char hash, can't tell, trailing chars might be part of block or meta-ish or something.

5 months ago

lp commented on issue p/signal_group_analysis#3

Run failure: get_decryption_key

> > hm interesting. can you see if Docker is selectable as an application you can grant access to? > > yeah this would be towards the goal of getting that https://github.com/fjh658/signal-decryp…

5 months ago

lp commented on issue p/signal_group_analysis#3

Run failure: get_decryption_key

Added both sym and directly added binary same result

5 months ago

lp commented on issue p/signal_group_analysis#3

Run failure: get_decryption_key

Added symlink: > % ./run.sh -c ~/Library/Application\ Support/Signal > Traceback (most recent call last): > File "/root/code/decode.py", line 85, in get_messages > host_uuid = get_signal_…

5 months ago

lp commented on issue p/signal_group_analysis#3

Run failure: get_decryption_key

> hm interesting. can you see if Docker is selectable as an application you can grant access to? Seems I can. Can either add the symlink in /opt/homebrew/bin/ or the file in /Cellar/docker/27.…

5 months ago

lp commented on issue p/signal_group_analysis#3

Run failure: get_decryption_key

background: https://candid.technology/signal-encryption-key-flaw-desktop-app-fixed/

5 months ago

lp commented on issue p/signal_group_analysis#3

Run failure: get_decryption_key

There is an entry in keychain: https://basement.woodbine.nyc/asdoifwerion Also appears to be a way to add other applications to have access to it.

5 months ago

lp commented on issue p/signal_group_analysis#3

Run failure: get_decryption_key

Just poking around to see if I could possibly decrypt this via command line and then update a config file or something, came across this: https://github.com/fjh658/signal-decryption-tool

5 months ago