Skip to content

Commit

Permalink
Fix handshake issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerler authored Jun 5, 2024
1 parent c9e8bbd commit 54cd658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtkclient/Library/mtk_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def bypass_security(self):
if mtk.serialportname:
mtk.port.serial_handshake()
else:
mtk.port.handshake()
mtk.port.run_handshake()
return mtk
else:
self.error("Error on running kamakiri payload")
Expand Down

0 comments on commit 54cd658

Please sign in to comment.