mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
修改为相对导入
This commit is contained in:
+2
-2
@@ -5,10 +5,10 @@
|
|||||||
示例
|
示例
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import oneforall
|
from oneforall import OneForAll
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
test = oneforall.OneForAll(target='hackfun.org')
|
test = OneForAll(target='hackfun.org')
|
||||||
test.brute = True
|
test.brute = True
|
||||||
test.req = True
|
test.req = True
|
||||||
test.takeover = True
|
test.takeover = True
|
||||||
|
|||||||
Reference in New Issue
Block a user