{"id":14064006,"url":"https://github.com/secure-77/powershell-http-server","last_synced_at":"2025-04-12T11:45:12.044Z","repository":{"id":128931029,"uuid":"573532245","full_name":"secure-77/powershell-http-server","owner":"secure-77","description":"simple python like http server","archived":false,"fork":false,"pushed_at":"2024-06-16T16:49:14.000Z","size":11,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T06:34:27.987Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/secure-77.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-02T17:32:11.000Z","updated_at":"2024-10-08T01:42:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"addb470a-164c-4c9c-aef2-a3ff020e6d7e","html_url":"https://github.com/secure-77/powershell-http-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secure-77%2Fpowershell-http-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secure-77%2Fpowershell-http-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secure-77%2Fpowershell-http-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secure-77%2Fpowershell-http-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/secure-77","download_url":"https://codeload.github.com/secure-77/powershell-http-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248564356,"owners_count":21125407,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-13T07:03:37.274Z","updated_at":"2025-04-12T11:45:12.022Z","avatar_url":"https://github.com/secure-77.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"# powershell-http-server\n simple powershell http server\n\n\n start with\n\n```powershell\n# using defaults \n.\\webserver.ps1\n\n# start on port 8080\n.\\webserver.ps1 8080\n\n# start on port 80 and /Temporary_Listen_Addresses path if you are non priviliged\n.\\webserver.ps1 80  /Temporary_Listen_Addresses\n\n\n# start privileged in the current directory\nstart-process powershell -argumentList \"-ep bypass -NoExit -c cd $($PWD); .\\webserver.ps1\" -verb runas\n```\n\nif you are not admin and get access denied, check with `netsh http show urlacl` to find allowed ports and urls\n\nfor example\n```powershell\nReserved URL            : https://*:5358/\n        User: BUILTIN\\Users\n            Listen: Yes\n            Delegate: No\n\n```\n\n\n- server listen on all interfaces so you need admin permissions to run the script\n- listen per default on port 8088 if you are admin\n- listen per default on port 10246 and path /MDEServer if you are not admin (access the server via http://\u003cip\u003e:10246/MDEServer/)\n- directory listing and navigation\n- directory traversal\n- file download\n- browser view (for utf-8 readable files)\n\n![image](https://user-images.githubusercontent.com/31564517/205432495-c8999711-e9b4-48c9-b3a8-d36e586cdb9e.png)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecure-77%2Fpowershell-http-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecure-77%2Fpowershell-http-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecure-77%2Fpowershell-http-server/lists"}