Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 554 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 554 Bytes

remote-screenshot-taker

Take screenshots remotely

victim.py needs to be executed at victim's side. Attacker will execute attacker.py Attacker will be able to take screenshots remotely, whenever he wants. Also this tool can be used to receive continuous remote screenshots with given time interval.

Run it as:

on target/victim machine: python victim.py

on attacker machine: python attacker.py

Dependency (at victim/target side):

  1. pyautogui install pyautogui using: pip install pyautogui

Use this tool for EDUCATIONAL PURPOSE ONLY!!

Thanks :)