Skip to content
zusmani26 edited this page Apr 10, 2023 · 4 revisions

CLI

Concept Overview

CLI is also known a command-line interface. They are implemented for the user to interface with so the user can interact with text-to-software. It allows for efficient execution of one or more commands and saves the user of the trouble of having to navigate through big directories.

Concept in Terms of Our Application

We have a GUI and a CLI for usability reasons (i.e. if a user prefers to use the command line or the graphical user interface). They work independently of each other and both should return the data requested in an efficient manner. Our CLI can execute all designated C2 commands with functional arguments.

Specifics

Uses python library "Python Fire"

Clone this wiki locally