grayhats Posted June 15, 2015 Report Posted June 15, 2015 A stealthy Python based backdoor that uses Gmail as a command and control server.SETUP:For this to work you need:A Gmail account (Use a dedicated account! Do not use your personal one!)Turn on "Allow less secure apps" under the security settings of the accountThis repo contains two files:gcat.py a script that's used to enumerate and issue commands to available clientsimplant.py the actual backdoor to deployIn both files, edit the gmailuser and gmailpwd variables with the username and password of the account you previously setup.You're probably going to want to compile implant.py into an executable using PyinstallerHow to use gcat: Quote