Raised This Month: $12 Target: $400
 3% 

CS:GO server crashes after new stupid update (Logs attached) [POSSIBLE EXPLOIT?!]


Post New Thread Reply   
 
Thread Tools Display Modes
Honis
SourceMod Donor
Join Date: Jul 2014
Old 05-02-2016 , 09:41   Re: CS:GO server crashes after new stupid update (Logs attached) [POSSIBLE EXPLOIT?!]
Reply With Quote #11

I dont know how it works. Guy enters on server, very often advertises sth and threatens and crash the server.

So probably, crash is possible when this attacker is connected to the server.

http://wrzuc.se/images/572748f24b09b.jpg - it is hard to avoid ban such person... He destroys everything
Honis is offline
micazoid
Veteran Member
Join Date: Oct 2010
Location: Munich - Germany
Old 05-03-2016 , 00:28   Re: CS:GO server crashes after new stupid update (Logs attached) [POSSIBLE EXPLOIT?!]
Reply With Quote #12

I never mentioned to never ban such a *peep*, but I googled it to see how he does it and I have no clue. I know now that this is not the first exploit in GO which crashes the server.

Can he still do it if addons are disabled?
__________________
micazoid is offline
checkster
BANNED
Join Date: Apr 2007
Location: Norway
Old 05-03-2016 , 05:55   Re: CS:GO server crashes after new stupid update (Logs attached) [POSSIBLE EXPLOIT?!]
Reply With Quote #13

Another aimware crash it seems
checkster is offline
UartigZone
Member
Join Date: Jan 2013
Location: Denmark
Old 05-03-2016 , 15:22   Re: CS:GO server crashes after new stupid update (Logs attached) [POSSIBLE EXPLOIT?!]
Reply With Quote #14

Ban this account on your servers.

http://steamcommunity.com/profiles/76561197973513930 / STEAM_1:0:6624101

He just came on my server and say "Okay, i'm gonna crash the server." a second later it got crash. I cannot find anything wrong so i think its a new exploit...
UartigZone is offline
Send a message via Skype™ to UartigZone
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 05-03-2016 , 16:16   Re: CS:GO server crashes after new stupid update (Logs attached) [POSSIBLE EXPLOIT?!]
Reply With Quote #15

Greeeaaattt, yet another exploit with idiots coming in crashing servers. What can we do?
sneaK is offline
biksu
Junior Member
Join Date: May 2015
Old 05-06-2016 , 02:52   Re: CS:GO server crashes after new stupid update (Logs attached) [POSSIBLE EXPLOIT?!]
Reply With Quote #16

Any idea?
biksu is offline
chuj
Member
Join Date: Jan 2012
Location: Kraków, Poland
Old 05-06-2016 , 14:47   Re: CS:GO server crashes after new stupid update (Logs attached) [POSSIBLE EXPLOIT?!]
Reply With Quote #17

Isn't it fixed after last update?
chuj is offline
biksu
Junior Member
Join Date: May 2015
Old 05-06-2016 , 18:55   Re: CS:GO server crashes after new stupid update (Logs attached) [POSSIBLE EXPLOIT?!]
Reply With Quote #18

Yesterday, he crashed my servers.
biksu is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 05-07-2016 , 08:03   Re: CS:GO server crashes after new stupid update (Logs attached) [POSSIBLE EXPLOIT?!]
Reply With Quote #19

you could try track something what would happen before that crash happen.

here simple plugin to track player commands, but it not regognize all commands what player use tough.
PHP Code:
char logfile[PLATFORM_MAX_PATH];

public 
void OnPluginStart()
{
    
char buffer[PLATFORM_MAX_PATH];
    
FormatTime(buffersizeof(buffer), "%Y-%m-%d-%H"); 
    
    
BuildPath(Path_SMlogfilesizeof(logfile), "data/%s_logactions.log"buffer);
    
LogToFileEx(logfile"");
    
LogToFileEx(logfile"Starting log... (Plugin have loaded, reloaded)");


    
BuildPath(Path_SMbuffersizeof(buffer), "data/%s_console.log"buffer);
    
ServerCommand("sm_cvar con_timestamp 1");
    
ServerCommand("con_logfile %s"buffer);

    
AddCommandListener(cmd_listener"");

}

public 
void OnClientSettingsChanged(int client)
{
    
LogToFileEx(logfile"OnClientSettingsChanged: %L"client);
}

public 
Action cmd_listener(int client, const char[] commandint argz)
{
    
char buffer[256];
    
GetCmdArgString(buffersizeof(buffer));
    
LogToFileEx(logfile"command: %L %s %s",clientcommandbuffer);

    return 
Plugin_Continue;

so start look
addons/sourcemod/data/*_console.log
addons/sourcemod/data/*_logactions.log


unfortunally those logactions logs get also printed in console log.
__________________
Do not Private Message @me

Last edited by Bacardi; 05-07-2016 at 08:14.
Bacardi is offline
checkster
BANNED
Join Date: Apr 2007
Location: Norway
Old 05-07-2016 , 12:31   Re: CS:GO server crashes after new stupid update (Logs attached) [POSSIBLE EXPLOIT?!]
Reply With Quote #20

Quote:
Originally Posted by Bacardi View Post
you could try track something what would happen before that crash happen.

here simple plugin to track player commands, but it not regognize all commands what player use tough.
PHP Code:
char logfile[PLATFORM_MAX_PATH];

public 
void OnPluginStart()
{
    
char buffer[PLATFORM_MAX_PATH];
    
FormatTime(buffersizeof(buffer), "%Y-%m-%d-%H"); 
    
    
BuildPath(Path_SMlogfilesizeof(logfile), "data/%s_logactions.log"buffer);
    
LogToFileEx(logfile"");
    
LogToFileEx(logfile"Starting log... (Plugin have loaded, reloaded)");


    
BuildPath(Path_SMbuffersizeof(buffer), "data/%s_console.log"buffer);
    
ServerCommand("sm_cvar con_timestamp 1");
    
ServerCommand("con_logfile %s"buffer);

    
AddCommandListener(cmd_listener"");

}

public 
void OnClientSettingsChanged(int client)
{
    
LogToFileEx(logfile"OnClientSettingsChanged: %L"client);
}

public 
Action cmd_listener(int client, const char[] commandint argz)
{
    
char buffer[256];
    
GetCmdArgString(buffersizeof(buffer));
    
LogToFileEx(logfile"command: %L %s %s",clientcommandbuffer);

    return 
Plugin_Continue;

so start look
addons/sourcemod/data/*_console.log
addons/sourcemod/data/*_logactions.log


unfortunally those logactions logs get also printed in console log.
Cant commands be masked though? Like say scrambled etc
checkster is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:28.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode