# FuzzySecurity/PowerShell-Suite

My musings with PowerShell

Repository: https://github.com/FuzzySecurity/PowerShell-Suite
Canonical: https://ross.abutalabs.com/products/powershell-suite
Language: PowerShell
License: BSD-3-Clause
License Family: permissive
Last push: 2021-11-19T12:18:24+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3918, "days_push": 1748, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2731, forks 760 (observed 2026-08-28T04:07:16.080654+00:00)

## What it is
A collection of PowerShell utilities for interacting with low-level Windows APIs, covering tasks like process creation, runas-style credential logon, session enumeration, and debugger detection. It is a grab-bag of scripts written for specific or experimental purposes rather than a cohesive product.

## Use cases
- run a process with alternate credentials from powershell
- enumerate active net sessions on domain machines
- detect kernel or user-mode debuggers
- create processes with fine-grained window and creation flags
- list system handles via NtQuerySystemInformation
- learn windows api access from powershell

## When to choose
- you need small standalone PowerShell scripts for Windows API interop or offensive security tasks
- you want reference implementations of P/Invoke-style Windows API calls in PowerShell
- you are doing red team tooling or security research on Windows

## When to avoid
- you need a maintained, supported security product with regular updates
- you are on a non-Windows platform
- you want a packaged module with a stable API rather than loose scripts

## Facets
- artifact type: library
- maturity: maintenance
- function: security, developer-tools, cli
- domain: security, penetration-testing, windows
- platform: windows, cli
- tags: powershell, windows-api, offensive-security, red-team, post-exploitation, script-collection, command-line

## Member repositories
- FuzzySecurity/PowerShell-Suite (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:16.080654+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:14:38.683913+00:00, confidence not recorded.
  - readme: https://github.com/FuzzySecurity/PowerShell-Suite (fetched 2026-08-28T04:07:16.080654+00:00, sha 9690309a0d9d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
