mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
测试时启用子域请求
This commit is contained in:
@@ -10,7 +10,7 @@ import oneforall
|
|||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
test = oneforall.OneForAll(target='github.com')
|
test = oneforall.OneForAll(target='github.com')
|
||||||
test.brute = True
|
test.brute = True
|
||||||
test.req = False
|
test.req = True
|
||||||
test.takeover = True
|
test.takeover = True
|
||||||
test.run()
|
test.run()
|
||||||
result = test.datas
|
result = test.datas
|
||||||
|
|||||||
Reference in New Issue
Block a user