将test.py放到主目录

This commit is contained in:
Jing Ling
2020-05-08 22:01:42 +08:00
parent 3bde010133
commit ca218d78ee
3 changed files with 2 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/env python3
# coding=utf-8
"""
示例
"""
from oneforall import OneForAll
if __name__ == '__main__':
test = OneForAll(target='hackfun.org')
test.brute = True
test.req = True
test.takeover = True
test.run()
result = test.datas