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