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 c996ca8 commit aa95ef3
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ 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 |
|---------------------------------------------------------|
| echo @echo off > > C:\users\%username%\Desktop\file.cmd |
| echo start >> > C:\users\%username%\Desktop\file.cmd |
| start C:\users\%username%\Desktop\file.cmd |
|---------------------------------------------------------|
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 aa95ef3

Please sign in to comment.