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`.