{"id":19218766,"url":"https://github.com/fadilxcoder/htpasswd","last_synced_at":"2025-02-23T09:14:51.882Z","repository":{"id":86245469,"uuid":"231047578","full_name":"fadilxcoder/htpasswd","owner":"fadilxcoder","description":"Password protected site with Basic Authentication","archived":false,"fork":false,"pushed_at":"2022-02-09T20:59:52.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-04T19:23:46.480Z","etag":null,"topics":["authentication","php","poc","security"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/fadilxcoder.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":"2019-12-31T07:31:19.000Z","updated_at":"2022-09-04T10:13:09.000Z","dependencies_parsed_at":"2023-03-08T10:00:35.034Z","dependency_job_id":null,"html_url":"https://github.com/fadilxcoder/htpasswd","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/fadilxcoder%2Fhtpasswd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadilxcoder%2Fhtpasswd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadilxcoder%2Fhtpasswd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadilxcoder%2Fhtpasswd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fadilxcoder","download_url":"https://codeload.github.com/fadilxcoder/htpasswd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240292395,"owners_count":19778311,"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":["authentication","php","poc","security"],"created_at":"2024-11-09T14:28:01.541Z","updated_at":"2025-02-23T09:14:51.835Z","avatar_url":"https://github.com/fadilxcoder.png","language":"PHP","readme":"# Notes\n\n- https://hostingcanada.org/htpasswd-generator/\n- Username : `fadilxcoder`\n- Password : `u99qDU2BVgBgD@i`\n- Mode : **Apache specific salted MD5 (insecure but common)**\n- Apache virtual host setting\n\n```\n\u003cVirtualHost *:80\u003e\n\tServerName api.platform.local\n\tDocumentRoot c:/wamp64/www/api-plateform-symfony/public/\n\t\u003cDirectory \"c:/wamp64/www/api-plateform-symfony/public/\"\u003e\n\t\tSetEnvIfNoCase HOST ^api\\.platform\\.local\\.?(:80)?$ PROTECTED_HOST\n\t\tAuthUserFile c:/wamp64/www/.htpasswd\n\t\tAuthType Basic\n\t\tAuthName \"Password Protected\"\n\t\tOrder Deny,Allow\n\t\tSatisfy any\n\t\tDeny from all\n\t\tRequire valid-user\n\t\tAllow from env=!PROTECTED_HOST\n  \u003c/Directory\u003e\n\u003c/VirtualHost\u003e\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffadilxcoder%2Fhtpasswd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffadilxcoder%2Fhtpasswd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffadilxcoder%2Fhtpasswd/lists"}