SourceOP
A2C_PRINT Exploit - Printable Version

+- SourceOP (http://forums.sourceop.com)
+-- Forum: SourceOP Plugin (http://forums.sourceop.com/SourceOP-Plugin-forum)
+--- Forum: General Chat (http://forums.sourceop.com/General-Chat-forum)
+---- Forum: Bugs/Problems (http://forums.sourceop.com/Bugs-Problems-forum)
+---- Thread: A2C_PRINT Exploit (/A2C-PRINT-Exploit-thread)



A2C_PRINT Exploit - lolekk1 - Jan 01, 2010

Hello,

Im writing about this here because no other sites seem to offer any sort of protection against this exploit.

Currently a friend and I are running a CS:S server, but we are relentlessly being attacked with the A2C_PRINT exploit. Im unable to trace the IP because it is dynamic and bouncing all over the world. I've tried the DOS ATTACKER FIXER plugin, however it doesn't seem like its able to stop the A2C_PRINT exploit. Im pretty sure I have your plugin installed correctly. If it helps, when I type daf_version in my console it shows as "Version:1.1.0.0"

Is there anything I can do or anything you would recommend?

Any help is appreciated,
Jerry


A2C_PRINT Exploit - Drunken F00l - Jan 01, 2010

There's a CVAR daf_block_alla2cprint that should stop it. I'm pretty sure that one is in the readme. You might also want to turn logging off (daf_log 0).


A2C_PRINT Exploit - lolekk1 - Jan 01, 2010

Apparently my console doesn't recognize the "daf_block_alla2cprint" as a CVAR. I've tried using it as:

daf_block_alla2cprint
daf_block_alla2cprint 1

Neither seem to work, and I get "Unknown command" returned to me in my console.

Does this plugin need to be used in coordination with any sort of .ini file? Maybe metaplugins.ini


A2C_PRINT Exploit - Drunken F00l - Jan 01, 2010

Ah, the A2C_PRINT spam blocking stuff was added in version 3, but version 3 was never released for the CS:S versions of the plugin.


A2C_PRINT Exploit - lolekk1 - Jan 01, 2010

8O

Any plans on releasing that version/patch?

Im sick of this jackass attacking my server.


A2C_PRINT Exploit - Drunken F00l - Jan 01, 2010

Just compiled and uploaded one. Try it and make sure it works:
http://www.sourceop.com/modules.php?name=Downloads&d_op=getit&lid=36


A2C_PRINT Exploit - lolekk1 - Jan 01, 2010

YOUR A FUCKING GOD!

You have no idea how much trouble I've been having with this damn DDOS dude. The jackass was attacking us 24/7 for two days now. Our providers couldn't do shit. Valve doesn't "believe" A2C_PRINT is an issue... *COUGH*

So yes it works and I thank you very much. I owe you big time for all this mental anguish you relieved me of.

------
BTW: I think I know why some of your members are having trouble getting this plugin to work correctly.

The .VDF users download from the site has this in it:

Code:
"Plugin"
{
        "file"  "..\cstrike\addons\daf\bin\dosattackfix.dll"
}

when I believe it should be:
Code:
"Plugin"
{
        "file"  "..\cstrike\addons\daf\bin\dosattackfix_i486.so"
}



A2C_PRINT Exploit - Drunken F00l - Jan 02, 2010

Actually, if you remove the ".dll" it should add the _i486.so or .dll automatically. You could try confirming if you have a chance. Smile


A2C_PRINT Exploit - lolekk1 - Jan 02, 2010

I didn't notice the file auto appending, but the plugin did continue to work if I removed the ".dll"

Thanks again.


A2C_PRINT Exploit - Drunken F00l - Jan 02, 2010

Ya, that's what I meant. Thanks.