diff --git a/back/pialert.conf b/back/pialert.conf index 393f316b..6df0ed41 100644 --- a/back/pialert.conf +++ b/back/pialert.conf @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------- +# Pi.Alert v2.56 / 2021-01-15 +# Open Source Network Guard / WIFI & LAN intrusion detector +# +# pialert.conf - Back module. Configuration file +#------------------------------------------------------------------------------- +# Puche 2021 pi.alert.application@gmail.com GNU GPLv3 +#------------------------------------------------------------------------------- + VERSION = '2.56' VERSION_YEAR = '2021' VERSION_DATE = '2021-01-15' diff --git a/back/pialert.cron b/back/pialert.cron index d33bae58..2ac0727b 100644 --- a/back/pialert.cron +++ b/back/pialert.cron @@ -1,6 +1,12 @@ +#------------------------------------------------------------------------------- +# Pi.Alert +# Open Source Network Guard / WIFI & LAN intrusion detector # -# Pi.Alert cron -# +# pialert.cron - Back module. Crontab jobs +#------------------------------------------------------------------------------- +# Puche 2021 pi.alert.application@gmail.com GNU GPLv3 +#------------------------------------------------------------------------------- + 0 3 * * 1 python ~/pialert/back/pialert.py update_vendors >~/pialert/log/pialert.vendors.log 2>&1 */1 * * * * python ~/pialert/back/pialert.py internet_IP >~/pialert/log/pialert.IP.log 2>&1 */5 * * * * python ~/pialert/back/pialert.py 1 >~/pialert/log/pialert.1.log 2>&1 diff --git a/back/pialert.py b/back/pialert.py index 899c536e..93af5afa 100644 --- a/back/pialert.py +++ b/back/pialert.py @@ -1,8 +1,13 @@ #!/usr/bin/env python # -# Pi.Alert v2.56 / 2021-01-15 -# Puche 2021 -# GNU GPLv3 +#------------------------------------------------------------------------------- +# Pi.Alert v2.56 / 2021-01-15 +# Open Source Network Guard / WIFI & LAN intrusion detector +# +# pialert.py - Back module. Network scanner +#------------------------------------------------------------------------------- +# Puche 2021 pi.alert.application@gmail.com GNU GPLv3 +#------------------------------------------------------------------------------- #=============================================================================== diff --git a/back/report_template.html b/back/report_template.html index 9fb4834c..0bc0ecc0 100644 --- a/back/report_template.html +++ b/back/report_template.html @@ -1,3 +1,12 @@ + +
@@ -101,9 +110,9 @@| Puche |
- Pi.Alert |
- GNU GPLv3 | + © |
+ Pi.Alert |
+ GNU GPLv3 |
+
- Pi.alert
+ Pi.Alert