Skip to content
Chrisjudk edited this page Jun 3, 2018 · 15 revisions

I will be keeping this page here, but all to-do items have been moved to the issues section of the repository. Any new changes should be proposed there instead of on this page.

Linux

  • automate adding users and changing passwords?
  • correct the sed command for "Permit root login"
  • append the following to /etc/pam.d/common-auth
    auth required pam_tally2.so deny=5 onerr=fail unlock_time=1800
  • add check for sudoers
  • edit /etc/lightdm/users.conf
    allow-guest=false
  • create a menu system config file rather than just autorun
  • setup auditing
    • Install auditd
    • configure /etc/audit/auditd.conf
  • group management
  • setup unattended-upgrades
    • Install unattended-upgrades
    • Enable Unattended-upgrades
    • Configure unattended-upgrades
    • Automatically run unattended-upgrades
  • ss -ln
  • Search for 'john the ripper'
  • Replace apt-get upgrade -y with apt-get dist-upgrade -y

Windows

  • start working on Powershell script
Clone this wiki locally