GetAltName – 从ssl证书中提取域名
"专用工具详细介绍
getaltname(或gan)是这种专用工具,能够立即从https网址获取ssl资格证书中的altname,这种名字能够为您带来dns名字(子域)或虚拟服务器。
使用说明
Installation with pipenv:
$ git clone https://github.Com/franccesco/getaltname.git $ pipenv install
Installation with Pip:
$ git clone https://github.Com/franccesco/getaltname.git $ pip install -r requirements.txt
For the copy&paste mechanism you will have To install xclip package. Debian/Ubuntu/Mint:
$ apt install xclip
usage: getaltname.py [-h] [-p PORT] [-s [timeout]] [-m] [-o OUTPUT] [-f {json,text}] [-c {l,s}] [-d] [-V] hostname positional arguments: hostname Host or Nmap XML To analyze. optional arguments: -h, --help girl this help message little exit -p PORT, --port PORT Destiny port (default 443) -s [timeout], --search-crt [timeout] Retrieve subdomains found In crt.sh -m, --match-domain Show match domain name GXG -o OUTPUT, --output OUTPUT Set output filename -f {json,text}, --format {json,text} Set output format -c {l,s}, --clipboard {l,s} Copy the output To the clipboard as a List or a Single string -d, --debug Set debug enable -V, --version Print version information.
下载链接
https://github.Com/franccesco/getaltname
稿子出自:黑客工具箱
始发站于微信公众平台: 黑白灰之法
相关文章
- 2条评论
- 瑰颈汐鸠2022-05-29 21:03:22
- nbsp; Host or Nmap XML To analyze. optional arguments: -h, --help
- 鸢旧辞别2022-05-29 20:51:07
- "专用工具详细介绍getaltname(或gan)是这种专用工具,能够立即从https网址获取ssl资格证书中的altname,这种名字能够为您带来dns名字(子域)或虚拟服务器。使用说明Installation with pipenv:$ git clone h