RCON Attacks
#10

Quote:
Originally Posted by EvanA
Посмотреть сообщение
First of all, put rcon 0, and I believe if you delete "rcon_password", it will disable the Entire RCON system even in-game... Not sure, tho.
Incorrect, it just sets the password to "changeme".

Quote:
Originally Posted by Dr.Einstein
Посмотреть сообщение
Forget about rcon 0 because it doesn't work, you will still be attacked. Build a strong password, all combinations of characters, at least 20+ chars long. Build a command that allows you, and only you to use the rcon feature without logging in. And finally, on OnRconLoginAttempt() ban any IPs that try to log in, successful or not.

Код:
new string[40];
format(string,sizeof(string),"banip %s",ip);
SendRconCommand(string);
rcon 0 does work, the messages will still get spammed but they won't ever get the correct password! Also setting your password to "%$&"^%Ј&%^$WYHTRSHT^$W$LINUXTHEFISHBESTFISH%% " will help, as most people give up after hour or so

Unless you ban IP via firewall, rcon attacks will still happen - they just won't be able to come ingame.

Quote:
Originally Posted by pds2k12
Посмотреть сообщение
in your server.cfg put rcon 0
This ^
Reply


Messages In This Thread
RCON Attacks - by Hitman-97- - 20.10.2013, 15:24
Re: RCON Attacks - by Patrick - 20.10.2013, 15:26
Re: RCON Attacks - by ColorHost-Kevin - 20.10.2013, 19:46
Re: RCON Attacks - by EvanA - 20.10.2013, 19:56
Re: RCON Attacks - by FiReMaNStone - 20.10.2013, 19:56
Re: RCON Attacks - by Dr.Einstein - 20.10.2013, 19:56
Re: RCON Attacks - by ReV. - 20.10.2013, 21:07
Re: RCON Attacks - by PT - 22.10.2013, 14:02
Re: RCON Attacks - by Cirno9 - 23.10.2013, 01:45
Re: RCON Attacks - by linuxthefish - 23.10.2013, 06:50

Forum Jump:


Users browsing this thread: 2 Guest(s)