From 94c2430ed0f378f049a32d0b8b3dfbc3bb55f58d Mon Sep 17 00:00:00 2001 From: dmdhrumilmistry <56185972+dmdhrumilmistry@users.noreply.github.com> Date: Wed, 15 Sep 2021 11:28:26 +0530 Subject: [PATCH] fix typo --- malwares/TelegramRemoteCodeExecutor/HowToUse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/malwares/TelegramRemoteCodeExecutor/HowToUse.md b/malwares/TelegramRemoteCodeExecutor/HowToUse.md index c7b8928..87c330c 100644 --- a/malwares/TelegramRemoteCodeExecutor/HowToUse.md +++ b/malwares/TelegramRemoteCodeExecutor/HowToUse.md @@ -12,6 +12,6 @@ | /start | starts interaction with the bot and returns command issuer details | None | | /help | returns help menu | None | | /exec | executes command on vitcim's machine | command | -| /cd** | change current working directory to specified path | path | +| /cd | change current working directory to specified path | path | | /ls | list all the directories and folders in the current working directory | None | | /download | download file from the victims machine to attacker's via telegram chat | relative or complete file path |