From 593375578b7318c3d0b6311b70298b8733e8d22e Mon Sep 17 00:00:00 2001 From: Fedi6431 <102946457+Fedi6431@users.noreply.github.com> Date: Sat, 8 Jun 2024 21:07:17 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 904399b..9403b3b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # LHE-Local_Host_Executer ## ⚠ EDUCATIONAL PURPOSE ONLY ⚠ +## User guide +### Server +The server is build in java with socket connection. + +### Client +The client is build in java with socket connection, like the server. + +But the client can write payload in the console that are executed in the server computer using the process Runtime.getRuntime() + +Example of payload: echo Hello world > C:\users\%username\Desktop\Hello.txt + ## ⚠ EDUCATIONAL PURPOSE ONLY ⚠