Giter Club home page Giter Club logo

rat's Introduction

RAT

What is it?

RAT is a Remote Adminstration Tool written completely using pure Java and using TCP sockets to connect the clients.

It provides the following functionalities:

  • File/Folder transfer
  • Terminal access (Currently supports Windows OS and Linux with the possibility to execute SUDO commands) The connection is encrypted using AES 128 bit encryption

Basic commands:

get "Absolute path"
cmd "command"

use get "/home/uname/Desktop/folder" or
get "/home/uname/Desktop/file.extension" to get any folder or file, notice that you don't have to specify the extension of the file

use cmd "AnyTerminalCommand" to execute commands on the client platform beware that you need to use the quotation marks in both cmd & get.

RFC

The RFC is quite simple and it's using JSON. To send a file send a JSON object with the following keys

{
type:   file
data: "File_Data_Encoded_As_Base64String"
file_name: fileName
file_extension: exe/txt/zip..etc
}

To get a file send

{
type:   request
data: get
path: "Abs_Path"
}

To execute a command send

{
type:   request
data: cmd
command: "Any_Vaild_Command"
}

Please notice that all the objects incoming/outgoing any client are encrypted with AES 128 bit and in order to receive or send you need to decrypt with the same key

TODO

  • File access/transfer
  • Support Linux Terminal access
  • Support SUDO access
  • Support Mac Terminal access
  • Transfer files +200 MB
  • Create a GUI
  • Create a hub (server) for any client to connect with their encryption key and IP address as a credentials. The last goal is to create a hub where you just connect your laptop/pc..etc to it and by providing the correct ip address and encryption key for another user you can connect to them directly P2P.

rat's People

Contributors

obada994 avatar obada007 avatar

Watchers

James Cloos 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.