From c996ca8ee69d7b911e8b3f65bc9cf9eb9ec13b08 Mon Sep 17 00:00:00 2001 From: Fedi6431 <102946457+Fedi6431@users.noreply.github.com> Date: Sat, 8 Jun 2024 21:11:00 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9403b3b..1d5d39e 100644 --- a/README.md +++ b/README.md @@ -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 ⚠