# yjtools **Repository Path**: yijingsec/yjtools ## Basic Information - **Project Name**: yjtools - **Description**: 一些脚本 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2024-03-13 - **Last Updated**: 2026-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yjtools ## 安装依赖 ``` python -m pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple ``` ## domain_serach 通过 `bing、baidu` 搜索引擎获取子域名 通过 `virustotal API` 获取子域名 - 用法 ``` usage: python domain_search.py -t yijingsec.com -s baidu -pa 5 -pr 127.0.0.1:7891 >>> Search Subdomain by mingy <<< optional arguments: -h, --help show this help message and exit -t TARGET, --target TARGET 目标域名 -s SEARCH, --search SEARCH 搜索引擎 -pa PAGE, --page PAGE 搜索页数 -pr PROXY, --proxy PROXY 使用代理 ``` ## whois_check 通过whois查询域名信息 - 用法 ``` python whois_check.py 输入查询 Whois 的域名:yijingsec.com 域名:['YIJINGSEC.COM', 'yijingsec.com'] 邮箱:DomainAbuse@service.aliyun.com 注册人:None 注册时间:2024-02-22 09:11:04 更新时间:2024-02-22 09:15:51 ``` ``` python whois_check_socket.py ``` ## xray_patch 修改XRAY - 用法 ``` python xray_patch.py xray_windows_amd64.exe ```