From 0ffe59c1eea795f8d40369111c5514e3ff1a7d55 Mon Sep 17 00:00:00 2001 From: lucky-vers Date: Fri, 12 Jan 2024 13:51:38 +0530 Subject: [PATCH] Add AOC 01 and 02 --- Phase 2/07 Advent of Cyber.md | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Phase 2/07 Advent of Cyber.md diff --git a/Phase 2/07 Advent of Cyber.md b/Phase 2/07 Advent of Cyber.md new file mode 100644 index 0000000..9d2e37b --- /dev/null +++ b/Phase 2/07 Advent of Cyber.md @@ -0,0 +1,36 @@ +# Day 01 + +We learn how to manipulate an AI chatbot using malicious prompts, also termed *prompt injection*. + +**Answers** + +**What is McGreedy's personal email address?** + +*t.mcgreedy@antarcticrafts.thm* + +**What is the password for the IT server room door?** + +*BtY2S02* + +**What is the name of McGreedy's secret project?** + +*Purple Snow* + +# Day 02 + +Here, we understand the basics of data science, including working with libraries such as *pandas* and *matplotlib*. + +**Answers** + +**How many packets were captured (looking at the PacketNumber)?** + +*100* + +**What IP address sent the most amount of traffic during the packet capture?** + +*10.10.1.4* + +**What was the most frequent protocol?** + +*ICMP* +