Coder Social home page Coder Social logo

inesusvet / ttpforge Goto Github PK

View Code? Open in Web Editor NEW

This project forked from facebookincubator/ttpforge

0.0 0.0 0.0 220 KB

The TTPForge is a Framework created to facilitate the development, automation, and execution of Tactics, Techniques, and Procedures (TTPs).

License: MIT License

Shell 3.64% Ruby 0.60% Go 94.50% Dockerfile 1.26%

ttpforge's Introduction

TTPForge

License Tests ๐Ÿšจ Semgrep Analysis ๐Ÿšจ CodeQL Analysis ๐Ÿšจ Nancy 3p Vulnerability Scan Coverage Status

This repo hosts the TTPForge tool created by Meta's Purple Team. It is intended to provide an interface to execute TTPs across various targets and mediums.


Table of Contents


Getting started as a user

  1. Get latest TTPForge release:

    bashutils_url="https://raw.githubusercontent.com/l50/dotfiles/main/bashutils"
    
    bashutils_path="/tmp/bashutils"
    
    if [[ ! -f "${bashutils_path}" ]]; then
       curl -s "${bashutils_url}" -o "${bashutils_path}"
    fi
    
    source "${bashutils_path}"
    
    fetchFromGithub "facebookincubator" "TTPForge" "latest" ttpforge

    At this point, the latest ttpforge release should be in $HOME/.local/bin/ttpforge and subsequently, the $USER's $PATH.

    If running in a stripped down system, you can add TTPForge to your $PATH with the following command:

    export PATH=$HOME/.local/bin:$PATH
  2. Initialize TTPForge configuration

    This command will place a configuration file at the default location ~/.ttpforge/config.yaml and download the ForgeArmory TTPs repository:

    ttpforge init
  3. List available TTP repositories (should show forgearmory)

    ttpforge list repos
  4. List available TTPs that you can run:

    ttpforge list ttps
  5. Examine an example TTP:

    ttpforge show ttp forgearmory//examples/args/define-args.yaml
  6. Run the specified example:

    ttpforge run \
      forgearmory//examples/args/define-args.yaml \
      --arg a_message="hello" \
      --arg a_number=1337

ttpforge's People

Contributors

bot-ross[bot] avatar crimsonk1ng avatar d3sch41n avatar facebook-github-bot avatar l50 avatar ttpforge-bot 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.