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 5933755 commit c996ca8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ 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
Example of payload
|---------------------------------------------------------|
| echo Hello world > C:\users\%username\Desktop\Hello.txt |
|---------------------------------------------------------|
| echo @echo off > > C:\users\%username%\Desktop\file.cmd |
| echo start >> > C:\users\%username%\Desktop\file.cmd |
| start C:\users\%username%\Desktop\file.cmd |
|---------------------------------------------------------|
Or code injection in computer files

## ⚠ EDUCATIONAL PURPOSE ONLY ⚠

0 comments on commit c996ca8

Please sign in to comment.