Giter VIP home page Giter VIP logo

pacu2's Introduction

Note: This was mostly a scratch space for various ideas. Check out pacu3 for the (initial) rewrite.

Overview

The AWS exploitation framework, designed for testing the security of Amazon Web Services environments.

This project was generated with cookiecutter using jacebrowning/template-python.

Unix Build Status Windows Build Status Coverage Status Scrutinizer Code Quality PyPI Version PyPI License

Usage

$ make docker/dev
$ python -m pacu repl
>
> ** tab **
items users
>
> users
Usage: __main__.py users [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  create
  delete
>
> users create my_user
Creating user: my_user

Or alternatively:

$ python3 -m pacu users create my_user
Creating user: my_user

Note: The python3 -m pacu part is only needed for dev, typically it would just be pacu.

Features

Simplified modules

This is a valid module:

def main(name: str = 'test'):
  print(f"Hello {name}")

It can be run as pacu module_name, or in the repl as module_name. It takes an optional string argument name, which defaults to test and outputs a help when run with --help.

> items --help
Usage: __main__.py items [OPTIONS]

Options:
  --name TEXT  [default: test]
  --help       Show this message and exit.
> items
Hello test
> items --name world
Hello world

pacu2's People

Contributors

ryanjarv avatar

Stargazers

 avatar Richard Julian avatar

Watchers

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