Skip to content

CTF exercise

reubenajohnston edited this page May 10, 2020 · 24 revisions

Rules

  • nginx server (todo: url here) will post the team names and names of their members, as well as current score for the team
  • Teams will have 4 servers
    • teamX-nfs1: insecure nfs
    • teamX-nfs2: secure nfs
    • teamX-kdc: kerberos kdc
    • teamX-dev: development VM performing attacks and also hosting an insecure email server to spam
  • NFS servers need at least two users, with usernames
    • root
    • first name of one of your team members
  • User passwords on NFS servers need to be a combination of words and no more than 10 characters

Knowledge to gather

  • Ip addresses of servers
  • Function of servers (nfs insecure, nfs secure, or kdc)
  • Usernames on servers
  • Passwords on servers
Clone this wiki locally