You can use this program if you need to
- Get screenshots of a machine you don't have physical access to.
- Run bash commands on your remote machine to get stats for server load, downtime and so on. This is a tool I developed to control my PC when I don't have access to it.
-
Clone this github repo
https://github.com/krishnanunnir/Remote-Machine-Monitor.git && cd Remote-Machine-Monitor
-
Create a virtual environment
mkdir .env && python3 -m venv .env/smb
-
Activate the virtual environment
source .env/smb/bin/activate
-
Now we need to install all requirements
cd bin && python run_once.py
-
Generate a bot in telegram, add the token value of the bot and the user ids of the users permitted to use this bot in the properties.py file.
-
Configure other values in the properties.py for curr_dir, logs and permitted_commands.
-
We are now good to go and can start our server by running
python start.py
- Grabbing screenshots of the users device.
- Scheduling messages for an interval