- Oct 28, 2015
- 411
- 253
- 178
While checking beta.teamspeak.com i looked into the dev tab because I was curios what web technology they are using etc.
What I found out is that you can access to downloads directory without login.
Just open developer tools (f12 chrome) & open network tab, go to https://beta.teamspeak.com/downloads, and after this check for downloads.xxxxxx.js, open it and copy value.
After this you can use site like beautifier.io/ to make code nice looking.
From line 1027 you can see download links with specific events.
These events are tracker for users to see which os is downloading and type of browser, but I dont see any action from this nvm.
From this I can imagine two things, one is that they dont care who will download this and second is human mistake since you can never trust client.
What I found out is that you can access to downloads directory without login.
Just open developer tools (f12 chrome) & open network tab, go to https://beta.teamspeak.com/downloads, and after this check for downloads.xxxxxx.js, open it and copy value.
After this you can use site like beautifier.io/ to make code nice looking.
From line 1027 you can see download links with specific events.
These events are tracker for users to see which os is downloading and type of browser, but I dont see any action from this nvm.
From this I can imagine two things, one is that they dont care who will download this and second is human mistake since you can never trust client.