Git Product home page Git Product logo

s3rat's Introduction

s3RAT -- Remote Access Tool using S3

This tool is designed to use S3 as a transfer point for sending commands and getting results from a remote server. The client and the server must both have access to the same S3 bucket.

S3 is used as a transfer point because it can commonly be used in areas where network access is limited, such as within a private VPC.

This is a work in progress.

Quick Start

This package will work with Python 2.7 or Python 3. Python 2.7 support was added because it remains the default for most systems, including Amazon Linux.

Package requires boto3, which might be installed from a system package. Install using one of the commands below.

yum install python27-boto3  # Python 2.7 on Amazon Linux
yum install python2-boto3   # Python 2.7 on Amaxon Linux 2
pip install boto3  # Any system with pip

AWS credentials must be configured per the AWS CLI and/or Python SDK for AWS.

For details on how to run the tool, run the module from the command line.

python -m s3rat -h

s3rat's People

Contributors

andrewjroth avatar

Stargazers

 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.