-
Notifications
You must be signed in to change notification settings - Fork 5
CLI
zusmani26 edited this page Apr 10, 2023
·
4 revisions
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.
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.
Uses python library "Python Fire"