修改IPS的结果处理

This commit is contained in:
Jing Ling
2020-02-29 22:57:58 +08:00
parent f213a93a32
commit bf0a9e92ce
+1 -1
View File
@@ -249,7 +249,7 @@ class AIOBrute(Module):
logger.log('INFOR', f'发现{self.domain}的子域: {hostname} '
f'解析到: {name} IP: {ips}')
self.subdomains.add(hostname)
self.records[hostname] = str(ips)[1:-1]
self.records[hostname] = ','.join(ips)
async def main(self, domain, rx_queue):
if not self.fuzz: # fuzz模式不探测域名是否使用泛解析