Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedi6431 authored Jun 8, 2024
1 parent 218993d commit 5933755
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 ⚠

0 comments on commit 5933755

Please sign in to comment.