Add AOC 01 and 02

This commit is contained in:
lucky-vers 2024-01-12 13:51:38 +05:30
parent 88b41e5c93
commit 0ffe59c1ee

View file

@ -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*