lynden wrote:he glined me and every one else he got admin rights for some reason even though i changed the password, any one know why it was so easy to hack
Hardly surprising with the uber complex password lol . Sorry but just looking at the operblock shows whoever set up the .conf knew about zilch .
Code: Select all
oper lynden {
class clients;
from {
userhost *@*;
};
password "pass";
flags "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
Firstly thats the old flag style not the new one thats more descriptive ie
can_gzline
can_globalkill
Secondly using every letter is just plain dumb and lazy . A lot of flags will give you the same rights as other flags . For example Netadmin (N) will give you the following flags . (O) Global , (N) Netadmin (a) Services Admin and (A) Admin flags .
What the guy has done is give you a plain vanilla config .
Pass as a password is just stupid its on the list of most used passwords .
As for the rest of the config ......
Code: Select all
set {
network-name "F34R";
default-server "irc.suckmydick.net";
services-server "set.this.here.for.services.to.work.fag";
stats-server "stats.suckit.com";
help-channel "#YOURGFGIVESGOODHEAD";
hiddenhost-prefix "pwnd";
Guess the guy helped you to make you look stupid .
As stated above never ever let someone else config your server for you .
I would as suggested read the faq's and the docs rebuild your .conf and change your network names etc and keep the fool out of your server . If he does come in id gline him on sight .
Take this as a lesson learned but you have to learn how to do this yourself . If you dont how can you hope to admin a server if you dont even know how to set it up yourself .