8000 GitHub - fr3ns1s/iOS_Signal_Visualizer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fr3ns1s/iOS_Signal_Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS Signal DB Visualizer

The db parser will generate a datamodel compatible with the frontend.
Inside the chat you can play videos/audios, see images/stickers, open documents ecc.. (group container is mandatory)

How to install

The requirements.txt file should list all Python libraries that your notebooks depend on, and they will be installed using:

pip3 install -r requirements.txt

How to use

    59EC
  1. Extract Signal app container from your iPhone/backup
    /var/mobile/Containers/Shared/AppGroup/UUID
    
    the right UUID folder contains "grdb" folder
  2. Extract Signal db key from keychain
  3. Decrypt db
  4. Start the script:
    python3 main.py path_decypted_db path_container
    
  5. Enjoy!

The frontend is an edited version of this: https://github.com/anishghosh103/whatsapp

 

Screenshot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0