{"id":16842832,"url":"https://github.com/tarunkoyalwar/tempupserver","last_synced_at":"2025-10-13T10:33:47.962Z","repository":{"id":104075692,"uuid":"340754930","full_name":"tarunKoyalwar/TempUpServer","owner":"tarunKoyalwar","description":"A Simple Temporary HTTP upload server in python. useful in  CTFs, Hackthebox and pwning","archived":false,"fork":false,"pushed_at":"2021-03-01T15:40:20.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T05:44:11.550Z","etag":null,"topics":["hacking","python3","upload-file"],"latest_commit_sha":null,"homepage":"","language":"Python","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/tarunKoyalwar.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":"2021-02-20T21:15:02.000Z","updated_at":"2021-03-01T15:40:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f1dac2b-6948-45c1-834e-fa2956abb06c","html_url":"https://github.com/tarunKoyalwar/TempUpServer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tarunKoyalwar/TempUpServer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarunKoyalwar%2FTempUpServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarunKoyalwar%2FTempUpServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarunKoyalwar%2FTempUpServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarunKoyalwar%2FTempUpServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarunKoyalwar","download_url":"https://codeload.github.com/tarunKoyalwar/TempUpServer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarunKoyalwar%2FTempUpServer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014647,"owners_count":26085555,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["hacking","python3","upload-file"],"created_at":"2024-10-13T12:48:41.692Z","updated_at":"2025-10-13T10:33:47.948Z","avatar_url":"https://github.com/tarunKoyalwar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## TempUpload\n\nA Upload Server For temporary use mostly helpful in ctfs etc.\n\n\n## Features\n\n- Works Fine on Both Windows and Linux.\n- `localhost/list` =\u003e List all Files in Working Directory\n- `localhost/upload` =\u003e Upload using Browser\n- Only Uploading is implemented Directory listing is disabled \n- ['.py,'.ipynb'] are blacklisted can be changed in code.\n\n\n## Uploading Using CLI\n\n### Linux\n- Using Curl\n```shell\ncurl -F filename=@LinEnum_report 10.10.14.23:8080\n```\n\n\n### Windows Powershell\n- Uploading via powershell depends on powershell version, check powershell.txt for more commands\n- I would Strongly recommend using curl.exe `https://curl.se/download.html`\n```shell\n$Uri = 'http://localhost:8080/'\n$Form = @{\n    filename     = Get-Item -Path 'c:\\Pictures\\jdoe.png'\n}\n$Result = Invoke-WebRequest -Uri $Uri -Method Post -Form $Form\n```\n\n### Usage\n```shell\n$ python upserver.py -h\nusage: upserver.py [-h] [-p PORT] [-d DIRECTORY]\n\nA Simple http server to upload for temporary use\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -p PORT, --port PORT  Port to use avoid using 80,443 for non root user\n  -d DIRECTORY, --directory DIRECTORY\n                        Working Directory\n\n```\n\n\n## Built With\n\n* [Python3]\n\n### License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarunkoyalwar%2Ftempupserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftarunkoyalwar%2Ftempupserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarunkoyalwar%2Ftempupserver/lists"}