Skip to content

Commit

Permalink
Update mnemonic.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucthienphong1120 authored Aug 28, 2023
1 parent a56a371 commit 76e6663
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion mnemonic.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,12 @@ cat /root/root.txt

![image](https://github.com/lucthienphong1120/TryHackMe-CTF/assets/90561566/d10bc4cc-236d-4319-9c39-8fb9385d1c44)

md5 hash to get answer flag

```
echo -n "congratulationsyoumadeithashme" | md5sum
```

| Flag | root.txt |
| --- | --- |
| Answer | THM{congratulationsyoumadeithashme} |
| Answer | THM{2a4825f50b0c16636984b448669b0586} |

0 comments on commit 76e6663

Please sign in to comment.