From 0db3791f0f62c75fbf0c879ee6c692417b440ddc Mon Sep 17 00:00:00 2001 From: shmilylty Date: Fri, 2 Aug 2019 19:05:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=8F=A3=E4=BF=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8Fire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oneforall/aiobrute.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/oneforall/aiobrute.py b/oneforall/aiobrute.py index 08480d8..35b015b 100644 --- a/oneforall/aiobrute.py +++ b/oneforall/aiobrute.py @@ -270,6 +270,6 @@ def do(domain, result): # 统一入口名字 方便多线程调用 if __name__ == '__main__': - # fire.Fire(AIOBrute) - result_queue = queue.Queue() - do('owasp.org', result_queue) + fire.Fire(AIOBrute) + # result_queue = queue.Queue() + # do('owasp.org', result_queue)