mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
@@ -123,7 +123,7 @@ def gen_fuzz_domains(domain, rule):
|
||||
|
||||
def gen_brute_domains(domain, path):
|
||||
domains = set()
|
||||
with open(path) as file:
|
||||
with open(path,encoding='utf-8', errors='ignore') as file:
|
||||
for line in file:
|
||||
brute_domain = line.strip() + '.' + domain
|
||||
domains.add(brute_domain)
|
||||
|
||||
Reference in New Issue
Block a user