MarginResearch / FOISted

MikroTik remote jailbreak for v6.x.x
Apache License 2.0
120 stars 28 forks source link

when the target machine is an empty password, the original code cannot handle this situation #2

Open yux1azhengye opened 1 year ago

yux1azhengye commented 1 year ago

To solve this problem, I changed the content of line 511 in exploit.py: parser.add_argument('-p', '--password', default='',required=True)

JumsssssHarden commented 1 year ago

I can't use it in 6.49.7..

yux1azhengye commented 1 year ago

cause this vulnerability has been fixed in 6.49.7, you can refer to this article:https://nox.qianxin.com/vulnerability/detail/QVD-2023-16765

yasinhoda commented 4 months ago

لحل هذه المشكلة، قمت بتغيير محتوى السطر 511 في Exploit.py: parser.add_argument('-p', '--password', default='',required=True)

هل يعمل معك