Skip to content

Latest commit

 

History

History
92 lines (75 loc) · 3.45 KB

README.md

File metadata and controls

92 lines (75 loc) · 3.45 KB

Koala

An amazing bug bounty toolkit for Docker.

Instructions

It is obvious that this tool MUST NOT be used in a malicious context. It should only be used against your own machine or with the consent of the owner of the targeted machine. The author of Koala can in no way be held responsible for any malicious and unauthorized use of this script.

Prerequisites

  • A Unix-like operating system: macOS, Linux, BSD. On Windows: WSL is preferred, but cygwin or msys also mostly work.
  • Docker should be installed. If is not installed, check the following instructions here: Docker Install

Installation

git clone https://github.com/tun43p/koala.git
cd koala/bin/
chmod +x install.sh
./install.sh

Utilisation

koala : Run Koala Toolkit
koala -b : Build
koala -e : Edit Dockerfile
koala -h : Print help
koala -k : Kill containers
koala -r : Remove containers
koala -R : Remove containers and image
koala -u : Upgrade Koala
koala -uninstall : Uninstall Koala
koala -v : Print current version

Tools

Versioning

1.0.2

Authors

tun43p - Initial work - tun43p.

License

This project is licensed under the MIT License, see the LICENCE file for details.