Posts: 16
Threads: 5
Joined: Mar 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
Posts: 80
Threads: 10
Joined: Nov 2012
raw sha-1
echo QL0AFWMIX8NRZTKeof9cXsvbvu8= | base64 -d | xxd -p
40bd001563085fc35165329ea1ff5c5ecbdbbeef
-----
echo -n 123 | sha1sum
40bd001563085fc35165329ea1ff5c5ecbdbbeef
Posts: 16
Threads: 5
Joined: Mar 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?
Posts: 80
Threads: 10
Joined: Nov 2012
Oh yes.
You should begin by reading the docs before diving in
http://hashcat.net/wiki/
Posts: 5,185
Threads: 230
Joined: Apr 2010
If you add a ticket to TRAC we can make a parser for it so that oclHashcat can natively crack them
Posts: 16
Threads: 5
Joined: Mar 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?
Posts: 2,936
Threads: 12
Joined: May 2012
Appears to be based on SHA1. Maybe salted with channel name or something?
Posts: 16
Threads: 5
Joined: Mar 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.
Posts: 5,185
Threads: 230
Joined: Apr 2010
Is this from the same Teamspeak server as the first hash?
Posts: 16
Threads: 5
Joined: Mar 2015
06-21-2015, 08:44 PM
(This post was last modified: 06-21-2015, 08:46 PM by chickin.)
(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".