From 01957673132b27ff317036ee485cbe6803d96765 Mon Sep 17 00:00:00 2001 From: Grzegorz Budny Date: Sun, 2 Feb 2020 11:45:44 +0100 Subject: [PATCH] Update --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 67946a8..f4e4171 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ ## Change log + - 12/4/2019 + - RouterOS_RadiusMonitor.rsc + - RouterOS_User_Alerts.rsc + - 12/4/2019 - RouterOS_Auto_Firmware_Upgrade.rsc - RouterOS_Port_Knock.rsc @@ -244,6 +248,14 @@ $PortKnock base=$knockBase destinationAddress=destinationIP; $R_ARP mode=mode; ``` +### RouterOS_Radius_Monitor.rsc +> Sends Radius statistics via email + +**Example** +``` +$RadiusMonitor smtpServer=smtpServer smtpPort=smtpPort domain="@example.com" recipient="recipient@example.com"; +``` + ### RouterOS_Renew_License.rsc > Renews RouterOS License @@ -297,6 +309,15 @@ interval="24" taskName="TaskName" startTime="startup" $Substring findMode=true string="string" signA="A" signB "b"; ``` +### RouterOS_User_alert.rsc +> After defined number of logon failure attempts in 1 hour sends email alert and blocks source IP on firewall + +**Example** +``` +$UserAlert message="message" treshhold=3 fileName="fileName" smtpServer=smtpServer smtpPort=smtpPort domain="@example.com" \ +recipient="recipient@example.com"; +``` + ### More scripts comming soon :) ## Authors