From b2c9e1c4b6741d7e68d197937736ee804a8b8705 Mon Sep 17 00:00:00 2001 From: Gakamine Date: Mon, 30 Jan 2023 07:15:02 -0500 Subject: [PATCH] Hide cmd --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6c7af5..1a91be6 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,9 @@ A simple C2 meant to be used behind Google Translate Webpages as a proxy for dat - ``data`` is the content you want to exfiltrate. If it's a file, it can be encoded in base64 and decoded automatically on the admin dashboard. If it's a base64 data, you must split it into multiple strings otherwise Google Translate will limit you. You can expand the size of the data by editing ``collector\models.py`` and edit the ``max_length=`` for the ``data_content`` field. -### Sending command +### Getting command - Fetch the following link from your client/spyware: ``https://your-domain.translate.goog/c///`` - The random string is used to prevent Google to cache the URL. + - The command is hidden in a class. You can find it by searching for the picture with ``alt="screen3"`` # FOR EDUCATIONAL PURPOSE ONLY