This commit is contained in:
Jing Ling
2020-01-02 23:12:58 +08:00
parent 4cb3c05b15
commit 8408d538de
6 changed files with 29 additions and 23 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ class AIOBrute(Module):
logger.log('INFOR', f'发现{self.domain}的子域: {hostname} '
f'解析到: {name} IP: {ips}')
self.subdomains.add(hostname)
self.records[hostname] = str(ips)
self.records[hostname] = str(ips)[1:-1]
async def main(self, domain, rx_queue):
if not self.fuzz: # fuzz模式不探测域名是否使用泛解析