TeamSpeak 3 Server Crack Checker

Francesco

Member
Joined
Aug 30, 2015
Messages
8
Reaction score
2
Points
50
Sorry but what command i can use for block all check? I have debian 8 on my server... Please help me ...
 

Tsuyoshi

Member
Joined
Sep 3, 2015
Messages
3
Reaction score
0
Points
33
Hi everyone,
I have a question for this reaction for cracked servers or clean servers.
And i can do closed said "CRACKED" ?
My Teamspeak is on running Deiban 7 64Bit and i installed from the script from Supervisor. :)
 

Francesco

Member
Joined
Aug 30, 2015
Messages
8
Reaction score
2
Points
50
I have resolve with: iptables -A INPUT -p tcp --destination-port 2008 -j DROP
 

Bluscream

Retired Staff
Contributor
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
211
The
Code:
#iptables -A TEAMSPEAK -p tcp -m tcp --dport 2008 -m comment --comment "Allow: TeamSpeak Accounting" -j ACCEPT
line is commented out for a reason. Also you should read what you execute on your server. I dont think your Query Ports are "56358,42548,52981,55148" ...
 

Francesco

Member
Joined
Aug 30, 2015
Messages
8
Reaction score
2
Points
50
The line is commented out for a reason. Also you should read what you execute on your server. I dont think your Query Ports are "56358,42548,52981,55148" ...
Then I put commented ? And the query port i put 10011? What is this script ? Tank you for response !
 

Bluscream

Retired Staff
Contributor
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
211
No, my script allows you to control who and what can reach your server, so it helps filtering D/DoS Attacks but also it can block someone from trying to reach your accounting emulator.
 

Supervisor

Administrator
Joined
Apr 27, 2015
Messages
1,863
Reaction score
2,550
Points
335
Basically all you want to do with this firewall rule - is to block port 2008 (That is the port your TeamSpeak server is using to connect to the Accounting Server)
 

Supervisor

Administrator
Joined
Apr 27, 2015
Messages
1,863
Reaction score
2,550
Points
335
Basically all you want to do with this firewall rule - is to block port 2008 (That is the port your TeamSpeak server is using to connect to the Accounting Server)
I think the problem with this is:
outgoing port 2008 =/= incoming port on the accounting server
How does the crack checker work right now? What ports are checked?
I want to add a anti crack to my ts3crack script using
http://serverfault.com/questions/550276/how-to-block-internet-access-to-certain-programs-on-linux
http://unix.stackexchange.com/questions/68956/block-network-access-of-a-process
 
Last edited:
Top