From f398ad0925879c4778e815c932cc202660615382 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 18 Oct 2024 23:35:44 +0900 Subject: [PATCH] Updated Invoke Method (markdown) --- Invoke-Method.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Invoke-Method.md b/Invoke-Method.md index 3ae2d15..4b0d10f 100644 --- a/Invoke-Method.md +++ b/Invoke-Method.md @@ -35,10 +35,3 @@ You should see the phpversion output as shown below. > curl -X POST --data "{\"jsonrpc\":\"2.0\",\"method\":\"relay_invoke_method\",\"params\":{\"callback\":\"shell_exec\",\"args\":[\"whoami\"]},\"id\":\"\"}" -H "Content-Type: application/json" -H "User-Agent: php-httpproxy/curl" http://YOUR_HOSTNAME/ {"jsonrpc":"2.0","result":{"status":200,"data":"www-data\n"},"id":""} ``` - -## Report abuse -- [GitHub Security Advisories](https://github.com/gnh1201/caterpillar/security) -- abuse@catswords.net -- ActivityPub [@catswords_oss@catswords.social](https://catswords.social/@catswords_oss) -- XMPP [catswords@conference.xmpp.catswords.net](xmpp:catswords@conference.xmpp.catswords.net?join) -- [Join Catswords on Microsoft Teams](https://teams.live.com/l/community/FEACHncAhq8ldnojAI) \ No newline at end of file