From 3128408874401b2c8b649c594c2f3f7266504bf0 Mon Sep 17 00:00:00 2001 From: Fedi6431 <102946457+Fedi6431@users.noreply.github.com> Date: Sat, 8 Jun 2024 21:12:31 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1ee336c..750bb1b 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ But the client can write payload in the console that are executed in the server 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 ⚠