From cd88e34dd9c097e480e41bad1dfa03eb8dccfcd4 Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Wed, 12 Feb 2020 15:01:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B5=8B=E8=AF=95=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oneforall/example.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oneforall/example.py b/oneforall/example.py index 9ec1b62..1c5ae43 100644 --- a/oneforall/example.py +++ b/oneforall/example.py @@ -8,4 +8,6 @@ import oneforall test = oneforall.OneForAll(target='example.com') +test.brute = True +test.takeover = True test.run()