{"id":18296471,"url":"https://github.com/benderpan/adminpagefinder","last_synced_at":"2025-04-09T08:43:24.031Z","repository":{"id":116267954,"uuid":"106083127","full_name":"BenDerPan/AdminPageFinder","owner":"BenDerPan","description":"自动化查找、验证系统后台登录地址。","archived":false,"fork":false,"pushed_at":"2017-10-08T07:45:41.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T02:46:12.173Z","etag":null,"topics":["admin","find","page","panel","python35","web"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/BenDerPan.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}},"created_at":"2017-10-07T08:38:22.000Z","updated_at":"2020-11-08T01:51:38.000Z","dependencies_parsed_at":"2024-05-13T20:15:29.590Z","dependency_job_id":null,"html_url":"https://github.com/BenDerPan/AdminPageFinder","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/BenDerPan%2FAdminPageFinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenDerPan%2FAdminPageFinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenDerPan%2FAdminPageFinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenDerPan%2FAdminPageFinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BenDerPan","download_url":"https://codeload.github.com/BenDerPan/AdminPageFinder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248008555,"owners_count":21032553,"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":["admin","find","page","panel","python35","web"],"created_at":"2024-11-05T14:41:09.377Z","updated_at":"2025-04-09T08:43:24.016Z","avatar_url":"https://github.com/BenDerPan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AdminPageFinder\n自动化查找、验证系统后台登录地址。Python3.5.3环境。\n\n# 使用说明\n* 安装依赖库：`pip install -r requirements.txt`\n* 用法示例：\n```python\nfrom page_finder.finder import AdminPageFinder\nimport json\nif __name__ == '__main__':\n    url = \"http://zz.oa.haima.com\"\n    finder = AdminPageFinder()\n    if finder.check_host_online(url):\n        result = finder.find_admin_page(url)\n        print(json.dumps(result, indent=4))\n```\n\n结果输出：\n```shell\n[*]Checking[http://zz.oa.haima.com], [login/], Status[302]\n[*]Checking[http://zz.oa.haima.com], [login.jsp], Status[200]\n[*]发现后台管理地址：http://zz.oa.haima.com:80/login.jsp,验证状态：True，验证结果：YES\n[\n    {\n        \"validate_status\": \"YES\",\n        \"relative_url\": \"login.jsp\",\n        \"validated\": true,\n        \"admin_url\": \"http://zz.oa.haima.com:80/login.jsp\",\n        \"base_url\": \"http://zz.oa.haima.com\",\n        \"record_time\": 1507448255\n    }\n]\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenderpan%2Fadminpagefinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenderpan%2Fadminpagefinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenderpan%2Fadminpagefinder/lists"}