{"id":50393242,"url":"https://github.com/sheepla/wmish","last_synced_at":"2026-05-30T19:30:51.501Z","repository":{"id":355229402,"uuid":"1227293394","full_name":"sheepla/wmish","owner":"sheepla","description":"A command line client for WMI (Windows Management Instrumentation)","archived":false,"fork":false,"pushed_at":"2026-05-02T14:38:20.000Z","size":17,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-02T15:31:47.391Z","etag":null,"topics":["cli","shell","windows","wmi","wmi-scripting"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/sheepla.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-02T13:35:25.000Z","updated_at":"2026-05-02T14:38:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sheepla/wmish","commit_stats":null,"previous_names":["sheepla/wmish"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/sheepla/wmish","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Fwmish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Fwmish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Fwmish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Fwmish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sheepla","download_url":"https://codeload.github.com/sheepla/wmish/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Fwmish/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33707328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cli","shell","windows","wmi","wmi-scripting"],"created_at":"2026-05-30T19:30:51.398Z","updated_at":"2026-05-30T19:30:51.495Z","avatar_url":"https://github.com/sheepla.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# wmish\n\n\u003c/div\u003e\n\n```plaintext\n   __                      _     _          \n   \\ \\ __      ___ __ ___ (_)___| |__       \n    \\ \\\\ \\ /\\ / / '_ ` _ \\| / __| '_ \\      \n    / / \\ V  V /| | | | | | \\__ \\ | | | ____\n   /_/   \\_/\\_/ |_| |_| |_|_|___/_| |_|[____] \n   \u003e A command line tool for WMI _          \n```\n\n## About\n\n**wmish** is a command line tool for [WMI (Windows Management Instrumentation](https://learn.microsoft.com/en-us/windows/win32/wmisdk/wmi-start-page) written in Rust.\n\n**WMI** allows easy access to various Windows resources, making it particularly useful for system administrators, security researchers, and engineers who focus on low-level processing.  \n\n**wmish** is a simple tool for accessing WMI from the command line. It supports both interactive mode and script mode, and is convenient for automating system administration tasks and collecting security-related information.\n\n## Features\n\n- **Non-interactive mode**\n- **Interactive mode with rich Tab key completions**\n- **Script mode**\n\n## Commands\n\n- `wmish run FILE.wmish`: Evaluate script and execute inline commands\n- `wmish shell`: Interactive-shell mode that supports Tab-completion\n- `wmish query QUERY`: Interactive-shell mode\n\n## Inline Commands (WIP)\n\nInline commands are available for `shell` and `run` command. Unchecked items are not yet implemented.\n\n- [x] `NAMESPACE \u003cNamespace\u003e`: Move around namespaces hieralchy like `cd` command\n- [x] `CLASSES`: Show a list of classes on the current namespace like `ls` command\n- [ ] `SHOW \u003cClassName\u003e`: Show properties and methods detailed informations such as names, types, and descriptions, etc... for the specified class name\n- [x] `SELECT \u003cProperties...\u003e FROM \u003cClassName\u003e WHERE \u003cConditions\u003e...`: Query to WMI in WQL (WMI Query Language)\n- [x] `FORMAT CSV|TABLE|JSON`: Set output format (JSON is pretty-printed)\n- [ ] `CALL \u003cMethodName\u003e \u003c\u003cPropertyName1=Value1\u003e \u003cPropertyName=Value2\u003e ...\u003e WITH \u003cQuery|ClassName\u003e`\n- [x] `MOF \u003cClassName\u003e`: Get MOF (Managed Object Format) of specified class name\n\n## Examples\n\nTODO\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheepla%2Fwmish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsheepla%2Fwmish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheepla%2Fwmish/lists"}