diff --git a/README.md b/README.md index c5be0ef0..9415c2c1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/image3_24Kpwn.py b/image3_24Kpwn.py index 8ba3974d..110a09f6 100644 --- a/image3_24Kpwn.py +++ b/image3_24Kpwn.py @@ -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 diff --git a/ipwndfu b/ipwndfu index 663a6175..2bbcd36c 100755 --- a/ipwndfu +++ b/ipwndfu @@ -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':