Someone hacked into my unreal without opering up and banned

Talk about pretty much anything here, but DO NOT USE FOR SUPPORT.

Moderator: Supporters

Locked
reptileman04
Posts: 8
Joined: Sat Dec 04, 2004 4:38 pm
Contact:

Someone hacked into my unreal without opering up and banned

Post by reptileman04 »

Someone hacked into us and banned everyone from the server. Any ideas on how to unban us?
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

I suppose you should do the same as in any other case when you get hacked...
Meaning: reinstall the OS & software (assuming it's your box, else.. you might have a nice problem), make sure any security holes are properly patched, use different passwords, and use config/data files from a 'known good backup' (again, with changed passwords).. in which case it's probably still worth stepping it trough line-by-line (not just unrealircd.conf, but any other files you made yourself and included, like a network .conf thing) to make sure there aren't any backdoors left (oper blocks in myaliases.conf, things like that).
Daniel1
Posts: 2
Joined: Wed Jan 19, 2005 3:52 pm

Post by Daniel1 »

Put this in the unrealircd.conf:

Code: Select all

except tkl {
	mask *@_your-host_;
	type {
		gline;
		gzline;
		qline;
		gqline;
		shun;
	};
};
except ban {
	mask *@_your-host_;
};
(Replace _your-host_ with your hostname)

Now rehash from the console and you can connect again.
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Please, no pointless inflamatory posting. Ta.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Locked