重构子域解析模块

This commit is contained in:
Jing Ling
2020-04-25 18:12:10 +08:00
parent edebcc6b92
commit d91e8f429d
8 changed files with 199 additions and 277 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
import oneforall
if __name__ == '__main__':
test = oneforall.OneForAll(target='example.com')
test.brute = True
test = oneforall.OneForAll(target='freebuf.com')
test.brute = False
test.takeover = True
test.run()
result = test.datas