GithubHelp home page GithubHelp logo

lisp3r / ayo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from trevohack/ayo

0.0 0.0 0.0 53 KB

Manage variables effectively when playing CTFs

License: GNU General Public License v3.0

Shell 16.36% Python 83.64%

ayo's Introduction

AYO

The Efficient CTF (Capture The Flag) Manager

GitHub License GitHub Repo stars Static Badge Static Badge

Install Documentation Usage

Original repo: Trevohack/AYO

Documentation

  • Welcome to AYO, your simple CTF (Capture The Flag) environment manager! AYO focuses on providing an easy-to-use interface for setting up and managing variables crucial for CTFs, such as rhost (remote host), domain, url, and more. With AYO, you can quickly configure your CTF environment and retrieve information with just a few simple commands.

  • AYO is an efficient CTF Manager that can do multiple tasks:

    • Hold box info
    • Retrieve box info easily
    • Set or change box data easily
    • Add new boxes
    • Configure hosts file

Usage

  • A detailed explanation on how the commands work.

Set Info

  • Set variables:
ayo set --var variable1 --value machine_1
  • Set a new variable url with the value http://myurl.com/.
ayo set --var url --value http://myurl.com/

Add New Boxes

  • Create a new box named example with the specified rhost, domain, platform, and active status.
ayo new --box example --rhost 10.10.115.28 --domain example.htb --platform htb --active active 
  • Real Time:
ayo new --box Mailing --rhost 10.10.115.28 --domain mailing.htb --platform htb --active active 

Retrieve Box Info

  • Retrieve the values of specific variables you have assigned:
ayo get rhost
ayo get url 
ayo get domain
  • Real Time Examples:
# Ex 1
rustscan -a $(ayo get rhost)

# Ex 2 
ffuf -w /usr/share/wordlists/dirb/common.txt -u http://$(ayo get domain)/FUZZ.php -t 100

# Ex 3
curl $(ayo get domain)/rev-shell.php 

Installation

  1. Oneliner:
 curl -sL https://raw.githubusercontent.com/lisp3r/AYO/main/setup.sh | bash
  1. Clone The Repository:
git clone https://github.com/lisp3r/AYO
cd AYO
pip install rich
pip install python-hosts
sudo cp main.py /usr/bin/ayo 
sudo chmod +x /usr/bin/ayo

Thank You!

ayo's People

Contributors

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