解决RuntimeError

This commit is contained in:
Jing Ling
2020-02-15 01:50:28 +08:00
parent e8bc8e2941
commit 38afa8807b
+5 -4
View File
@@ -7,7 +7,8 @@
import oneforall import oneforall
test = oneforall.OneForAll(target='example.com') if __name__ == '__main__':
test.brute = True test = oneforall.OneForAll(target='example.com')
test.takeover = True test.brute = True
test.run() test.takeover = True
test.run()