Eleven Years of Service
Posts: 655
Threads: 15
Points: 119NSP
RE: iOSbd - Install a Persistent Backdoor on Jailbroken iOS Devices 06-30-2015, 12:29 AM
#2
hehe.. I had something like this a long time ago that would just run an IRC bot through launchd. Nice job.
PGP
Sign: F202 79C9 76F7 40BB 54EC 494F 5DEF 1D70 14C1 C4CC
Encrypt: A5B3 1B21 55E1 80AF 4C6E DE83 467B 8EFC 3DEE 681C
Auth: CD55 E8A5 1A08 2933 8BA6 BC88 D81F 1943 739A 3C47
•
Nine Years of Service
Posts: 24
Threads: 0
Points: 34NSP
RE: iOSbd - Install a Persistent Backdoor on Jailbroken iOS Devices 06-30-2015, 03:20 AM
#4
And this is the reason why I removed my jailbreak packages~
Backdoors are scurrrrrry.
•
Nine Years of Service
Posts: 3
Threads: 0
Points: 3NSP
RE: iOSbd - Install a Persistent Backdoor on Jailbroken iOS Devices 09-21-2015, 11:45 AM
#5
great post m8.. ive found this quite interesting to read
•
Nine Years of Service
Posts: 26
Threads: 0
Points: 26NSP
RE: iOSbd - Install a Persistent Backdoor on Jailbroken iOS Devices 10-04-2015, 06:21 PM
#6
On jailbroken iDevices with Cydia, if you can compile your bit of malware as a dynamically linked/shared library (dylib) for iOS (doable, there are toolchains out there for it, and xCode will do it), you can simply use the bundled cynject dynamically linked/shared library injection tool (how Cydia injects Springboard), to inject your library into an arbitrary process for extra stealth. Just have the __init function in the library call launch a new thread with the backdoor code in it. Obviously, you add this to launchd for post-reboot persistence. Or, you could just recompile a backdoored Springboard library...
•
Nine Years of Service
Posts: 53
Threads: 0
Points: 37NSP
RE: iOSbd - Install a Persistent Backdoor on Jailbroken iOS Devices 10-08-2015, 05:58 PM
#9
Nice work, much better than my ghetto setup I used to use, launchd for persistence I always wish I found something better but don't know enough about iOS exploitation or internals to figure it out, oh well.
i dont know anything
•
Eight Years of Service
Posts: 3
Threads: 0
Points: 3NSP
RE: iOSbd - Install a Persistent Backdoor on Jailbroken iOS Devices 05-13-2016, 02:27 AM
#10
it gives me an error when i try to run it on line 54
•