增加测试功能

This commit is contained in:
Jing Ling
2020-02-12 15:01:26 +08:00
parent 29e849ef1a
commit cd88e34dd9
+2
View File
@@ -8,4 +8,6 @@
import oneforall import oneforall
test = oneforall.OneForAll(target='example.com') test = oneforall.OneForAll(target='example.com')
test.brute = True
test.takeover = True
test.run() test.run()