Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

samk1/IISPowershellModule

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IISPowershellModule

IIS Handler for *.ps1 files

This is a really basic IIS handler for *.ps1 files.

All of the output of the powershell script becomes the response body. The http context is available in any script executed by this handler as $HTTP_CONTEXT, which means you can add headers, cookies, or write directly into the response object.

(in)security

Think very carefully about running this module on a public IIS server.

eg:

Invoke-Expression $HTTP_CONTEXT.Request.QueryString.AllKeys.Single

About

IIS Handler for *.ps1 files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.