mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
添加type标记
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
#!/usr/bin/env python3
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
通过枚举域名常见的SRV记录并做查询来发现子域
|
通过枚举域名常见的SRV记录并做查询来发现子域
|
||||||
"""
|
"""
|
||||||
@@ -20,6 +18,7 @@ class BruteSRV(Module):
|
|||||||
self.domain = self.register(domain)
|
self.domain = self.register(domain)
|
||||||
self.module = 'dnsquery'
|
self.module = 'dnsquery'
|
||||||
self.source = "BruteSRV"
|
self.source = "BruteSRV"
|
||||||
|
self.type = 'SRV' # 利用的DNS记录的SRV记录查询子域
|
||||||
self.thread_num = 10
|
self.thread_num = 10
|
||||||
self.names_que = queue.Queue()
|
self.names_que = queue.Queue()
|
||||||
self.answers_que = queue.Queue()
|
self.answers_que = queue.Queue()
|
||||||
|
|||||||
Reference in New Issue
Block a user