Skip to content

Commit

Permalink
Change credit for 24Kpwn
Browse files Browse the repository at this point in the history
  • Loading branch information
axi0mX committed Sep 27, 2019
1 parent cc2c6d6 commit a16cf55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ geohot for limera1n exploit

posixninja and pod2g for SHAtter exploit

iPhone Dev Team for 24Kpwn exploit
chronic, CPICH, ius, MuscleNerd, Planetbeing, pod2g, posixninja, et al. for 24Kpwn exploit

pod2g for steaks4uce exploit

Expand Down
2 changes: 1 addition & 1 deletion image3_24Kpwn.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Credit: This file is based on 24Kpwn exploit (segment overflow) by the iPhone Dev Team.
# Credit: This file is based on 24Kpwn exploit (segment overflow) by chronic, CPICH, ius, MuscleNerd, Planetbeing, pod2g, posixninja, et al.

import struct
import image3
Expand Down
2 changes: 1 addition & 1 deletion ipwndfu
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ if __name__ == '__main__':
device.flash_nor(new_nor)

if opt == '--24kpwn':
print '*** based on 24Kpwn exploit (segment overflow) by the iPhone Dev Team ***'
print '*** based on 24Kpwn exploit (segment overflow) by chronic, CPICH, ius, MuscleNerd, Planetbeing, pod2g, posixninja, et al. ***'

device = PwnedDFUDevice()
if device.config.version != '359.3':
Expand Down

0 comments on commit a16cf55

Please sign in to comment.