mirror of
https://github.com/vee1e/Cryptonite-Taskphase.git
synced 2026-09-01 11:08:58 +00:00
Add AOC 01 and 02
This commit is contained in:
parent
88b41e5c93
commit
0ffe59c1ee
1 changed files with 36 additions and 0 deletions
36
Phase 2/07 Advent of Cyber.md
Normal file
36
Phase 2/07 Advent of Cyber.md
Normal 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*
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue