hashcat Forum
TeamSpeak Hash? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html)
+--- Thread: TeamSpeak Hash? (/thread-4437.html)

Pages: 1 2


TeamSpeak Hash? - chickin - 06-14-2015

Does anybody know the algorithm that TeamSpeak uses to encrypt serveradmin passwords? There are generators but I haven't managed to find the actual algorithm they use to encrypt the passwords. Any help would be appreciated - Example = QL0AFWMIX8NRZTKeof9cXsvbvu8=:123


RE: TeamSpeak Hash? - Si2006 - 06-14-2015

raw sha-1

echo QL0AFWMIX8NRZTKeof9cXsvbvu8= | base64 -d | xxd -p
40bd001563085fc35165329ea1ff5c5ecbdbbeef
-----
echo -n 123 | sha1sum
40bd001563085fc35165329ea1ff5c5ecbdbbeef


RE: TeamSpeak Hash? - chickin - 06-14-2015

(06-14-2015, 01:03 AM)Si2006 Wrote: raw sha-1

echo QL0AFWMIX8NRZTKeof9cXsvbvu8= | base64 -d | xxd -p
40bd001563085fc35165329ea1ff5c5ecbdbbeef
-----
echo -n 123 | sha1sum
40bd001563085fc35165329ea1ff5c5ecbdbbeef

Do you know if it's possible to crack these via hashcat?


RE: TeamSpeak Hash? - Si2006 - 06-14-2015

Oh yes.

You should begin by reading the docs before diving in http://hashcat.net/wiki/


RE: TeamSpeak Hash? - atom - 06-15-2015

If you add a ticket to TRAC we can make a parser for it so that oclHashcat can natively crack them


RE: TeamSpeak Hash? - chickin - 06-18-2015

After grabbing a teamspeak database I found out that the algorithm that site uses isn't the correct type that TeamSpeak uses. QuMKbb0i990Xlluw7cHmtBTSsm4= = 123 for a channel password, could anybody help with the encryption type?


RE: TeamSpeak Hash? - epixoip - 06-19-2015

Appears to be based on SHA1. Maybe salted with channel name or something?


RE: TeamSpeak Hash? - chickin - 06-19-2015

(06-19-2015, 02:44 AM)epixoip Wrote: Appears to be based on SHA1. Maybe salted with channel name or something?

The channel was called "testchannel", I'm not sure how the overall serveradmin passwords would be generated as they're randomly generated upon account creation.


RE: TeamSpeak Hash? - atom - 06-20-2015

Is this from the same Teamspeak server as the first hash?


RE: TeamSpeak Hash? - chickin - 06-21-2015

(06-20-2015, 12:49 AM)atom Wrote: Is this from the same Teamspeak server as the first hash?
The first hash was from an online generator. I've had no luck finding any reference to the hashing method that Teamspeak uses. This hash QuMKbb0i990Xlluw7cHmtBTSsm4= = 123 was taken straight from the database that is used for my Teamspeak server. It was a channel password, the channel name was "testchannel".