├── Networking ├── pfsense_template └── vyos_template ├── d3adzo └── files │ ├── Autoruns.exe │ ├── Procmon.exe │ ├── all_fw.bat │ ├── procexp.exe │ ├── secure.bat │ ├── sigcheck64.exe │ └── wfc6setup.exe ├── linux ├── Firewall │ ├── reference.sh │ └── script1.sh ├── inventory.sh └── placeholder.txt └── windows ├── firewalls.bat ├── information.bat ├── krbtgt.bat └── secure.bat /Networking/pfsense_template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RIT-CCDC/Scripts/HEAD/Networking/pfsense_template -------------------------------------------------------------------------------- /Networking/vyos_template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RIT-CCDC/Scripts/HEAD/Networking/vyos_template -------------------------------------------------------------------------------- /d3adzo/files/Autoruns.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RIT-CCDC/Scripts/HEAD/d3adzo/files/Autoruns.exe -------------------------------------------------------------------------------- /d3adzo/files/Procmon.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RIT-CCDC/Scripts/HEAD/d3adzo/files/Procmon.exe -------------------------------------------------------------------------------- /d3adzo/files/all_fw.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RIT-CCDC/Scripts/HEAD/d3adzo/files/all_fw.bat -------------------------------------------------------------------------------- /d3adzo/files/procexp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RIT-CCDC/Scripts/HEAD/d3adzo/files/procexp.exe -------------------------------------------------------------------------------- /d3adzo/files/secure.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RIT-CCDC/Scripts/HEAD/d3adzo/files/secure.bat -------------------------------------------------------------------------------- /d3adzo/files/sigcheck64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RIT-CCDC/Scripts/HEAD/d3adzo/files/sigcheck64.exe -------------------------------------------------------------------------------- /d3adzo/files/wfc6setup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RIT-CCDC/Scripts/HEAD/d3adzo/files/wfc6setup.exe -------------------------------------------------------------------------------- /linux/Firewall/reference.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RIT-CCDC/Scripts/HEAD/linux/Firewall/reference.sh -------------------------------------------------------------------------------- /linux/Firewall/script1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RIT-CCDC/Scripts/HEAD/linux/Firewall/script1.sh -------------------------------------------------------------------------------- /linux/inventory.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RIT-CCDC/Scripts/HEAD/linux/inventory.sh -------------------------------------------------------------------------------- /linux/placeholder.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /windows/firewalls.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RIT-CCDC/Scripts/HEAD/windows/firewalls.bat -------------------------------------------------------------------------------- /windows/information.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RIT-CCDC/Scripts/HEAD/windows/information.bat -------------------------------------------------------------------------------- /windows/krbtgt.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RIT-CCDC/Scripts/HEAD/windows/krbtgt.bat -------------------------------------------------------------------------------- /windows/secure.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RIT-CCDC/Scripts/HEAD/windows/secure.bat --------------------------------------------------------------------------------