AntiRandom

How To Install AntiRandom
Si Instalohet AntiRandom

This module attempts to identify random-looking nicks/idents/realnames and takes the specified action (kill/gline/etc). Useful against bots.

  • Unreal3.2//src/modules
  • wget –no-check-certificate https://www.vulnscan.org/UnrealIRCd/modules/AntiRandom-latest.tar.gz
  • tar zxvf AntiRandom-latest.tar.gz
  • rm -rf AntiRandom-latest.tar.gz
  • cd AntiRandom-1.3
  • ./build
  • Enter the full path to your UnrealIrcd directory (ie: /home/user/Unreal3.2):
  •  add on your unrealircd.confloadmodule “src/modules/antirandom.so”;
  •  add this code to your unrealircd.conf

set {
antirandom {
threshold 5;
ban-action gline;
ban-time 2m;
ban-reason “Ju lutem ndryshoni Nick/Ident ose Realname – ose provoni http://AlbaChat.Us/”;
fullstatus-on-load yes;
show-failedconnects yes;
except-hosts {
};
};
};

  •  ./rehash your IRCD

Old AntiRandom Install

1  wget http://www.unrealircd.com/modules/dl/u3/src/36/AntiRandom.tar.gz
2  tar -xvf AntiRandom.tar.gz
3  cd AntiRandom-1.3
4 ./build
5 /home/(youruser)/Unreal3.2
6  add on your unrealircd.conf
loadmodule “src/modules/antirandom.so”;
7  (add this code to your unrealircd.conf)

set {
antirandom {
threshold 5;
ban-action gline;
ban-time 2m;
ban-reason "Ju lutem ndryshoni Nick/Ident ose Realname - ose provoni http://AlbaChat.Us/";
fullstatus-on-load yes;
show-failedconnects yes;
except-hosts {
};
};
};

6. ./rehash your IRCD

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button