KRAKEN?
Wikileaks
Vault 7: CIA Hacking Tools Revealed
Navigation: » Directory » Kraken » kraken Home
Owner: User #20251227
Project Overview
Current Status
Current Activities:
go look at the current sprint in JIRA
Useful Pointers
Stash: https://stash
Jira: https://jira
Components/Archit
Client - The component that resides on a target and does things. Communicates with a (paired) Listener.
Listener - The component that communicates with multiple (paired) Clients and the Manager. The Listener functions mainly as a "translator" for messages/commands between the Manager and a given client.
Manager - The component that communicates with the Listener, User Interface (UI), and data store(s) (e.g., database). The Manager is responsible for noting the commands of a user and tasking/managing collections of clients via associated Listeners so that a user can achieve desired goals.
User Interface (UI) - A Command Line Interface (CLI) via which a user describes the actions that clients should take and, additionally, what data (historical & current) should be displayed.