Validates client input to block over-long commands, malformed setinfo, bad names and fullupdate spam.
Daemon666
1.0.0 - Initial release.
| csb_anti_exploit.sma main | 9de43b8 | 3.6 KB |
README.md
CSB Anti Exploit hardens a server against the oldest and most common HLDS/AMXX abuse vectors by validating everything a client sends before it can do damage. It caps client-command length, rejects malformed setinfo keys, fixes empty and over-long names, and blocks the fullupdate spam that has been used to stress servers for years.
Features
- Length cap on client commands (chat is exempted so long messages still work).
setinfovalidation: empty keys and absurd key/value lengths are dropped.- Empty names reset to
unnamed; over-long names are truncated in place. fullupdatespam blocked outright.- Every hit is written to the AMXX log with name, SteamID and IP; kick is optional via
csb_antiexploit_action.
Installation
- Compile
csb_anti_exploit.smaand copy it toaddons/amxmodx/plugins/. - Add it to
plugins.iniand change the map.
Установка
1. Put csb_anti_exploit.amxx in addons/amxmodx/plugins/ 2. Add it to addons/amxmodx/configs/plugins.ini 3. Change map
Cvar-ы
| CVAR | Default | Description |
|---|---|---|
csb_antiexploit_enabled |
1 |
Master enable switch. |
csb_antiexploit_maxcmd |
128 |
Maximum client-command length (0 = no cap). |
csb_antiexploit_maxname |
32 |
Maximum player-name length (0 = no cap). |
csb_antiexploit_action |
1 |
0 = log only, 1 = kick the offender. |
История изменений — v1.0.0
1.0.0 - Initial release.Версии →
Рейтинг
No ratings yet.
Download v1.0.0
Требования
| AMX Mod X | ≥ 1.9 |
| Движок | ReHLDS HLDS |
| ReGameDLL | Необязательно |
| ReAPI | Необязательно |
| Metamod | Metamod / Metamod-r |
| Известные конфликты | Other name-filter plugins that also rewrite player names on infochange may fight this one. |
Участники









