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

CS:GO Server Crash Exploit


Post New Thread Reply   
 
Thread Tools Display Modes
Aymeric VII
BANNED
Join Date: Jun 2016
Location: Hiding under my sheets
Old 07-26-2016 , 04:19   Re: CS:GO Server Crash Exploit
Reply With Quote #101

Quote:
Originally Posted by Potato Uno View Post
Not tested, but should work. Edit it to your desires and compile it on your own on Spider or spcomp.

PHP Code:
#include <sourcemod>

#pragma semicolon 1
#pragma newdecls required

//#define LOGGING

public void OnPluginStart()
{
    
AddCommandListener(block"status");
    
AddCommandListener(block"ping");
}

public 
Action block(int client, const char[] Commandint nArgs)
{
    
// Allow worldspawn (console)
    // Allow anyone who is an admin (if this doesn't work, we can try CheckCommandAccess)
    
if (client == || GetUserFlagBits(client) != 0)
    {
        
#if defined LOGGING
            
LogMessage("%L was allowed to access command '%s'."clientCommand);
        
#endif
        
return Plugin_Continue;
    }
    
    
// Deny everyone else.
    #if defined LOGGING
        
LogMessage("%L was denied access to the '%s' command."clientCommand);
    
#endif
    
return Plugin_Handled;

This doesnt work btw, admins and members can both use it.
Aymeric VII is offline
wolvez04
Senior Member
Join Date: Feb 2016
Location: Andora
Old 07-26-2016 , 16:57   Re: CS:GO Server Crash Exploit
Reply With Quote #102

Quote:
Originally Posted by ElleVen View Post
aimware devs states that the exploit they uses is praticly:
you teleport in a wall and drop a gun.
and then the server dies.
that info can help to fix the issue?
Wait? Teleport in a wall and drop a gun out of a map? Dropping a gun out of a map crashes a server. Someone made an additional fix for this.
wolvez04 is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 07-26-2016 , 17:28   Re: CS:GO Server Crash Exploit
Reply With Quote #103

Quote:
Originally Posted by wolvez04 View Post
Wait? Teleport in a wall and drop a gun out of a map? Dropping a gun out of a map crashes a server. Someone made an additional fix for this.
https://forums.alliedmods.net/showthread.php?p=2365782
sneaK is offline
dangerlord63
Senior Member
Join Date: Aug 2011
Old 07-26-2016 , 18:42   Re: CS:GO Server Crash Exploit
Reply With Quote #104

Quote:
Originally Posted by GoD-Tony View Post
Here's a quick attempt at porting backwards's fix to an SM extension. Let me know if it causes issues.
Is this exploit fixed or do we have to use God Tony's extension ?
dangerlord63 is offline
wolvez04
Senior Member
Join Date: Feb 2016
Location: Andora
Old 07-26-2016 , 20:32   Re: CS:GO Server Crash Exploit
Reply With Quote #105

Quote:
Originally Posted by blackhawk74 View Post
Thanks that's the one I was thinking off. I will be installing this now ^^

Last edited by wolvez04; 07-27-2016 at 22:34.
wolvez04 is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 07-26-2016 , 23:00   Re: CS:GO Server Crash Exploit
Reply With Quote #106

Quote:
Originally Posted by dangerlord63 View Post
Is this exploit fixed or do we have to use God Tony's extension ?
Still have to use it to the best of my knowledge, I've had attackers wanting to crash my servers since the latest CS:GO update so I can only assume.
sneaK is offline
Potato Uno
Veteran Member
Join Date: Jan 2014
Location: Atlanta, Georgia
Old 07-26-2016 , 23:30   Re: CS:GO Server Crash Exploit
Reply With Quote #107

Quote:
Originally Posted by Aymeric VII View Post
This doesnt work btw, admins and members can both use it.
I can't tell if CSGO is retarded or if I am doing something wrong, because I just tested it on my TF2 server and it's working exactly as it should be.
Potato Uno is offline
gamemann
Veteran Member
Join Date: Sep 2009
Location: Mullica Hill, New Jersey
Old 07-27-2016 , 20:09   Re: CS:GO Server Crash Exploit
Reply With Quote #108

According to the last CS:GO update:
Quote:
– Fixed a server crash
This specific exploit "should" be officially patched (update source).

It's about time...

P.S. Thanks to the users who have contributed by finding how the exploit is triggered and even going as far as patching the exploit with a SM/MM extension, etc... You deserve most credit.

Thanks.
__________________
Software/network engineer. I often work on a neat project called The Modding Community.

Check out my GitHub here!

Last edited by gamemann; 07-27-2016 at 21:06.
gamemann is offline
Send a message via Skype™ to gamemann
ZASTRELIS
Veteran Member
Join Date: Nov 2010
Location: Siberia, Irkutsk
Old 07-27-2016 , 20:28   Re: CS:GO Server Crash Exploit
Reply With Quote #109

Quote:
Originally Posted by gamemann View Post
According to the last CS:GO update:


This specific exploit "should" be officially patched (update source).

It's about time...

Thanks.
Thanks bro, official developers thanked you
ZASTRELIS is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 07-31-2016 , 13:14   Re: CS:GO Server Crash Exploit
Reply With Quote #110

"Should" be officially patched, yet I'm still getting people trying to crash my servers.

Code:
L 07/29/2016 - 04:44:13: [CMDFIX] The Walking BanHammer (ID: STEAM_1:1:XXXXXX | IP: XXXXX:27005) was kicked for sending a corrupt user cmd.
The guy's profile is practically brand new, bragging about being a cheater.

I'm going to keep Tony's extension running as it seems to still be catching people. Not sure if what they're trying to do simply doesn't work anymore, but regardless at least I have a log of these guys so they can get a fat permanent ban.

Last edited by sneaK; 07-31-2016 at 13:15.
sneaK is offline
Reply



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 03:10.


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