Jump to content
Korean Random
Sign in to follow this  
Beliy.IV

Фаервол для танков

Recommended Posts

Ребят, подскажите фаерволл , который бы резал работу модов на сторону.

Я не пользуюсь антивирусами и по этому у меня нет опыта, скачал комодо файервол, запустил игру а он нечего не спросил.

 

Например есть моды которые сливают инфу на гугл аналитику, есть статистику по боям, есть подгрузка мода с удаленного сервера - это то что у меня стоит, но не о чём не спросил фаервол.

 

Хотя бы открыть окошко и видеть куда данные сливает WoT

Share this post


Link to post

Short link
Share on other sites

Боишься что поймают на использовании читов? Ну так файрвол тебя от этого не спасет ;-)

>подскажите фаерволл , который бы резал работу модов на сторону
Тебе нужно выяснить (можно с помощью утилитки Tcpview) какие моды на какие адреса обращаются и отключить к ним доступ.

>моды которые сливают инфу на гугл аналитику
Не сливают, а отправляют весьма ограниченный набор данных для статистики и анализа использования. Ничего плохого и страшного в этом нет.

 

Share this post


Link to post

Short link
Share on other sites

Вот что выдало.

WorldOfTanks.exe 2344 TCP PF-89 10501 localhost 64715 ESTABLISHED
WorldOfTanks.exe 2344 TCP PF-89 10502 localhost 64716 ESTABLISHED
WorldOfTanks.exe 2344 TCP PF-89 64710 PF-89 0 LISTENING
WorldOfTanks.exe 2344 TCP PF-89 64711 PF-89 0 LISTENING
WorldOfTanks.exe 2344 TCP PF-89 64715 localhost 10501 ESTABLISHED
WorldOfTanks.exe 2344 TCP PF-89 64716 localhost 10502 ESTABLISHED
WorldOfTanks.exe 2344 TCP pf-89 64717 am3-sl-b84.worldoftanks.eu 5222 ESTABLISHED 3 525 3 929
WorldOfTanks.exe 2344 UDP PF-89 24024 * *
WorldOfTanks.exe 2344 UDP PF-89 44349 * *
WorldOfTanks.exe 2344 UDP PF-89 49862 * * 50 600 50 600
WorldOfTanks.exe 2344 UDP PF-89 49864 * * 1 938 48 312 2 052 289 648 72 3 400 3 13

Share this post


Link to post

Short link
Share on other sites

Это кто куда послал?

Еси ты собираешься сурьезно подойти к этому вопросу, то нуно накатывать моды по одному на чистый клиент и српавнивать с данными, отсылаемыми чистым клиентом.

Share this post


Link to post

Short link
Share on other sites

Ребят, подскажите фаерволл , который бы резал работу модов на сторону.

import urllib, urllib2

class err:
    code = 0
    @staticmethod
    def close():
        pass

def urlopen(*args, **kwargs):
    print('[urllib.urlopen]: %s; %s' % (str(args), str(kwargs)))
    return err

def urlopen2(*args, **kwargs):
    print('[urllib2.urlopen]: %s; %s' % (str(args), str(kwargs)))
    if isinstance(args[0], urllib2.Request):
        print('[urllib2.urlopen]: full_url = %s' % args[0].get_full_url())       
    return err

urllib.urlopen = urlopen
urllib2.urlopen = urlopen2
Edited by ShadowHunterRUS
  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

>import urllib, urllib2

А самому клиенту как общаться? ;-)

Edited by ShuraBB

Share this post


Link to post

Short link
Share on other sites

А самому клиенту как общаться? ;-)

req = urllib2.Request(url)
opener = urllib2.build_opener()
fh = opener.open(req)
Как-то так...

 

Ну можно и регулярку сделать, чтобы *.worldoftanks.ru/ не блочило...

Edited by ShadowHunterRUS

Share this post


Link to post

Short link
Share on other sites
req = urllib2.Request(url)
opener = urllib2.build_opener()
fh = opener.open(req)
Как-то так...

 

Ну можно и регулярку сделать, чтобы *.worldoftanks.ru/ не блочило...

 

Это скрипт?

Share this post


Link to post

Short link
Share on other sites

>Как-то так...
Ты слишком буквально понял мой вопрос ;-)

Share this post


Link to post

Short link
Share on other sites

>

Ваша манера цитирования напоминает мне почтовую рассылку разработчиков(

Ты слишком буквально понял мой вопрос ;-)

Why? Edited by ShadowHunterRUS

Share this post


Link to post

Short link
Share on other sites

 

 

WorldOfTanks.exe 2344 TCP PF-89 64710 PF-89 0 LISTENING

 

Хах! Читер! ))))) 

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...