OSINTI4L/cupidcr4wl

GitHub: OSINTI4L/cupidcr4wl

一款 OSINT 调查工具,通过用户名和电话号码在成人内容平台上检索目标账号是否存在,主要用于失踪人口和人口贩卖调查。

Stars: 145 | Forks: 23

# 💘 cupidcr4wl 💘 **[版本 2.1](https://github.com/OSINTI4L/cupidcr4wl/releases/tag/cupidcr4wl-v2.1)** cupidcr4wl 是一款开源情报(OSINT)用户名和电话号码搜索工具,通过抓取成人内容平台来查找目标账号或个人是否存在。开发此类工具的需求源于失踪人口调查,在这些调查中,交友、成人视频/照片平台以及人口贩卖的关联性被发现具有重要参考价值。 ![演示](https://github.com/user-attachments/assets/e4fe1b7a-fa3e-4cf0-8321-8a926fc705c3) cupidcr4wl 搜索以下平台: ```Payment and Gifting | Social | Dating and hook-up | Fetish | Adult video and photo | Camming | Escort``` 如果您发现 cupidcr4wl 返回了误报/漏报结果,请查看[贡献](https://github.com/OSINTI4L/cupidcr4wl/blob/main/.github/CONTRIBUTING.md)部分以便进行修复。随着 Web 开发人员更新网站代码,某些结果在某个阶段不可避免地会出现不准确的情况。参与贡献是提醒我们注意这些不准确之处以便修复的有力方式。您也可以提交希望添加到 cupidcr4wl 搜索列表中的网站! cupidcr4wl 用于搜索的网站列表会定期进行准确性更新和扩充。 ⚠️**警告**⚠️ cupidcr4wl **将**搜索并返回包含成人受众内容的平台结果。您应在遵守您所在司法管辖区法律法规的前提下使用此工具。如果您在使用 cupidcr4wl 时发现有平台涉嫌托管非法内容,可以使用[执法报告资源](https://github.com/OSINTI4L/cupidcr4wl/blob/main/.github/LEReportingResources.md)部分进行举报。 ## [安装](#installation) | [用法](#usage) | [贡献](https://github.com/OSINTI4L/cupidcr4wl/blob/main/.github/CONTRIBUTING.md) | [文档](https://github.com/OSINTI4L/cupidcr4wl/wiki)
## 环境要求 - Python 3.6 或更高版本 - ```requests``` - ```rich``` ## 安装说明 1. 克隆仓库:     ```git clone https://github.com/OSINTI4L/cupidcr4wl``` 2. 切换到 cupidcr4wl 目录:     ```cd cupidcr4wl``` 3. 安装依赖项:     ```pip install -r requirements.txt``` ## 用法 1. 查看 cupidcr4wl 的所有命令行参数:     ```python3 cc.py -h``` 或 ```python3 cc.py --help``` ``` usage: cc.py [-h] [-p PHONENUMBER] [-u USERNAME] [--export-results] [--debug] [--username-sites] [--phone-number-sites] A tool for checking if a username or phone number exists across various adult content platforms. options: -h, --help show this help message and exit -p PHONENUMBER Enter a phone number or multiple phone numbers (separated by commas) to search. -u USERNAME Enter a username or multiple usernames (separated by commas) to search. --export-results Search results will be exported to an HTML file named 'cc_results.html' in the current working directory. --debug Debug mode shows all results, HTTP response codes, check_text/not_found_text matches, timeouts, and errors for each site checked. --username-sites Prints all sites that cupidcr4wl will search by username. --phone-number-sites Prints all sites that cupidcr4wl will search by phone number. ``` 2. 搜索用户名:     ```python3 cc.py -u username``` 3. 要同时搜索多个用户名,请用逗号分隔(不要加空格):     ```python3 cc.py -u username1,username2,username3``` 搜索电话号码:      ```python3 cc.py -p 1234567890``` 4. 要同时搜索多个电话号码,请用逗号分隔(不要加空格):     ```python3 cc.py -p 1234567890,123-456-7890``` 5. 将搜索结果导出为名为 'cc_results.html' 的 HTML 文件并保存在当前工作目录:     ```python3 cc.py -u username --export-results``` 6. 查看 cupidcr4wl 将按用户名搜索的所有网站列表:     ```python3 cc.py --username-sites``` 7. 查看 cupidcr4wl 将按电话号码搜索的所有网站列表:     ```python3 cc.py --phone-number-sites``` 8. 以 debug 模式运行 cupidcr4wl,以测试误报/漏报并显示超时/错误,请添加 ```--debug``` 参数:     ```python3 cc.py -u username --debug```     (有关此模式的更多信息,请阅读[文档](https://github.com/OSINTI4L/cupidcr4wl/wiki/Usage-Options)部分)
标签:Python, 信息搜集, 无后门, 调查工具, 逆向工具