All Projects → GallopYD → Domain Tool

GallopYD / Domain Tool

微信域名拦截检测、QQ域名拦截检测:http://eson.vip ,查询有缓存,如需实时查询请自行部署。

Projects that are alternatives of or similar to Domain Tool

Whois Parser
Go(Golang) module for domain whois information parsing.
Stars: ✭ 123 (-54.44%)
Mutual labels:  domain, whois
Pyfunceble
The tool to check the availability or syntax of domain, IP or URL.
Stars: ✭ 143 (-47.04%)
Mutual labels:  domain, whois
Funceble
[ARCHIVED] Please report to https://github.com/funilrys/PyFunceble.
Stars: ✭ 25 (-90.74%)
Mutual labels:  domain, whois
Urlextractor
Information gathering & website reconnaissance | https://phishstats.info/
Stars: ✭ 341 (+26.3%)
Mutual labels:  domain, whois
domnibus
Access domain information via python and command line.
Stars: ✭ 16 (-94.07%)
Mutual labels:  whois, domain
Whois
Go(Golang) module for domain and ip whois information query.
Stars: ✭ 153 (-43.33%)
Mutual labels:  domain, whois
Python Whois
Python module/library for retrieving WHOIS information of domains 💻❤
Stars: ✭ 128 (-52.59%)
Mutual labels:  domain, whois
Malicious Domain Whois
🔰 非法域名挖掘与画像系统
Stars: ✭ 69 (-74.44%)
Mutual labels:  whois, domain
available
Domain availability checking for Golang
Stars: ✭ 30 (-88.89%)
Mutual labels:  whois, domain
Php Whois
PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 5.4+ and 7+ compatible
Stars: ✭ 179 (-33.7%)
Mutual labels:  domain, whois
domain-monitor
Self-hosted server to monitor WHOIS records for specified domains.
Stars: ✭ 36 (-86.67%)
Mutual labels:  whois, domain
icinga-domain-expiration-plugin
Icinga2/Nagios plugin for checking domain expiration
Stars: ✭ 24 (-91.11%)
Mutual labels:  whois, domain
nextjs-whois
WHOIS query with Next.js
Stars: ✭ 27 (-90%)
Mutual labels:  whois
Node Cqrs Domain
Node-cqrs-domain is a node.js module based on nodeEventStore that. It can be very useful as domain component if you work with (d)ddd, cqrs, eventdenormalizer, host, etc.
Stars: ✭ 258 (-4.44%)
Mutual labels:  domain
GitHub-Education-Portfolio
A portfolio made using React and tools from GitHub Student Developer Pack
Stars: ✭ 50 (-81.48%)
Mutual labels:  domain
spoofpoint
Spoofpoint is a domain monitoring tool that allows you to generate a list of domains that are 1 character off of your domain (grahamhelton.com turns into -> grahamheIton.com ((The L is a capital I )), check a list of domains you already have, or check as single domain.
Stars: ✭ 25 (-90.74%)
Mutual labels:  domain
Parse Domain
Splits a hostname into subdomains, domain and (effective) top-level domains.
Stars: ✭ 261 (-3.33%)
Mutual labels:  domain
is-valid-domain
Validate domain name in JavaScript
Stars: ✭ 50 (-81.48%)
Mutual labels:  domain
generator-react-domain
Generate React Components with Domain-Driven File Structuring ❄️
Stars: ✭ 18 (-93.33%)
Mutual labels:  domain
TASNET
Time-domain Audio Separation Network (IN PYTORCH)
Stars: ✭ 18 (-93.33%)
Mutual labels:  domain

DomainTool

域名工具:微信域名拦截检测、QQ域名拦截检测:http://eson.vip ,查询有缓存,如需实时查询请自行部署。

功能

  • 微信拦截查询
  • QQ拦截查询
  • Whois查询

解决方案

  • 微信:通过 官方API 查询,或者 公众号短链接 查询
  • Q Q:通过 腾讯电脑管家 API查询
  • whois:通过 whois/jwhois 查询

具体可查看 源码博客

环境

  • PHP >= 7.0
  • php_redis 扩展
  • Laravel 5.5

安装

git clone https://github.com/GallopYD/domain-tool.git
cd domain-tool && composer install
cp .env.example .env
php artisan key:gen

# 不使用 whois 查询,无需安装
yum install -y jwhois

配置

vim .env
# 默认开启缓存(24小时)
TOOL_CACHE_ENABLE=true

# 微信测试号/服务号(不使用短连接查询,无需配置)
WECHAT_ACCOUNT=[{"app_id":"wx124d666666666666","app_secret":"8cd0b6f79d8008d0d265666666666666"}]

初始化

php artisan l5:gen
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].