Site Tools


ccdc_checklist

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ccdc_checklist [2021/11/06 17:20] – Added more services. Charlie Rootccdc_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: 
-<code> 
-read; for u in $(cat /etc/passwd | grep -E "/bin/.*sh" | cut -d":" -f1); do echo "$u:$REPLY" | chpasswd ; done 
-</code> 
- 
- 
-Change all shell users' Samba passwords: 
-<code> 
-read; for u in $(cat /etc/passwd | grep -E "/bin/.*sh" | cut -d":" -f1); do echo -e "$REPLY\n$REPLY" | smbpasswd -sU $u ; done 
-</code> 
- 
- 
-=== Firewall === 
- 
-Enable the firewall: 
-<code> 
-ufw enable 
-</code> 
- 
-Check the permitted ports and remove unnecessary whitelists: 
-<code> 
-ufw status numbered 
- 
-ufw delete [number] 
-</code> 
- 
-  
-=== Service Hardening === 
- 
- 
- 
- 
- 
 ===== CCDC Checklist ===== ===== CCDC Checklist =====
  
Line 201: Line 160:
 ==== Finished this checklist? ==== ==== Finished this checklist? ====
  
-Find much more at [[https://drive.google.com/drive/u/1/folders/1adQbkc0KZczofiKsTiWzBUKc7ivkAAuj]]+Find much more at [[https://drive.google.com/drive/folders/13KuyOkwokTuIhO9wsP0PayGGXxYLRhsJ]]
ccdc_checklist.1636219204.txt.gz · Last modified: 2021/11/06 17:20 by Charlie Root