解决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
test = oneforall.OneForAll(target='example.com')
test.brute = True
test.takeover = True
test.run()
if __name__ == '__main__':
test = oneforall.OneForAll(target='example.com')
test.brute = True
test.takeover = True
test.run()