{"id":18652905,"url":"https://github.com/s045pd/phonefuzz","last_synced_at":"2025-10-16T08:32:54.909Z","repository":{"id":170947077,"uuid":"647229638","full_name":"s045pd/PhoneFuzz","owner":"s045pd","description":"大陆地区手机号模糊枚举","archived":false,"fork":false,"pushed_at":"2024-01-12T18:02:47.000Z","size":26,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-09T02:16:45.698Z","etag":null,"topics":["fuzz","phone"],"latest_commit_sha":null,"homepage":"https://huggingface.co/spaces/s045pd/PhoneFuzz","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/s045pd.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":"2023-05-30T10:35:21.000Z","updated_at":"2024-12-05T09:30:51.000Z","dependencies_parsed_at":"2024-12-27T13:46:03.233Z","dependency_job_id":"fbcfba6a-32f4-40ac-af13-60b8d83b6831","html_url":"https://github.com/s045pd/PhoneFuzz","commit_stats":{"total_commits":18,"total_committers":1,"mean_commits":18.0,"dds":0.0,"last_synced_commit":"acd63af5397c76478df21e56adde78a44b21c9c5"},"previous_names":["s045pd/phonefuzz"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s045pd%2FPhoneFuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s045pd%2FPhoneFuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s045pd%2FPhoneFuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s045pd%2FPhoneFuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s045pd","download_url":"https://codeload.github.com/s045pd/PhoneFuzz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253176443,"owners_count":21866143,"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":["fuzz","phone"],"created_at":"2024-11-07T07:09:14.754Z","updated_at":"2025-10-16T08:32:49.868Z","avatar_url":"https://github.com/s045pd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\ntitle: PhoneFuzz\nemoji: 🕵️\ncolorFrom: pink\ncolorTo: green\nsdk: streamlit\nsdk_version: 1.22.0\napp_file: main.py\npinned: false\n---\n\n\u003cp align=\"center\"\u003e\n    \u003ch1 align=\"center\" \u003ePhoneFuzz\u003c/h1\u003e\n    \u003cp align=\"center\"\u003e尝试枚举带*手机号\u003c/p\u003e\n        \u003cp align=\"center\"\u003e\n    \u003ca target=\"_blank\" href=\"https://www.python.org/downloads/\" title=\"Python version\"\u003e\u003cimg src=\"https://img.shields.io/badge/python-%3E=_3.8+-green.svg\"\u003e\u003c/a\u003e\n    \u003ca target=\"_blank\" href=\"LICENSE\" title=\"License: MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\"\u003e\u003c/a\u003e\n    \u003ca target=\"_blank\" href=\"https://s045pd-phonefuzz-main-zewqvo.streamlit.app\" title=\"Streamlit\"\u003e\u003cimg src=\"https://static.streamlit.io/badges/streamlit_badge_black_white.svg\"\u003e\u003c/a\u003e\u003c/p\u003e\n\u003c/p\u003e\n\n\n\u003cimg width=\"840\" alt=\"image\" src=\"https://github.com/s045pd/PhoneFuzz/assets/22721729/cc172904-7147-4cfe-ab93-5f7475f85e8d\"\u003e\n\n## 🧑‍🦼 懒人使用\n\n\u003e 部署好的 streamlit 服务\n\n[https://huggingface.co/spaces/s045pd/PhoneFuzz](https://huggingface.co/spaces/s045pd/PhoneFuzz)\n\n## 🔧 环境安装\n\n首先, 请确保您已经安装好 `python3.8+`, 然后运行如下命令.\n\n```bash\ngit clone https://github.com/s045pd/PhoneFuzz.git\n\npip install -r requirements.txt\n```\n\n## 🏠 本地部署\n\n### UI服务\n\n启动web界面并开始使用\n\n```bash\npython -m streamlit run main.py\n```\n\n### 命令行\n\n```bash\nusage: main.py [-h] [-p PROVINCE] [-c CITY] [-t {移动,联通,电信,电信虚拟运营商,联通虚拟运营商,移动虚拟运营商}] [-z ZIP_CODE] [-d | --detail | --no-detail] phone\n\npositional arguments:\n  phone                 手机号模版\n\noptions:\n  -h, --help            show this help message and exit\n  -p PROVINCE, --province PROVINCE\n                        省份\n  -c CITY, --city CITY  城市\n  -t {移动,联通,电信,电信虚拟运营商,联通虚拟运营商,移动虚拟运营商} --phone_type {移动,联通,电信,电信虚拟运营商,联通虚拟运营商,移动虚拟运营商}\n                        运营商\n  -z ZIP_CODE, --zip_code ZIP_CODE\n                        邮编\n  -d, --detail, --no-detail\n                        输出详情\n```\n\n\n## 🤔️ Todo\n\n思考中\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs045pd%2Fphonefuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs045pd%2Fphonefuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs045pd%2Fphonefuzz/lists"}