{"id":50836908,"url":"https://github.com/aayusharyan/fake-iis","last_synced_at":"2026-06-14T04:05:07.706Z","repository":{"id":360918768,"uuid":"1252271314","full_name":"aayusharyan/fake-iis","owner":"aayusharyan","description":"Dockerized nginx mimicking Microsoft IIS 8","archived":false,"fork":false,"pushed_at":"2026-05-28T14:15:04.000Z","size":119,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-28T15:21:44.751Z","etag":null,"topics":["alpine","asp-net","deception","decoy","docker","docker-compose","fake-server","homelab","iis","iis8","impersonation","microsoft","microsoft-iis","nginx","openresty","self-hosted","static-site","web-server","windows","windows-server"],"latest_commit_sha":null,"homepage":"https://homelab.yush.dev","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aayusharyan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-28T11:01:36.000Z","updated_at":"2026-05-28T15:20:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/aayusharyan/fake-iis","commit_stats":null,"previous_names":["aayusharyan/iis-honeypot","aayusharyan/fake-iis"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/aayusharyan/fake-iis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aayusharyan%2Ffake-iis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aayusharyan%2Ffake-iis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aayusharyan%2Ffake-iis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aayusharyan%2Ffake-iis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aayusharyan","download_url":"https://codeload.github.com/aayusharyan/fake-iis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aayusharyan%2Ffake-iis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34308661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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":["alpine","asp-net","deception","decoy","docker","docker-compose","fake-server","homelab","iis","iis8","impersonation","microsoft","microsoft-iis","nginx","openresty","self-hosted","static-site","web-server","windows","windows-server"],"created_at":"2026-06-14T04:04:58.771Z","updated_at":"2026-06-14T04:05:07.701Z","avatar_url":"https://github.com/aayusharyan.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fake-iis\n\nA lightweight Docker image that serves a fake Microsoft IIS 8.0 website using OpenResty/nginx.\n\n## How it works\n\n- Serves a pixel-perfect replica of the IIS 8.0 default splash page\n- Spoofs HTTP response headers (`Server: Microsoft-IIS/8.0`, `X-Powered-By: ASP.NET`, `X-AspNet-Version: 4.0.30319`)\n- Exposes a `web.config` endpoint with the correct XML content-type\n- Returns authentic IIS-styled 403, 404, and 500 error pages\n- Silently drops all access and error logs\n\n## Usage\n\n### Docker Compose\n\nCopy the example compose file and adjust ports as needed:\n\n```bash\ncp docker-compose-example.yml docker-compose.yml\ndocker compose up -d\n```\n\nThe container listens on port `80`. The example maps it to host port `8080` — change the left side to suit your setup.\n\n### GHCR (no build required)\n\nPull the pre-built image directly from the GitHub Container Registry:\n\n```bash\ndocker run -d \\\n  --name fake-iis \\\n  --restart unless-stopped \\\n  --security-opt no-new-privileges:true \\\n  -p 8080:80 \\\n  ghcr.io/aayusharyan/fake-iis:latest\n```\n\nReplace `8080` with whichever host port you want to expose.\n\n## Requirements\n\n- Docker\n- Docker Compose\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faayusharyan%2Ffake-iis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faayusharyan%2Ffake-iis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faayusharyan%2Ffake-iis/lists"}