Update README.md

master
Costas K 6 years ago committed by GitHub
parent 59978ec7d7
commit c38181d562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,12 +18,18 @@
- **Skype**
- Query both cache_db.db databases found at AppData\Roaming\UserProfile\media_messaging\<br>
'emo_cache_v2\asyncdb' & 'media_cache_v3\asyncdb' folders
- [skype_main.sql](https://github.com/kacos2000/queries/blob/master/skype_main_db.sql)<br>
Query Skype's *(Classic)* main.db for chats & file transfers.<br>
*(tested on Skype version 7.21 & 7.41 dBs)*
- [skype_cache_db](https://github.com/kacos2000/queries/blob/master/skype_cache_db.sql)<br>
Query Skype's *(Classic)* both cache_db.db databases found at AppData\Roaming\UserProfile\media_messaging\ <br>
- 'emo_cache_v2\asyncdb\cache_db' *(cached Emoticons etc)* & <br>
- 'media_cache_v3\asyncdb\cache_db' *(Cached Sent & Received images)* folders.<br>
*(tested on Skype version 7.21 & 7.41 dBs)* <br>
[SQLite query](https://github.com/kacos2000/queries/blob/master/skype_cache_db.sql)<br>
[PowerShell script/sqlite query](https://github.com/kacos2000/queries/blob/master/cache_db.ps1) so that you can view the Hex Blob output<br>
[Sample Output (csv)](https://github.com/kacos2000/queries/blob/master/cache_db.csv)<br>
- [PowerShell script/sqlite query](https://github.com/kacos2000/queries/blob/master/cache_db.ps1) so that you can view the Hex Blob output<br>
- [Sample Output (csv)](https://github.com/kacos2000/queries/blob/master/cache_db.csv)<br>

Loading…
Cancel
Save