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