SA-MP Forums Archive
BAD RCON ATTEMPT - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: BAD RCON ATTEMPT (/showthread.php?tid=501506)



BAD RCON ATTEMPT - AnonScripter - 18.03.2014

guys each time i run my server dos, it keeps sending this message from time to time, what is it ?

Код:
SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[19:31:02] 
[19:31:02] Server Plugins
[19:31:02] --------------
[19:31:02]  Loading plugin: streamer.dll
[19:31:02] 

*** Streamer Plugin v2.7 by Incognito loaded ***

[19:31:02]   Loaded.
[19:31:02]  Loading plugin: sscanf
[19:31:02] 

[19:31:02]  ===============================

[19:31:02]       sscanf plugin loaded.     

[19:31:02]          Version:  2.8.1        

[19:31:02]    © 2012 Alex "******" Cole  

[19:31:02]  ===============================

[19:31:02]   Loaded.
[19:31:02]  Loading plugin: iTD
[19:31:02] 
* iTD Plugin loaded. (Support for textdraw editor mouse/keyboard)

[19:31:02]   Loaded.
[19:31:02]  Loaded 3 plugins.

[19:31:02] 
[19:31:02] Filterscripts
[19:31:02] ---------------
[19:31:02]   Loading filterscript 'iTDe.amx'...
[19:31:02] 
	iPLEOMAX's TextDraw Editor loaded successfully!
	Version: 1.16 Stable (13/10/2012)

[19:31:02]   Loaded 1 filterscripts.

[19:31:02]  
[19:31:02]  
[19:31:02]  
[19:31:02]  ======================================= 
[19:31:02]  |                                     | 
[19:31:02]  |        YSI version 3.09.0684        | 
[19:31:02]  |        By Alex "******" Cole        | 
[19:31:02]  |                                     | 
[19:31:02]  ======================================= 
[19:31:02]  
[19:31:02]  
[19:31:02]  
[19:31:02] Loaded 3 vehicles from: vehicles/trains.txt
[19:31:02] Loaded 3 vehicles from: vehicles/pilots.txt
[19:31:02] Loaded 15 vehicles from: vehicles/lv_law.txt
[19:31:02] Loaded 39 vehicles from: vehicles/lv_airport.txt
[19:31:02] Loaded 255 vehicles from: vehicles/lv_gen.txt
[19:31:02] Loaded 38 vehicles from: vehicles/sf_law.txt
[19:31:02] Loaded 35 vehicles from: vehicles/sf_airport.txt
[19:31:02] Loaded 353 vehicles from: vehicles/sf_gen.txt
[19:31:02] Loaded 24 vehicles from: vehicles/ls_law.txt
[19:31:02] Loaded 37 vehicles from: vehicles/ls_airport.txt
[19:31:02] Loaded 98 vehicles from: vehicles/ls_gen_inner.txt
[19:31:02] Loaded 389 vehicles from: vehicles/ls_gen_outer.txt
[19:31:02] Loaded 71 vehicles from: vehicles/whetstone.txt
[19:31:02] Loaded 168 vehicles from: vehicles/bone.txt
[19:31:02] Loaded 61 vehicles from: vehicles/flint.txt
[19:31:02] Loaded 96 vehicles from: vehicles/tierra.txt
[19:31:02] Loaded 96 vehicles from: vehicles/red_county.txt
[19:31:02] 
----------------------------------
[19:31:02]  Blank Gamemode by your name here
[19:31:02] ----------------------------------

[19:31:02] Number of vehicle models: 173
[19:31:32] BAD RCON ATTEMPT BY: 85.26.241.229
[19:32:40] BAD RCON ATTEMPT BY: 85.26.241.229
[19:33:49] BAD RCON ATTEMPT BY: 85.26.241.229
[19:34:58] BAD RCON ATTEMPT BY: 85.26.241.229
[19:36:07] BAD RCON ATTEMPT BY: 85.26.241.229
[19:37:17] BAD RCON ATTEMPT BY: 85.26.241.229
[19:38:26] BAD RCON ATTEMPT BY: 85.26.241.229
[19:39:35] BAD RCON ATTEMPT BY: 85.26.241.229
[19:40:44] BAD RCON ATTEMPT BY: 85.26.241.229
[19:41:55] BAD RCON ATTEMPT BY: 85.26.241.229
[19:43:04] BAD RCON ATTEMPT BY: 85.26.241.229
[19:44:14] BAD RCON ATTEMPT BY: 85.26.241.229
[19:45:25] BAD RCON ATTEMPT BY: 85.26.241.229
[19:46:35] BAD RCON ATTEMPT BY: 85.26.241.229
[19:47:46] BAD RCON ATTEMPT BY: 85.26.241.229



Re: BAD RCON ATTEMPT - Arjanz - 18.03.2014

Someone is trying yo hack your servers rcon password, add this line to your server.cfg
rcon 0
This will prevent rcon hacking to some extent , u can also add 2 rcon passwords.


Re: BAD RCON ATTEMPT - Kyance - 18.03.2014

Quote:
Originally Posted by Arjanz
Посмотреть сообщение
Someone is trying yo hack your servers rcon password, add this line to your server.cfg
rcon 0
This will prevent rcon hacking to some extent , u can also add 2 rcon passwords.
Heh, when i was testing out my gamemode on my friends server, we had the same problem. ( https://sampforum.blast.hk/showthread.php?tid=496654 )

Probably some random guy using brute-force, and he's trying to guess your pass.
By the way, it would take him days, weeks or even months to get your password at that rate
Well, yeah, add "rcon 0" to your server.cfg file, as Arjanz said.


Re: BAD RCON ATTEMPT - AnonScripter - 18.03.2014

but there is nobody in the server, 0/50 players, who's that guys?!


Re: BAD RCON ATTEMPT - MP2 - 18.03.2014

You don't have to be in-game to use RCON (Remote CONsole).


Re: BAD RCON ATTEMPT - AnonScripter - 18.03.2014

thanks all


Re: BAD RCON ATTEMPT - [NRG]Dark - 18.03.2014

The best way is set remote control access to 0. To this add "rcon 0" in the server.cfg file


Re: BAD RCON ATTEMPT - Abagail - 18.03.2014

They probably are just brute-force bot's or something. No human would be stupid enough to want to hack an empty server's RCON... Or are they?


Re: BAD RCON ATTEMPT - ConnorHunter - 18.03.2014

Quote:
Originally Posted by Abagail
Посмотреть сообщение
They probably are just brute-force bot's or something. No human would be stupid enough to want to hack an empty server's RCON... Or are they?
Don't be prejudice, they could be testing a new hack or something, might as well do it where no real damage is done.