Code Monkey home page Code Monkey logo

attck_prompt's Introduction

ATT&CK Prompt

Simple cli app to search and learn MITRE ATT&CK's techinques.

  • Two use modes:

Mode Selection

Search Mode

Searches techniques names from user supplied input. Uses a fuzzy match completer to help the user find the desired technique faster.

Technique Search suggestions

  • Technique information printed on terminal.

Technique Information

Random Mode

On 'ENTER' key, as the name implies, it randomly displays a technique's information. Useful for learning sessions.

Random Mode

Usage

Data building

In the data directory of this repo there is a companion script that gets the ATT&CK oficial data, parses it and builds up a json file to be used by the ATT&CK prompt.

This script can build up the json file with the retrieved data as it is (suited to create md files) or it can clean the 'description' text a bit for better readbility in the ATT&CK prompt.

This repo includes a 'description' cleaned file.

Works only with python3

pip3 install prompt_toolkit==3.0.8

chmod +x attck_prompt.py

./attck_prompt.py

To close the prompt, CTRL+Shift+C from main section or typing 'quit' when in search_mode or random_mode.

When in search_mode or random_mode, CTRL+Shift+C will make the user go back to the main section (mode switching).

attck_prompt's People

Watchers

James Cloos avatar  avatar

Forkers

cyber00rn

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.