|
发表于 2020-7-6 16:20:19
|
显示全部楼层
Please input a list of DNS servers (IPv4 or IPv6), which will be used to check against: 8.8.8.8:53
Traceback (most recent call last):
File "DomainScanningTool.py", line 175, in <module>
main()
File "DomainScanningTool.py", line 115, in main
dns = input('Please input a list of DNS servers (IPv4 or IPv6), which will be used to check against: ')
File "<string>", line 1
8.8.8.8:53
^
SyntaxError: invalid syntax
咋解? |
|