├── .bashrc ├── .tmux.conf ├── .vimrc ├── 1-ConfigureWindowsFTPS-CreateFTP-UsersAndGroup.ps1 ├── 2-ConfigureWindowsFTPS-ConfigureFTPoverSSLserver.ps1 ├── Apache LDAPS Template for nagios.conf ├── Bastillion LDAPS Tempalte for jaas.conf ├── Cloudflare Dynamic DNS Update.ps1 ├── Configure-SFTP-Only.ps1 ├── ConfigureDynamicDNS.ps1 ├── DISCLAIMER.txt ├── Harden-Windows10.ps1 ├── LAPS-Setup.ps1 ├── LICENSE ├── Microsoft.PowerShell_profile.ps1 ├── New-AOVPNClientProfile.ps1 ├── README.md ├── Set-AOVPNServerProfile.ps1 ├── Set-NTPServerUp.ps1 ├── Set-NewLDAPSCertificate.ps1 ├── Set-RdpSslCertificate.ps1 ├── SetupRADIUSserver.ps1 ├── StartupScriptDisableNetBIOSandLMHOSTS.ps1 ├── Update-Gitea.ps1 ├── WindowsSandboxSetup.ps1 ├── aap_api_call.sh ├── apache2-default-ssl.conf ├── apache2-mods-enabled-ssl.conf ├── apache2-security.conf ├── apache2.conf ├── apache2file-000-default.conf ├── audit.rules ├── awx_setup_alma.sh ├── ccpd-config.yml ├── configure-ssh.sh ├── configure_nagiosxi_ova.sh ├── cronjob-vsftpd-cert-expires.sh ├── fail2ban-templates-jail.local ├── kvm-setup.sh ├── lighttpd-external.conf ├── lighttpd-rejection.conf ├── oscap-cmd-reference.sh ├── postfix-installer.sh ├── postfix-main.cf ├── semaphore_api_call.sh ├── smb.conf Anonymous SMB access Not Secure ├── sshd_config ├── update_semaphore.sh ├── vsftpd-installer.sh ├── vsftpd-profile.sh ├── vsftpd.conf Anonymous Downloads ├── vsftpd.conf Anonymous Uploads └── vsftpd.conf for FTP over SSL /.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/.bashrc -------------------------------------------------------------------------------- /.tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/.tmux.conf -------------------------------------------------------------------------------- /.vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/.vimrc -------------------------------------------------------------------------------- /1-ConfigureWindowsFTPS-CreateFTP-UsersAndGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/1-ConfigureWindowsFTPS-CreateFTP-UsersAndGroup.ps1 -------------------------------------------------------------------------------- /2-ConfigureWindowsFTPS-ConfigureFTPoverSSLserver.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/2-ConfigureWindowsFTPS-ConfigureFTPoverSSLserver.ps1 -------------------------------------------------------------------------------- /Apache LDAPS Template for nagios.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/Apache LDAPS Template for nagios.conf -------------------------------------------------------------------------------- /Bastillion LDAPS Tempalte for jaas.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/Bastillion LDAPS Tempalte for jaas.conf -------------------------------------------------------------------------------- /Cloudflare Dynamic DNS Update.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/Cloudflare Dynamic DNS Update.ps1 -------------------------------------------------------------------------------- /Configure-SFTP-Only.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/Configure-SFTP-Only.ps1 -------------------------------------------------------------------------------- /ConfigureDynamicDNS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/ConfigureDynamicDNS.ps1 -------------------------------------------------------------------------------- /DISCLAIMER.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/DISCLAIMER.txt -------------------------------------------------------------------------------- /Harden-Windows10.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/Harden-Windows10.ps1 -------------------------------------------------------------------------------- /LAPS-Setup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/LAPS-Setup.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/LICENSE -------------------------------------------------------------------------------- /Microsoft.PowerShell_profile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/Microsoft.PowerShell_profile.ps1 -------------------------------------------------------------------------------- /New-AOVPNClientProfile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/New-AOVPNClientProfile.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/README.md -------------------------------------------------------------------------------- /Set-AOVPNServerProfile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/Set-AOVPNServerProfile.ps1 -------------------------------------------------------------------------------- /Set-NTPServerUp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/Set-NTPServerUp.ps1 -------------------------------------------------------------------------------- /Set-NewLDAPSCertificate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/Set-NewLDAPSCertificate.ps1 -------------------------------------------------------------------------------- /Set-RdpSslCertificate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/Set-RdpSslCertificate.ps1 -------------------------------------------------------------------------------- /SetupRADIUSserver.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/SetupRADIUSserver.ps1 -------------------------------------------------------------------------------- /StartupScriptDisableNetBIOSandLMHOSTS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/StartupScriptDisableNetBIOSandLMHOSTS.ps1 -------------------------------------------------------------------------------- /Update-Gitea.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/Update-Gitea.ps1 -------------------------------------------------------------------------------- /WindowsSandboxSetup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/WindowsSandboxSetup.ps1 -------------------------------------------------------------------------------- /aap_api_call.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/aap_api_call.sh -------------------------------------------------------------------------------- /apache2-default-ssl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/apache2-default-ssl.conf -------------------------------------------------------------------------------- /apache2-mods-enabled-ssl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/apache2-mods-enabled-ssl.conf -------------------------------------------------------------------------------- /apache2-security.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/apache2-security.conf -------------------------------------------------------------------------------- /apache2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/apache2.conf -------------------------------------------------------------------------------- /apache2file-000-default.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/apache2file-000-default.conf -------------------------------------------------------------------------------- /audit.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/audit.rules -------------------------------------------------------------------------------- /awx_setup_alma.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/awx_setup_alma.sh -------------------------------------------------------------------------------- /ccpd-config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/ccpd-config.yml -------------------------------------------------------------------------------- /configure-ssh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/configure-ssh.sh -------------------------------------------------------------------------------- /configure_nagiosxi_ova.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/configure_nagiosxi_ova.sh -------------------------------------------------------------------------------- /cronjob-vsftpd-cert-expires.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/cronjob-vsftpd-cert-expires.sh -------------------------------------------------------------------------------- /fail2ban-templates-jail.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/fail2ban-templates-jail.local -------------------------------------------------------------------------------- /kvm-setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/kvm-setup.sh -------------------------------------------------------------------------------- /lighttpd-external.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/lighttpd-external.conf -------------------------------------------------------------------------------- /lighttpd-rejection.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/lighttpd-rejection.conf -------------------------------------------------------------------------------- /oscap-cmd-reference.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/oscap-cmd-reference.sh -------------------------------------------------------------------------------- /postfix-installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/postfix-installer.sh -------------------------------------------------------------------------------- /postfix-main.cf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/postfix-main.cf -------------------------------------------------------------------------------- /semaphore_api_call.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/semaphore_api_call.sh -------------------------------------------------------------------------------- /smb.conf Anonymous SMB access Not Secure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/smb.conf Anonymous SMB access Not Secure -------------------------------------------------------------------------------- /sshd_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/sshd_config -------------------------------------------------------------------------------- /update_semaphore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/update_semaphore.sh -------------------------------------------------------------------------------- /vsftpd-installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/vsftpd-installer.sh -------------------------------------------------------------------------------- /vsftpd-profile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/vsftpd-profile.sh -------------------------------------------------------------------------------- /vsftpd.conf Anonymous Downloads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/vsftpd.conf Anonymous Downloads -------------------------------------------------------------------------------- /vsftpd.conf Anonymous Uploads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/vsftpd.conf Anonymous Uploads -------------------------------------------------------------------------------- /vsftpd.conf for FTP over SSL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OsbornePro/ConfigTemplates/HEAD/vsftpd.conf for FTP over SSL --------------------------------------------------------------------------------