From 707a5eda93db3fcc03540bb98e0bd548bc8925b2 Mon Sep 17 00:00:00 2001 From: shmilylty Date: Thu, 24 Oct 2019 18:44:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oneforall/oneforall.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oneforall/oneforall.py b/oneforall/oneforall.py index 5837e62..12afe6a 100644 --- a/oneforall/oneforall.py +++ b/oneforall/oneforall.py @@ -163,6 +163,6 @@ class OneForAll(object): if __name__ == '__main__': - fire.Fire(OneForAll) - # OneForAll('example.com').run() + # fire.Fire(OneForAll) + OneForAll('freebuf.com').run() # OneForAll('./domains.txt').run()