diff --git a/slides/intro-to-ctfs.md b/slides/intro-to-ctfs.md index 7457a9a..a6fe09b 100644 --- a/slides/intro-to-ctfs.md +++ b/slides/intro-to-ctfs.md @@ -324,6 +324,8 @@ SELECT * FROM account WHERE id="1" OR 1=1; - In a CTF context, "Forensics" challenges can include file format analysis, steganography, memory dump analysis, or network packet capture analysis. +---- + - Any challenge to examine and process a hidden piece of information out of static data files (as opposed to executable programs or remote servers) could be considered a Forensics challenge ----