Code Monkey home page Code Monkey logo

orbit's Introduction

Orbit

Control your computer via SMS

Orbit is a Python script enabling you to send commands to your computer when you don't have an internet connection or when your machine is physically out of reach.

Usage

Orbit can be ran as a normal script or as a daemon in the background listening for incoming commands from your sms's.
it consists of a listener that sits on the desired machine, which will then execute a module from the modules directory, you can add your own modules there which will be executed by orbit once it receives its name in a text message (SMS).
Orbit receives commands in the following syntax:
Password module_name The password can be specified in the wizard that runs the first time you use orbit and it can be changed later from the config file orbit_config.ini, along with the authorized phone number to take commands from.

Examples

After configuring and running orbit on your machine, you can send it commands according to the aformentioned syntax as follows:
P@ssw0rd lock
This would cause orbit to verify the password in the SMS and execute the module lock.py which locks up the screen and asks for a password (if any already exists on the system).

WARNING

Some functions of orbit require root access/administrative rights, please mind your permissions especially if you were to set a setuid/setgid to avoid opening a privilege escalation vulnerability on your system.
(sudo chmod a-rw recommended)

orbit's People

Contributors

0xamir 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.