Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 666 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 666 Bytes

GrandStringSlayer

GrandStringSlayer is a decryption tool written in python for string decryption of Grandoreiro Trojan Banker.

Usage

First you must extract the key used in the sample to decrypt the strings and then set the key in the key variable. For the encrypted strings you will have to put all the strings in a file located in the same directory as the script.

file = "StringsEnc.txt"
key = "KEY-HERE_KEY-HERE_KEY-HERE"
}

After that you can run the script and check the output with the decrypted strings.

python3 GrandStringSlayer.py

  App Screenshot