berkgoksel / SierraOne

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

File Upload Bug #3

Closed berkgoksel closed 4 years ago

berkgoksel commented 4 years ago

Uploading less than 7.5MB files use Mega upload instead of Discord's own upload mechanism.

umtdg commented 4 years ago

Add one more condition to if condition at SierraOne.py:180, old: if hasMegaKey and filesize <= MEGA_SIZE_MAX new: if hasMegaKey and filesize <= MEGA_SIZE_MAX and filesize > FILE_SIZE_MAX