From 7fcf1354564c3fc8ef5f15eabbb8ea1dae72e697 Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Sun, 26 Apr 2020 01:33:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=B5=8B=E8=AF=95=E5=9F=9F?= =?UTF-8?q?=E5=90=8D=E5=92=8C=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oneforall/example.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oneforall/example.py b/oneforall/example.py index 558ccac..0961ad7 100644 --- a/oneforall/example.py +++ b/oneforall/example.py @@ -8,8 +8,8 @@ import oneforall if __name__ == '__main__': - test = oneforall.OneForAll(target='freebuf.com') - test.brute = False + test = oneforall.OneForAll(target='github.com') + test.brute = True test.takeover = True test.run() result = test.datas