berkgoksel / SierraOne

Shared reverse shell over Discord
GNU General Public License v3.0
126 stars 20 forks source link

Add support for reading config.py contents from an online service. #10

Open berkgoksel opened 4 years ago

berkgoksel commented 4 years ago

The contents of config.py includes the Mega Upload credentials and Discord bot token and the Discord server ID. This could be easily reverse-engineered by the victim as it is embedded in the binary. As downloading the key over encrypted communication and keeping it in memory is a better practice. However, using a C2 in the process defeats the purpose of sending the traffic to Discord. A good way to do this would be to read the data from an online third-party service such as Github.

A simple example would be:

berkgoksel commented 4 years ago

Just an idea. image