{"id":19521078,"url":"https://github.com/xsscx/windows","last_synced_at":"2026-03-14T01:03:08.407Z","repository":{"id":64153705,"uuid":"573569557","full_name":"xsscx/windows","owner":"xsscx","description":"Welcome to Hoyt's Windows Fuzzing Repo","archived":false,"fork":false,"pushed_at":"2025-04-14T17:28:24.000Z","size":300,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T18:31:07.343Z","etag":null,"topics":["exploit","fuzzing","windows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/xsscx.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}},"created_at":"2022-12-02T19:35:08.000Z","updated_at":"2025-04-14T17:28:28.000Z","dependencies_parsed_at":"2024-11-04T12:27:18.804Z","dependency_job_id":"33555df1-f713-4bdb-97c0-00abc358e682","html_url":"https://github.com/xsscx/windows","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsscx%2Fwindows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsscx%2Fwindows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsscx%2Fwindows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsscx%2Fwindows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xsscx","download_url":"https://codeload.github.com/xsscx/windows/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250959614,"owners_count":21514299,"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":["exploit","fuzzing","windows"],"created_at":"2024-11-11T00:29:12.635Z","updated_at":"2026-03-14T01:03:08.363Z","avatar_url":"https://github.com/xsscx.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to Hoyt's Windows Fuzzing \u0026 Mining Repo\n04 NOV 2024 at 0650 EST\n\n\n## Cross-Platform Tool Installation with Powershell Scripts\n\n### Overview\n\n#### Transitioning to Powershell from Unix.\n \nThis write-up demonstrates how to automate tool installation with shell scripts, enabling quick setup of development environments across Windows and macOS\n\n### Why Use This Approach?\n\nBy using a single command to download and execute scripts, this approach minimizes the friction of setting up development environments. \n\nIt's similar to how Homebrew and package managers like `apt` work in Unix-based systems. \n\nThis method offers several advantages:\n\n- **Cross-Platform Familiarity**: Developers used to Linux/macOS environments will find the workflow familiar.\n- **Consistency**: It standardizes the installation process across platforms, reducing complexity.\n- **Rapid Setup**: Just like `brew` or `curl | bash` setups on macOS/Linux, you can get up and running quickly on Windows.\n- **Automation Friendly**: These scripts are perfect for CI/CD pipelines and automated environments, reducing manual effort.\n\n### Installation Examples\n\n#### Install Tools from Remote\n\nThis command allows you to install necessary tools directly from a remote repository. It downloads and executes the installation script in one step.\n\n```powershell\niex (iwr -Uri \"https://raw.githubusercontent.com/xsscx/windows/refs/heads/main/pwsh/install_tools.ps1\").Content\n```\n\n#### Harvest Local Data\n\nTo harvest local data, you can use this script, which simplifies extracting audit logs or other relevant data for analysis.\n\n```powershell\nhttps://raw.githubusercontent.com/xsscx/windows/refs/heads/main/pwsh/unifiedauditlog-ytd-harvest-sample-001.ps1\n```\n\n#### Perform Lateral Checks (SQL Server Example)\n\nThis script helps you perform lateral checks on an SQL Server. It can be useful for auditing configurations or monitoring server health.\n\n```powershell\nhttps://raw.githubusercontent.com/xsscx/windows/refs/heads/main/pwsh/sql_server_check.ps1\n```\n\n### Summary\n\n1. **Easy to Learn**: Developers from different platforms will recognize the pattern of downloading and running scripts.\n2. **Quick Setup**: Get your development environment ready in one line, similar to using `brew` on macOS.\n3. **CI/CD Compatibility**: These scripts can be easily integrated into automated workflows, making them ideal for testing and deployments.\n\n---\n\n## Repo Coverage\n\n```\nWindows Server\nWindows 11 Pro Enterprise\nM365E5D2P2\nEnterprise Software Products\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxsscx%2Fwindows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxsscx%2Fwindows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxsscx%2Fwindows/lists"}