DNSMaper 一款子域名枚举与地图标记工具
DNSMaper
DNSMaper拥有与众多子域名枚举工具相似的功能,诸如域传送漏洞检测,子域名枚举,IP地址获取
文件说明
├── dnsmaper.py(核心代码)
├── dnsmapper.png(演示截图)
├── db
│ ├── GeoLite2-City.mmdb(调用GEOIP获取经纬度等信息)
│ ├── resolvers.db(DNS解析服务器列表[可修改])
│ ├── subs.db(子域名字典[可修改])
├── log
│ ├── xxx.log(扫描结果的log文本)
│ └── xxx.html(扫描结果的GoogleMap页面)
└── readme.md(项目说明)
使用帮助
Python dnsmaper.py -h查看参数
____ _ _ ____ __ __
| _ | | / ___|| / | __ _ _ __ ___ _ __
| | | | | ___ | |/| |/ _` | '_ / _ '__|
| |_| | | |___) | | | | (_| | |_) | __/ |
|____/|_| _|____/|_| |_|__,_| .__/ ___|_|
|_|
=# Author: le4f.net
=# Mail : le4f#xdsec.org
Usage: dnsmaper.py [options] target
Options:
-h, --help show this help message and exit
-c THREAD_COUNT, --thread_count=THREAD_COUNT [optional]number of lookup theads,default=17
-s SUBS, --subs=SUBS (optional)list of subdomains, default='./db/subs.db'
-r RESOLVERS, --resolvers=RESOLVERS (optional)list of DNS resolvers,default='./db/resolvers.db'
命令
python dnsmaper.py whitehouse.gov

文章参考及下载:https://github.com/le4f/dnsmaper
张