From 5892969b036f8874195fd8ba2ccdc3082b9a48a9 Mon Sep 17 00:00:00 2001 From: Dominic Breuker Date: Tue, 13 Feb 2018 22:45:35 +0100 Subject: [PATCH] rename image to demo --- README.md | 2 +- images/{example.gif => demo.gif} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename images/{example.gif => demo.gif} (100%) diff --git a/README.md b/README.md index d131574..c97927a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This is an example from the machine Shrek by [Hack The Box](https://www.hacktheb In this CTF challenge, the task is to exploit a hidden cron job that's changing ownership of all files in a folder. With pspy, the cron job is easy to find and analyse: -![animated demo gif](images/example.gif) +![animated demo gif](images/demo.gif) ## How it works diff --git a/images/example.gif b/images/demo.gif similarity index 100% rename from images/example.gif rename to images/demo.gif