Skip to content

Commit

Permalink
Fix keyword argument
Browse files Browse the repository at this point in the history
  • Loading branch information
KritantaDev authored and KritantaDev committed Feb 15, 2022
1 parent ac49fd7 commit e626bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipwndfu
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def pwn(device=None, match_device=None):
elif serial.cpid in ['8930']:
SHAtter.exploit()
elif serial.cpid in ['8947', '8950', '8960', '8002', '8004', '8010', '8011', '8012', '8015']:
checkm8.exploit(match_device=match_device)
checkm8.exploit(match=match_device)
elif serial.cpid in ['7000', '8000', '8003']:
checkm8.exploit_a8_a9()
else:
Expand Down

0 comments on commit e626bbb

Please sign in to comment.