TeamSpeak Hash?
#1
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
#2
raw sha-1

echo QL0AFWMIX8NRZTKeof9cXsvbvu8= | base64 -d | xxd -p
40bd001563085fc35165329ea1ff5c5ecbdbbeef
-----
echo -n 123 | sha1sum
40bd001563085fc35165329ea1ff5c5ecbdbbeef
#3
(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?
#4
Oh yes.

You should begin by reading the docs before diving in http://hashcat.net/wiki/
#5
If you add a ticket to TRAC we can make a parser for it so that oclHashcat can natively crack them
#6
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?
#7
Appears to be based on SHA1. Maybe salted with channel name or something?
#8
(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.
#9
Is this from the same Teamspeak server as the first hash?
#10
(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".