Git Product home page Git Product logo

remote-control-with-email-service's Introduction

Remote Control with Email Service

We are from fit@hcmus, and this is our final project for Computer Networking course (CSC10008).

Our app uses Gmail service by Google to allow people to do some kinds of stuff, including getting MAC address, some operations with running app and process, screen and webcam data, and keylogger. Furthermore are some operations with the registry, file manipulations, and even restarting or shutting the device down.

For more information, follow the contents below.

Content:

1. Try our app

Get the latest version of our app by following these steps

curl -fsSL github.com/htrvu/remote-control-with-email-service/releases/latest/download/G8-Remote-Control.zip -O
unzip -q G8-Remote-Control.zip -d G8-Remote-Control

2. Build the app from source codes

Firstly, make sure that python, pyinstaller, and pyqt5 were installed on your device. Then, follow these steps:

2.1. Clone this repository

git clone https://github.com/htrvu/remote-control-with-email-service
cd remote-control-with-email-service

2.2. Build the source codes

cd ./src/ # path to source folder
pyinstaller main.spec

cd .. # path to project folder

mkdir ./G8-Remote-Control
mkdir ./G8-Remote-Control/ui

mv ./src/dist/G8-Remote-Control.exe ./G8-Remote-Control/G8-Remote-Control.exe 
cp -r ./src/ui/assets ./G8-Remote-Control/ui
cp -r ./src/configs ./G8-Remote-Control

rm -rf ./src/dist ./src/build

3. Screenshots

3.1. Home page

3.2. Configure before running the app

3.3. Pop up notification

3.4. Some services shots

  • Mail header

  • HELP

  • MAC get

  • APP get

  • SCREEN get image

  • WEBCAM get video 3

  • KEYLOGGER get 15

  • REGISTRY get

  • PC shutdown

3.5. About us

remote-control-with-email-service's People

Contributors

dotrann1412 avatar htrvu avatar huuthientran avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.