Files
OneForAll-mirror/test.py
T
Jing Ling 6ba4e2ed60 改回
2020-08-24 01:47:35 +08:00

17 lines
265 B
Python

#!/usr/bin/env python3
# coding=utf-8
"""
Example
"""
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