EchterAlsFake/Vinted_OSINT

GitHub: EchterAlsFake/Vinted_OSINT

一款针对 Vinted.com 平台的 OSINT 工具,无需登录即可获取用户公开信息并评估卖家风险。

Stars: 6 | Forks: 1

Vinted OSINT

一款针对 Vinted.com 的 OSINT 工具
# 功能 - **卖家风险评估**:计算风险评分并列出潜在的预警信号,以识别诈骗者。 - **获取用户信息**:检索账号状态、偏好设置、统计数据、用户信息、验证方式、捆绑折扣以及支付方式等详情。 - **获取多个用户的信息**:从文件中批量处理多个用户 ID。 - **无需登录**:无需 Vinted 账号即可提取公开信息。 - **格式美化**:使用 `rich` 和 `prettytable` 实现彩色且高可读性的终端输出,包括带颜色的参数解析帮助。 - **多格式导出数据**:支持将检索到的数据以 JSON、CSV、HTML、LaTeX 或 TXT 格式本地保存。 # 安装说明 - **PyPI**:`pip install Vinted_OSINT` - **Git**:`pip install git+https://github.com/EchterAlsFake/Vinted_OSINT.git` - **从源码安装**: git clone https://github.com/EchterAlsFake/Vinted_OSINT cd Vinted_OSINT pip install . *(注意:该项目使用 `pyproject.toml` 进行现代依赖管理。您也可以使用 `uv` 来实现更快的安装。)* # 运行说明 获取单个用户: ``` Vinted_OSINT -u ``` 获取多个用户: ``` Vinted_OSINT --user_list ``` `-u` 和 `--user_list` 是互斥的,不能同时使用。 ### 其他参数 您可以通过运行 `Vinted_OSINT -h` 来查看完整的彩色帮助菜单。 - `-e`, `--extension` -> 指定自定义的 Vinted 区域扩展名(默认为 `.com`),例如 `.fr` 或 `.de` - `-c`, `--license` -> 显示许可证和致谢信息 - `-a`, `--fetch_all` -> 获取所有可用的信息 - `--no_export` -> 如果启用,数据将不会在本地导出 - `-f`, `--export_format` -> 指定导出格式(可选值:`json`、`csv`、`html`、`latex`、`txt`。默认为 `json`) ### 使用的库: - [eaf_base_api](https://github.com/echteralsfake/eaf_base_api) - [colorama](https://github.com/tartley/colorama) - [prettytable](https://github.com/jazzband/prettytable) - [rich](https://github.com/Textualize/rich) - [rich-argparse](https://github.com/Textualize/rich-argparse) # 贡献 欢迎任何形式的贡献。如果您有反馈、发现问题或想要提供帮助,请随时提交 issue 或 pull request! # 许可证 Vinted OSINT 采用 [GPLv3 许可证](https://www.gnu.org/licenses/gpl-3.0.en.html)。
版权所有 2024-2026 Johannes Habel
标签:ESC4, OSINT, Python, 信息搜集, 情报收集, 数据导出, 数据泄露, 无后门, 漏洞研究, 逆向工具