mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
解决RuntimeError
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user