Hello!
I saw a Post on this Forum featuring an interface for teamspeak, which allow's the user to create permanent channels on a teamspeak through a serverquery. I tried out the script and figured out following problems:
Download:
Installation and Configuration tutorial on Github!
Do you know any other common, unsecure passwords? Comment them down here!
I saw a Post on this Forum featuring an interface for teamspeak, which allow's the user to create permanent channels on a teamspeak through a serverquery. I tried out the script and figured out following problems:
- Users can create infinite permanent channels (spam)
- You can steal the identity of VIP users to create a permanent channel as guest
Now the script lost it's reason, because you could give your users the permission to create a channel on their own.
Now I got the solution for this Problem!
Download:
I developed a new method to create channels through a webinterface, which is secure and check's, if the user, which is trying to create a channel own's the right group to do it! The bot now:
If you found any bugs, report them as an issue on github!- Checks if the user is the owner of a channel (If the user has already created a channel, the bot won't allow the user to create another one)
- Checks if the user used a secure password (It blocks easy passwords like 1234 asdf etc...)
- Checks if the user didn't use any crash codes in the description / channel Name (for example %CHANNEL_NAME%)
Installation and Configuration tutorial on Github!
Do you know any other common, unsecure passwords? Comment them down here!