diff --git a/oneforall/example.py b/oneforall/example.py index 0961ad7..1ff5235 100644 --- a/oneforall/example.py +++ b/oneforall/example.py @@ -10,6 +10,7 @@ import oneforall if __name__ == '__main__': test = oneforall.OneForAll(target='github.com') test.brute = True + test.req = False test.takeover = True test.run() result = test.datas