-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ⚠ |