更改测试域名和参数

This commit is contained in:
Jing Ling
2020-04-26 01:33:34 +08:00
parent 656b646fc1
commit 7fcf135456
+2 -2
View File
@@ -8,8 +8,8 @@
import oneforall
if __name__ == '__main__':
test = oneforall.OneForAll(target='freebuf.com')
test.brute = False
test = oneforall.OneForAll(target='github.com')
test.brute = True
test.takeover = True
test.run()
result = test.datas