mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
修改IPS的结果处理
This commit is contained in:
@@ -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模式不探测域名是否使用泛解析
|
||||
|
||||
Reference in New Issue
Block a user