From 1ac25d33c5a9cb3977783c13fe7cf464cacbac0d Mon Sep 17 00:00:00 2001 From: Jacopo Cavallo Date: Mon, 15 May 2023 19:28:59 +0200 Subject: [PATCH] fixed spaces --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index feaef3e..98bc66c 100644 --- a/README.md +++ b/README.md @@ -1041,9 +1041,9 @@ Other methods: This method allows to hide from cat the malicious content of a file with a simple carriage return character: ```sh bash$ echo -e "\r" > /var/www/html/test.php -bash$ cat test.php +bash$ cat test.php -bash$ php test.php +bash$ php test.php hello world this is a test bash$ strings test.php