Is there any simple PowerShell web server available?

This page summarizes the projects mentioned and recommended in the original post on /r/PowerShell

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Pode

    Pode is a Cross-Platform PowerShell web framework for creating REST APIs, Web Sites, and TCP/SMTP servers

  • This is one of the best. https://badgerati.github.io/Pode/ it is simple to install and use. It has routes, views, templates etc.

  • Polaris

    Discontinued A cross-platform, minimalist web framework for PowerShell (by PowerShell)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • CPython

    The Python programming language

  • Um, Python's http.server is 1293 lines, imports 19 libraries and has a CGI script handler in it.

  • WebServer

    Powershell WebServer is a Powershell module that starts a webserver (without the need for IIS) (by MScholtes)

  • Is this module not basically the same as the python one? https://github.com/MScholtes/WebServer

  • PowerShell-Red-Team

    Collection of PowerShell functions a Red Teamer may use in an engagement

  • Start taking a stab at coding it, but then found this one that's close to what I was aiming for: https://github.com/tobor88/PowerShell-Red-Team/blob/master/Start-SimpleHTTPServer.ps1

  • Pode.Web

    Web template framework for use with the Pode PowerShell web server

  • As others on here have also pointed out, Pode is a PowerShell web server that lets you setup REST API via routes, or web pages using templates (or Pode.Web).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts