PtokaX forum

Forum => News => Topic started by: the-master on 04 October, 2006, 21:08:44

Title: Elite hackers are back :(
Post by: the-master on 04 October, 2006, 21:08:44
the past 2 days our ptokax hubs are kind off hacked bij members of elite ;(
therefor i past a lua inhere to protect the hubs bij setting up ip-checks for operator and higher

-- OpSecurity 0.1 Lua5
-- Small Op Account Protection script
-- by ']['yphoon?
-- thx to Mutor for helping me when being blind/stupid
-- write dynip to disable the check on the user

tSetup={}
tSetup.Bot = "botname"
tSetup.Email = "secured@net.nl"
tSetup.OpSecurity = {
[""] = "",
["opnick"] = "88.88.88.88",
}


function OpConnected(user)
if tSetup.OpSecurity[user.sName] then
local Name = user.sName
if ((tSetup.OpSecurity[Name] == user.sIP) or (tSetup.OpSecurity[Name] == "dynip")) then
user:SendPM(tSetup.Bot,"You have passed the IP-Check !")
else
local msg = ""
msg = msg.."\r\n\t\tYou Have Been Banned For Using A Op Account That Don't Belong To You"
msg = msg.."\r\n\t\tIf YOU really are an Operator at this hub,and just got a new Ip"
msg = msg.."\r\n\t\tThen Mail to this address "..tSetup.Email
user:SendData(tSetup.Bot,msg)
user:Ban()
Unban(Name)
end
end
end

Please use CODe tags next time or the (http://forum.ptokax.org/Themes/dilbermc/images/bbc/code.gif) buttion!
bastya_elvtars
Title: Re: Elite hackers are back :(
Post by: Mozzilla? on 07 October, 2006, 21:11:31
Don't i know it?!!!?

All of the hubs that i am op/master in suffered last night (Friday 6 October 2006) when my nick was hacked by a member of ?? H??k-?l???- ??, they redirected every single user (300+) to one of their hubs.

This is totally unacceptable in my eyes and something needs done about the likes of ?? H??k-?l???- ?? and Team Elite hackers.

So people are we gonna sit back and take it or do something about it?

In fact i have no idea what can be done, so any suggestions would be very much appreciated.

I have for a start reported the hub in question to hublist.org as this particular hub does actually have an 'ID' on there.

Who will join with me to finally rid DC++ of these arse'oles?


Posted on: 07 October 2006, 22:07:35
Sorry about that guys and gals i forgot to ask about this little script lol

where it says

   ["opnick"] = "88.88.88.88",

in the script, should i enter my staff's nick and ip?

gawd you must think i'm so thick for asking this as it looks so obvious, just thought i'd ask as i'm no good when it comes to scripting.

Thanks in advance.
Title: Re: Elite hackers are back :(
Post by: Tw?sT?d-d?v on 08 October, 2006, 12:39:23
Yes m8   ops nick and ip there
Title: Re: Elite hackers are back :(
Post by: GeceBekcisi on 24 October, 2006, 20:41:53
I advice you all to use v2.01 of that script (http://forum.ptokax.org/index.php?topic=5739.0) because you can add dns hosts (not only IPs) and use many more additional features.