使用通配符搜索可用域

domainsearch的Python项目详细描述


域搜索

Build StatusPyPI version

使用通配符搜索可用域。

安装

git clone https://github.com/jeremija/domainsearch
cd domainsearch
python3 -m domainsearch

pip3 install domainsearch

用法

usage: domainsearch [-h][--host HOST][--port PORT][-n][-o][--verbose]
                    domains [domains ...]

Search for unregistered domains. Wildcards supported are:
  A: alphabet characters
  C: consonants
  V: vowels
  #: numbers 0-9
  *: combination of all of the above
  [chars]: chars in the brackets
  (word1,word2,word3): custom list of words

positional arguments:
  domains        Domain(s) to look up. For example redCV.com

optional arguments:
  -h, --help     show this help message and exit
  --host HOST    of the Whois lookup server
  --port PORT    Port of the Whois lookup server
  -n, --dry-run  Only print the permutations
  -o, --only     Print only available
  --verbose      Show whois results

许可证

麻省理工学院

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
我可以用C++代码使用java代码吗?   java使用JSR303在派生类中提供更具体的约束   java在这个查找唯一路径数算法中我做错了什么?   java如何为2个不同的服务提供商使用2个不同的SSL证书?   java在Gridview上绘制文本   java使用连接for循环构建字符串名   java StringBuilder拆分无法处理某些文件   java事件关注EditText   Java Web Start“找不到URL的缓存资源”   java程序从命令行运行的速度比在Eclipse中慢   java为什么HttpServletRequest会截断#字符上的url输入?   java自定义折叠工具栏平滑标题大小调整   使用Mockito对安卓 java中调用另一个静态函数的函数进行单元测试   http在java客户机中使用cachecontrol头   java如何使用。是否使用Delimiter从输入文件中排除标点符号和数字?   使用上下文作为参数/参数的java   java更有效地从Jar中提取文件   java为多个JButton提供相同的actionListener