Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 804 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 804 Bytes

Micro-CMS v1

Flag0 -- Found

  • Try creating a new page
  • How are pages indexed?
  • Look at the sequence of IDs
  • If the front door doesn't open, try the window
  • In what ways can you retrieve page contents?

Flag1 -- Found

  • Make sure you tamper with every input
  • Have you tested for the usual culprits? XSS, SQL injection, path injection
  • Bugs often occur when an input should always be one type and turns out to be another
  • Remember, form submissions aren't the only inputs that come from browsers

Flag2 -- Found

  • Sometimes a given input will affect more than one page
  • The bug you are looking for doesn't exist in the most obvious place this input is shown

Flag3 -- Found

  • Script tags are great, but what other options do you have?