dscan使扫描域名列表以查找dns记录变得容易!

dscan的Python项目详细描述


dscan

dscan使扫描域名列表以查找dns记录变得容易!

安装

只需运行:

$ pip install dscan

命令参考

usage: dscan [-h] [--input INPUT] [--output OUTPUT] [--rrtype RRTYPE]
			[--single]
			[--provider {adguard,appliedprivacy,cleanbrowsing-family,cloudflare,commons.host,dnswarden,dnswarden-adblock,google,powerdns,quad9}]
			[--verbose]
			[domain]

positional arguments:
domain                domain name (single mode only)

optional arguments:
-h, --help            show this help message and exit
--input INPUT, -i INPUT
						path to list of domains (in plain text)
--output OUTPUT, -o OUTPUT
						path to output
--rrtype RRTYPE, -r RRTYPE
						rrtype to collate
--single, -s          single domain mode
--provider {adguard,appliedprivacy,cleanbrowsing-family,cloudflare,commons.host,dnswarden,dnswarden-adblock,google,powerdns,quad9}, -p {adguard,appliedprivacy,cleanbrowsing-family,cloudflare,commons.host,dnswarden,dnswarden-adblock,google,powerdns,quad9}
						dns provider to use
--verbose, -v         increase output verbosity

许可证

这个项目是由马修盖尔开发的。本项目根据麻省理工学院许可证条款发布,具体内容如下

MIT License

Copyright (c) 2019 Matthew Gall

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

支架

有问题吗?需要帮助吗?别被卡住了!如果您确实使用此项目或有任何我们希望从您那里得到的反馈,请给我一个e-mail

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

推荐PyPI第三方库


热门话题
java Samsung远程测试实验室(RTL):如何将设备绑定到Eclipse/debugger   java XSSFCellStyle在LibreOffice Calc Ubuntu中不起作用   java junit测试错误ClassCastException   java Libgdx:如何删除表中的边框   java如何在处理中创建多色光栅化图片   java可以在JSF 2.0中级联ajax呈现的内容吗?   java Exit menuitem在内部框架中不工作   java向JPanel添加未知数量的JComponents   mongodb Mongo group by query转换为java   java没有GestureDetector的实现可以在安卓应用程序上运行   java Spring mvc,hibernate LazyInitializationException将实体转换为dto时出现异常   java中棘手的方法重载   java如何在SpringMVC中验证数字字段中的非数字输入?   Java ElasticSearch高级客户端的使用问题:SortedNumericIndexFieldData无法转换为类IndexGeoPointFieldData