{"id":19200734,"url":"https://github.com/guiepi/omniscient","last_synced_at":"2026-06-24T00:30:17.840Z","repository":{"id":222373635,"uuid":"757107805","full_name":"GuiEpi/Omniscient","owner":"GuiEpi","description":"Omniscient is a VERY minimalist Command and Control (C2) Command Line Interface (CLI).","archived":false,"fork":false,"pushed_at":"2024-02-13T23:25:45.000Z","size":19,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-04T13:09:47.216Z","etag":null,"topics":["c2","cli","keylogger","tcp"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GuiEpi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-13T20:27:29.000Z","updated_at":"2024-09-02T10:34:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"04104685-1c51-4d8d-b871-206a2a5f51cd","html_url":"https://github.com/GuiEpi/Omniscient","commit_stats":null,"previous_names":["guiepi/omniscient"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuiEpi%2FOmniscient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuiEpi%2FOmniscient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuiEpi%2FOmniscient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuiEpi%2FOmniscient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuiEpi","download_url":"https://codeload.github.com/GuiEpi/Omniscient/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240273194,"owners_count":19775204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c2","cli","keylogger","tcp"],"created_at":"2024-11-09T12:34:36.576Z","updated_at":"2026-06-24T00:30:17.719Z","avatar_url":"https://github.com/GuiEpi.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n      • ▌ ▄ ·.  ▐ ▄ ▪  .▄▄ ·  ▄▄· ▪  ▄▄▄ . ▐ ▄ ▄▄▄▄▄\n▪     ·██ ▐███▪•█▌▐███ ▐█ ▀. ▐█ ▌▪██ ▀▄.▀·•█▌▐█•██  \n ▄█▀▄ ▐█ ▌▐▌▐█·▐█▐▐▌▐█·▄▀▀▀█▄██ ▄▄▐█·▐▀▀▪▄▐█▐▐▌ ▐█.▪\n▐█▌.▐▌██ ██▌▐█▌██▐█▌▐█▌▐█▄▪▐█▐███▌▐█▌▐█▄▄▌██▐█▌ ▐█▌·\n ▀█▄▀▪▀▀  █▪▀▀▀▀▀ █▪▀▀▀ ▀▀▀▀ ·▀▀▀ ▀▀▀ ▀▀▀ ▀▀ █▪ ▀▀▀ \n```\n# Omniscient\n\nOmniscient is a VERY minimalist Command and Control (C2) Command Line Interface (CLI). It provides a minimalistic interface for managing and controlling remote clients.\n\n## Server\n\nThe server component acts as a TCP listener, waiting for connections from clients. It provides a range of commands to interact with and control the connected clients.\n\n## Client\n\nThe client features:\n\n- **KeyLogger**: Records the keys pressed on the client's machine.\n- **WindowLogger**: Keeps track of the active window on the client's machine.\n- **Command Executor**: Executes commands received from the server on the client's machine.\n\n## Running the Application\n\nTo ensure the application functions correctly, it's important to start the server before initiating the client. Here are the steps to do so:\n\n### Starting the Server\n\n1. Open a terminal.\n2. Navigate to the `server` directory from the root of the project:\n\n    ```bash\n    cd server\n    ```\n\n3. Once inside the `server` directory, start the server by running:\n\n    ```bash\n    dotnet run\n    ```\n\n    The server should now be running and waiting for client connections.\n\n### Starting the Client\n\n1. Open a new terminal.\n2. Navigate to the `client` directory from the root of the project:\n\n    ```bash\n    cd client\n    ```\n\n3. Once inside the `client` directory, start the client by running:\n\n    ```bash\n    dotnet run\n    ```\n\n    The client should now be running and attempting to connect to the server.\n\n## Commands\n\nHere are the available commands in the Omniscient CLI:\n\n- `help`: Displays a list of available commands and their descriptions.\n- `list`: Lists all connected clients.\n- `use \u003cclient_id\u003e`: Connects to a specific client using its ID.\n- `exec \u003ccommand\u003e`: Executes a command on the connected client.\n- `close`: Closes the current connection to the client.\n- `exit`: Shuts down the server.\n- `get-log`: Retrieves the log file from the connected client.\n- `sad`: Accesses additional sub-commands (type `sad help` for more info).\n\n### Sub-Commands for `sad`\n\n- `help`: Displays a list of `sad` sub-commands and their descriptions.\n- `program`: Lists all programs installed on the client's machine.\n- `vulne`: Lists potentially vulnerable programs on the client's machine (requires running the `program` command beforehand).\n- `system`: Retrieves system information from the client's machine.\n\n\nThis project was made with [John](https://github.com/john-btg) and [Marius](https://github.com/mariuslupo)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguiepi%2Fomniscient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguiepi%2Fomniscient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguiepi%2Fomniscient/lists"}