Files
OneForAll-mirror/test.py
T
2020-08-23 17:21:19 +08:00

17 lines
261 B
Python

#!/usr/bin/env python3
# coding=utf-8
"""
Example
"""
from oneforall import OneForAll
if __name__ == '__main__':
test = OneForAll(target='17wo.cn')
test.brute = True
test.req = True
test.takeover = True
test.run()
result = test.datas