Latest Hacking Attack method

Seven

Moderator
Staff member
It seems the script kiddies are getting smarter. Seems they know how to flood battle eye with dud data that caps out the network code and crashes the server...

Code:
23.01.2013 20:56:19: Frozen_Pee (86.147.87.69:2304) 0bcfe265dba7ba2f46c1084262cfd51e - #0 0.000000 2:966
23.01.2013 20:56:19: Frozen_Pee (86.147.87.69:2304) 0bcfe265dba7ba2f46c1084262cfd51e - #0 0.000000 2:966
23.01.2013 20:56:19: Frozen_Pee (86.147.87.69:2304) 0bcfe265dba7ba2f46c1084262cfd51e - #0 0.000000 2:966
23.01.2013 20:56:19: Frozen_Pee (86.147.87.69:2304) 0bcfe265dba7ba2f46c1084262cfd51e - #0 0.000000 2:966
23.01.2013 20:56:19: Frozen_Pee (86.147.87.69:2304) 0bcfe265dba7ba2f46c1084262cfd51e - #0 0.000000 2:966
23.01.2013 20:56:19: Frozen_Pee (86.147.87.69:2304) 0bcfe265dba7ba2f46c1084262cfd51e - #0 0.000000 2:966
64619 lines of this in my setdamage.log.

Server crashed within a matter of minutes of this happening.

Only trace he left. Apart from a random script error from his shit programing skills

Code:
20:25:31 Error in expression <","_clientID"];
 
 
 
_characterID = _this select 0;
_playerObj = _this select 1;
_>
20:25:31  Error position: <select 0;
_playerObj = _this select 1;
_>
20:25:31  Error select: Type Team member, expected Array,Config entry
20:25:31 File z\addons\dayz_server\compile\server_playerSetup.sqf, line 5
20:25:31 Error in expression <","_clientID"];
 
 
 
_characterID = _this select 0;
_playerObj = _this select 1;
_>
20:25:31  Error position: <select 0;
_playerObj = _this select 1;
_>
20:25:31  Error Generic error in expression
20:25:31 File z\addons\dayz_server\compile\server_playerSetup.sqf, line 5
20:25:31 Error in expression <i.sqf"
 
_array = _this;
_unit = _array select 0;
_medic = _array select 1;
 
_is>
20:25:31  Error position: <select 0;
_medic = _array select 1;
 
_is>
20:25:31  Error select: Type Object, expected Array,Config entry
20:25:31 File z\addons\dayz_code\medical\publicEH\medEpi.sqf, line 3
20:25:31 Error in expression <i.sqf"
 
_array = _this;
_unit = _array select 0;
_medic = _array select 1;
 
_is>
20:25:31  Error position: <select 0;
_medic = _array select 1;
 
_is>
20:25:31  Error Generic error in expression
20:25:31 File z\addons\dayz_code\medical\publicEH\medEpi.sqf, line 3
 
pyBEscanner would do a good job to stop this. By Default, pyBEscanner anti-spam setting for setdamage.log is ban if there's 30 lines within 10 secs from one player.
 
I dislike using other things that require me to be dependent on someone else fixing it.
 
Back
Top