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()