This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ccdc_checklist [2021/11/06 17:20] – Added more services. Charlie Root | ccdc_checklist [2022/01/30 20:09] (current) – Charlie Root | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== CCDC Checklist ===== | ||
- | |||
- | This is a sample checklist for [[DCDC|CCDC]]-style competitions. | ||
- | |||
- | ==== Linux ==== | ||
- | |||
- | === Password Changes === | ||
- | |||
- | Change all shell user passwords: | ||
- | < | ||
- | read; for u in $(cat /etc/passwd | grep -E "/ | ||
- | </ | ||
- | |||
- | |||
- | Change all shell users' Samba passwords: | ||
- | < | ||
- | read; for u in $(cat /etc/passwd | grep -E "/ | ||
- | </ | ||
- | |||
- | |||
- | === Firewall === | ||
- | |||
- | Enable the firewall: | ||
- | < | ||
- | ufw enable | ||
- | </ | ||
- | |||
- | Check the permitted ports and remove unnecessary whitelists: | ||
- | < | ||
- | ufw status numbered | ||
- | |||
- | ufw delete [number] | ||
- | </ | ||
- | |||
- | |||
- | === Service Hardening === | ||
- | |||
- | |||
- | |||
- | |||
- | |||
===== CCDC Checklist ===== | ===== CCDC Checklist ===== | ||
Line 201: | Line 160: | ||
==== Finished this checklist? ==== | ==== Finished this checklist? ==== | ||
- | Find much more at [[https:// | + | Find much more at [[https:// |