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