Code Monkey home page Code Monkey logo

manjabot's Introduction

Manjabot

Control your PC/Container/VM via discord bot, for example you type >> neofetch,
it will print neofetch of the system you are in!

So, basically ssh with 0 security.

Best ran on a docker/container or a Virtual Mechine for security reasons.
This was supposedly ran on Manjaro QEMU, hence the name "Manjabot".

Installation:

git clone https://github.com/RavioliMavioli/manjabot
cd manjabot
npm install
./run.sh

Commands:

>> help displays bot commands.

>> changepass {new sudo password} change input of the sudo password.

>> send {some message} tell the bot to send some discord message.

>> sendfile {file path} send a file from the host to discord message.

>> upload_ss upload a screenshot of the host desktop to discord message (only works with spectacle installed).

>> {shell commands} run any shell commands that is available on the host system.

Token:

Token is stored in src/assets/manjakey.json.gpg with gpg encryption.
The decryption is done via terminal when you first run the bot.
Json Structure:

{
  bot_token: "your token"
}



How to make your token file:

  1. Go to src/assets/

  2. Make a json file called manjakey.json

  3. Fill it with this (replace "your token" with your discrod bot token:
{
  bot_token: "your token"
}



4. On the directory you are in (src/assets/), run:
gpg -c manjakey.json

5. Fill the password on your liking, then delete manjakey.json.

manjabot's People

Stargazers

 avatar  avatar

Watchers

 avatar  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.