I think these functions from deflood 5 is still needed in the new Ptokax =
1) New line exploit.
2) To long MyINFO
3) Fake/Wrong ConnectToMe (Active mode setting) = this one should have a option to enable/disable the function
4) = ---- During this time right after the login any chat msg is considered flooding.
["iEntry"] = 1,
---- Action to take on the above.
["iEntryKill"] = 2,
5) = ---- RevConnectToMe/ConnectToMe flooding.
---- The amount of connections the user can try to build over the time set on the flush/clean.
CTMRCTMWarn = 10,
CTMRCTMKill = 30,
QuoteOriginally posted by blackwings
1) New line exploit.
2) To long MyINFO
I don't know what is new line exploit, but long myinfo protection is inbuild in PtokaX (max 255 chars, later i add settings for this) :]
new line exploit i think is for vertical chat flooding, that uses 1 chat per line then flood many lines vertically.
Deflood 5.0 rc1 treat that type of flood if properly configured:
I'm testing it with:
---- New line exploit.
["icNLECount"] = 3,
["icNLECountKill"] = 3,
["icNLEKill"]= 3,
["tcNLELevel"] = {
[-1] = 1,
[3] = 1,
[2] = 1
},
like this flooder can flood 3 lines to get a warn, the at the third warn he get ip banned
----
3) Fake/Wrong ConnectToMe (Active mode setting) = this one should have a option to enable/disable the function
I agree on this one, it needs a way to disable/enable
QuoteOriginally posted by LoTeK_
new line exploit i think is for vertical chat flooding, that uses 1 chat per line then flood many lines vertically.
Deflood 5.0 rc1 treat that type of flood if properly configured:
I'm testing it with:
---- New line exploit.
["icNLECount"] = 3,
["icNLECountKill"] = 3,
["icNLEKill"]= 3,
["tcNLELevel"] = {
[-1] = 1,
[3] = 1,
[2] = 1
},
like this flooder can flood 3 lines to get a warn, the at the third warn he get ip banned
----
close but not it.
the user can type a msg containing icNLECount lines long, and above icNLECountKill he gets banned.
if you set them 2 the same vallue the user doesn't get any warning, just a straight kill.
plop
QuoteOriginally posted by LoTeK_
new line exploit i think is for vertical chat flooding, that uses 1 chat per line then flood many lines vertically.
Deflood -> Main chat (private msg) limits -> Lines option not help with this ?(
Except the functions from my first post(- long MyINFO), I think the Nick Exploit/ nil nick is also needed.
So plop, when you get the time, please make a smaller version of deflood 5 with only these functions and convert it to LUA 5.
QuoteOriginally posted by blackwings
Except the functions from my first post(- long MyINFO), I think the Nick Exploit/ nil nick is also needed.
So plop, when you get the time, please make a smaller version of deflood 5 with only these functions and convert it to LUA 5.
ppk has the source from deflood 5, if he finds things which are in deflood and missing on ptokax i can assure you he's gone fix it.
plop