PDA

View Full Version : [Release] TeamSpeak 2 Hardening Patch for Linux


Claw
05-01-2007, 00:50
Hello guys, I've just packed some very usefull tools and created the TeamSpeak 2 Hardening Patch for Linux.

It help's you to make your TeamSpeak 2 Server more secure.

Contents:
TeamSpeak 2 Server Binary 2.0.23.13 BETA (http://www.goteamspeak.com/index.php?page=downloads)
SQLite MD5 Patch (http://www.planetteamspeak.com/component/option,com_docman/task,doc_details/Itemid,69/gid,63/)

Download:
Mirror 1 (http://download.myvu.de/ts2hardening_patch.tar.gz)

Installation:
Extract every file/directory in the files directory directly into your tss2_rc2 directory (server_linux, server.dbs should be in the same directory!)

Run:
chmod +x install_hardening && ./install_hardening

Have fun with this script!

ScP
06-01-2007, 01:46
Your modified startscript for the TeamSpeak 2 server contains some weird bugs.

:rolleyes:

Claw
06-01-2007, 01:52
Your modified startscript for the TeamSpeak 2 server contains some weird bugs.

:rolleyes:

I've removed the TeamSpeak 2 Anti-Flood Deamon

Claw
11-01-2007, 18:46
I've just updated the package! Everything should work perfectly now!

Dekard
25-03-2007, 16:12
what exactly does this do?

BHKai
26-03-2007, 05:18
what exactly does this do?

Appears to use md5 instead of putting passwords unencrypted.

Cyrus
26-03-2007, 16:19
The linux server binary shipped with this compilation seems to be outdated.
I recommend you to just use the MD5 patch directly from here:
http://www.planetteamspeak.com/component/option,com_docman/task,doc_details/Itemid,69/gid,63/

This is just a modified version of the SQLite 2.x library where we added MD5-Support to avoid storing plaintext-passwords in the database.
Togehter with this some optimized and modified SQL-Scripts for the TS2-Server that uses the md5 function introduced.