https://github.com/s045pd/phonefuzz
大陆地区手机号模糊枚举
https://github.com/s045pd/phonefuzz
fuzz phone
Last synced: 5 months ago
JSON representation
大陆地区手机号模糊枚举
- Host: GitHub
- URL: https://github.com/s045pd/phonefuzz
- Owner: s045pd
- Created: 2023-05-30T10:35:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T18:02:47.000Z (about 2 years ago)
- Last Synced: 2025-05-09T02:16:45.698Z (10 months ago)
- Topics: fuzz, phone
- Language: Python
- Homepage: https://huggingface.co/spaces/s045pd/PhoneFuzz
- Size: 25.4 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: PhoneFuzz
emoji: 🕵️
colorFrom: pink
colorTo: green
sdk: streamlit
sdk_version: 1.22.0
app_file: main.py
pinned: false
---
PhoneFuzz
尝试枚举带*手机号

## 🧑🦼 懒人使用
> 部署好的 streamlit 服务
[https://huggingface.co/spaces/s045pd/PhoneFuzz](https://huggingface.co/spaces/s045pd/PhoneFuzz)
## 🔧 环境安装
首先, 请确保您已经安装好 `python3.8+`, 然后运行如下命令.
```bash
git clone https://github.com/s045pd/PhoneFuzz.git
pip install -r requirements.txt
```
## 🏠 本地部署
### UI服务
启动web界面并开始使用
```bash
python -m streamlit run main.py
```
### 命令行
```bash
usage: main.py [-h] [-p PROVINCE] [-c CITY] [-t {移动,联通,电信,电信虚拟运营商,联通虚拟运营商,移动虚拟运营商}] [-z ZIP_CODE] [-d | --detail | --no-detail] phone
positional arguments:
phone 手机号模版
options:
-h, --help show this help message and exit
-p PROVINCE, --province PROVINCE
省份
-c CITY, --city CITY 城市
-t {移动,联通,电信,电信虚拟运营商,联通虚拟运营商,移动虚拟运营商} --phone_type {移动,联通,电信,电信虚拟运营商,联通虚拟运营商,移动虚拟运营商}
运营商
-z ZIP_CODE, --zip_code ZIP_CODE
邮编
-d, --detail, --no-detail
输出详情
```
## 🤔️ Todo
思考中