01.04.2012, 09:41
Я написал кую, и судя по его ответу он не в курсе о такой проблеме.
Моё сообщение:
Ответ:
После чего я передал ему всю информацию, которую мну удалось получить, а именно:
1. OnDialogResponse не вызывается, функция ShowPlayerDialog не участвует в процессе атаки
2. ID игрока, который указан в сообщении "Warning..." в данный момент не подключен к серверу:
Следовательно узнать айпи и другую информацию нереально.
3. Id может быть = 65535
(Warning: PlayerDialogResponse crash exploit from PlayerId: 65535)
На счёт gdb я не знаю, никогда с этим не работал. Но если потребуется, попрошу чтобы сделали то, что он просит.
Моё сообщение:
Код:
Hello Kye! I own two large servers (Russia) with a big online (600-900 players). We are faced with a serious security problem. I described it in this thread: https://sampforum.blast.hk/showthread.php?tid=330118 Please tell us how to fix it before the release of new version of SA-MP 0.3e Thank you.
Код:
Hello, Do you know if OnDialogResponse is actually being called for this player? You could simply look up his IP address from the playerid and block his ISP from connecting to your server. Place a report with his ISP saying he is trying to attack you. If the server crashes, please provide the crashinfo.txt if on windows. If on linux, run the server in gdb and try to get a backtrace. Kye.
1. OnDialogResponse не вызывается, функция ShowPlayerDialog не участвует в процессе атаки
2. ID игрока, который указан в сообщении "Warning..." в данный момент не подключен к серверу:
Код:
..... [01/04/2012 12:03:17] [part] Vanya_Sokolov has left the server (31:1) ..... No connections to 31 slot ..... [01/04/2012 12:03:38] Warning: PlayerDialogResponse crash exploit from PlayerId: 31 [01/04/2012 12:03:38] Warning: PlayerDialogResponse crash exploit from PlayerId: 31 [01/04/2012 12:03:38] Warning: PlayerDialogResponse crash exploit from PlayerId: 31 [01/04/2012 12:03:38] Warning: PlayerDialogResponse crash exploit from PlayerId: 31 [01/04/2012 12:03:38] Warning: PlayerDialogResponse crash exploit from PlayerId: 31 .....
3. Id может быть = 65535
(Warning: PlayerDialogResponse crash exploit from PlayerId: 65535)
На счёт gdb я не знаю, никогда с этим не работал. Но если потребуется, попрошу чтобы сделали то, что он просит.