changelog gdog v1.1:
+ Bug fixing (shellcode) + fixed by carnal0wnage.
+ Shellcode generator helper
+ Minor improvements
Gdog is A stealthy Python based backdoor that uses Gmail as a command and control server.
This project was inspired by the gcat(https://github.com/byt3bl33d3r/gcat) from byt3bl33d3r.
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 account.
+ You may also have to enable IMAP in the account settings.
Contents
+ gdog.py a script that’s used to enumerate and issue commands to available clients
+ client.py the actual backdoor to deploy
You’re probably going to want to compile client.py into an executable using Pyinstaller
Note: It’s recommended you compile client.py using a 32bit Python installation
Usage:
git clone https://github.com/maldevel/gdog && cd gdog pip install -r requirements.txt python gdog.py
Source: https://github.com/maldevel | Download: v1.1.tar.gz | v1.1.zip | Our Post before