From 176a56cd683bbe624cdf7bb88f3d2c4faf5dfd6c Mon Sep 17 00:00:00 2001 From: lucky-vers Date: Sat, 21 Oct 2023 23:24:49 +0530 Subject: [PATCH] Remove ' ```' --- Writeup - Week 2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Writeup - Week 2.md b/Writeup - Week 2.md index 8d2fb6e..80e0743 100644 --- a/Writeup - Week 2.md +++ b/Writeup - Week 2.md @@ -57,7 +57,7 @@ bandit12@bandit:/tmp/data$ cat data.txt A new command is to be used here, `xxd` ``` bandit12@bandit:/tmp/data$ xxd -r data.txt >> data.bin - ``` +``` We use it with the `-r` to do a reverse hexdump — from hex data to binary data. We then transfer the output to `data.bin`.