OneForAll调用brute模块默认安静模式

This commit is contained in:
Jing Ling
2020-05-09 20:37:44 +08:00
parent 9a6c2492f1
commit bf1fb2e5c9
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -179,6 +179,7 @@ class OneForAll(object):
# Due to there will be a large number of dns resolution requests, may cause other network tasks to be error
brute = Brute(self.domain, word=True, export=False)
brute.check_env = False
brute.quite = True
brute.run()
# Database processing