diff --git a/banners/NIST b/banners/NIST new file mode 100644 index 0000000..75bde1f --- /dev/null +++ b/banners/NIST @@ -0,0 +1,15 @@ + + This system is for the use of authorized users only. + Individuals using this computer system without + authority, or in excess of their authority, are subject + to having all of their activities on this system + monitored and recorded by system personnel. In the + course of monitoring individuals improperly using this + system, or in the course of system maintenance, the + activities of authorized users may also be monitored. + Anyone using this system expressly consents to such + monitoring and is advised that if such monitoring + reveals possible evidence of criminal activity, system + personnel may provide the evidence of such monitoring + to law enforcement officials. + diff --git a/banners/connect.sh b/banners/connect.sh new file mode 100644 index 0000000..a17ff7d --- /dev/null +++ b/banners/connect.sh @@ -0,0 +1,25 @@ +#!/bin/bash +VERSION=6.0.1 + +banner() +{ + echo "+------------------------------------------+" + printf "Freight Trust Network" "$VERSION" + printf "| %-40s |\n" "`date`" + echo "| |" + printf "|`tput bold` %-40s `tput sgr0`|\n" "$@" + echo "+------------------------------------------+" +} + +banner "Connecting to the Network" +sleep 3 + +banner "Verifying Credentials " + +sleep 4 + +banner "Authenticating with Network Pool..." + +sleep 5 + +banner "Finished." diff --git a/banners/legal_banner_simple b/banners/legal_banner_simple new file mode 100644 index 0000000..5f04338 --- /dev/null +++ b/banners/legal_banner_simple @@ -0,0 +1,11 @@ + + + +UNAUTHORIZED ACCESS TO THIS DEVICE IS PROHIBITED + +You must have explicit, authorized permission to access or configure this device. +Unauthorized attempts and actions to access or use this system may result in civil and/or +criminal penalties. + +All activities performed on this device are logged and monitored. +End users in the E.U. can contact our designated data contact for GDPR matters diff --git a/banners/network_banner b/banners/network_banner new file mode 100644 index 0000000..97da589 --- /dev/null +++ b/banners/network_banner @@ -0,0 +1,11 @@ + + + ********************************************************** + ** ████████████████████████████████████████████████████ ** + ** THIS IS A NOTICE OF NETWORK MONITORING ** + ** NETWORK USAGE FOR AUTHORIZED USERS ONLY ** + ** IF YOU ARE PHYSICALLY LOCATED IN THE E.U. ** + ** YOU MAY HAVE ADDITIONAL RIGHTS PER GDPR. ** + ** ███████████████████████████████████████████████████ ** + ********************************************************** +