Skip to content
/ tools Public
forked from nufroftsuj/tools

Useful tools for skype protocol researching

Notifications You must be signed in to change notification settings

goupviet/tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                            Skype Tools Directory

                                 :: info ::

cert_decrypt   --   for decode skype credentials into text form.
                    unsign 0x188 data blocks with user cert (0x100) in session handshake

data_decrypt   --  unsign newblk block in skype msg packet (restore original 41 data)

logdump_parse  --  parse skype logs to readeable format

skydumpcred3   --  for dumping skype credentials.
                   extract and decrypt public/private keys and cert 
                   (signed public key by skype network) to use in multysend 
                   or in my crypto tools

recovery_signed_data  --  for restore signed text (in old newblk blocks)               
                          in signed packets (for chatinit, headersign and msgsign data)
                          (i.e. improved cert_decrypt/data_decrypt in one project)

About

Useful tools for skype protocol researching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.9%
  • C++ 1.7%
  • Other 0.4%