From 5834c23eb2e40222d3f6a302d1766eadb496c5a7 Mon Sep 17 00:00:00 2001 From: "nuo.o" <49533950+nuoxoxo@users.noreply.github.com> Date: Sat, 16 Nov 2024 23:20:47 +0100 Subject: [PATCH] Update README.mdx --- level02/README.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/level02/README.mdx b/level02/README.mdx index fb3cf2d..bc6cc20 100644 --- a/level02/README.mdx +++ b/level02/README.mdx @@ -1,11 +1,11 @@ # 02 -- new stuff +- New stuff - `realpath` - get the full absolute filepath - `scp` - secure copy - `scp username@ip:path _local_` - `~.pcap` - a Packet Capture to store network packet data captured during network traffic monitoring -- save the `.pcap` to Host +- Save the `.pcap` to Host ```b ### VM > ls -l @@ -15,7 +15,7 @@ > scp -P 4242 level02@$(ifconfig|grep 'inet '|awk 'NR==2 {print $2}'):/home/user/level02/level02.pcap $(pwd) ``` -- ❌ inspect the `.pcap` +- ❌ Inspect `.pcap` ```b ### Host @@ -25,7 +25,7 @@ > xxd level02.pcap | cut -d ' ' -f2-9 | tr -d ' ' ``` -- ✅ use _Wireshark_ +- ✅ Use _Wireshark_ - _Analyze - Follow - TCP Stream_ - copy _`TCP Stream`_ to text