Open Sourced application for Jailbroken device. Program is executing commands on connected iphones

Related tags

Messaging iManager
Overview

iManager

Open Sourced application for Jailbroken device. Program is executing commands on connected iphones

Usage

Maybe the source code is helping ppl who need to execute commands from a pc/mac on a jailbroken device? Also it teaches some ios commands and installs basic command-line-tools like appinst and sbutils. You don´t need to run any command from terminal, just launch iManager.app and everything should work. (READ THE INSTALL PART!!!) #Cureent Features: sbreload, install deb, shutdown, install ipa, install command line tools, uicache, respring, ldrestart and send files to your iphone.

Supported

all ios version that support ssh will work with that code in theory

Compiling

Make sure to install Hombrew on your mac: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" After that you need to install to more things:

  1. sshpass: brew install esolitos/ipa/sshpass
  2. libimobiledevice: brew install libimobiledevice

After installing the things mentioned above, go to the release page and download the kirainstaller.dmg and paste iphoneManage.app and iManager.app in /Applications folder. (THIS STEP IS REQUIRED TO COMPILE)

When you are did everything above, download or git clone this repository and open the xcodeproj in xcode. NOTE: When you are debugging iphoneManager with xcode, ssh will not work because iProxy will not be started. So before you debug, open terminal and type: iproxy 2222:44 &

When you built your own version of iphoneManager and want to put it in /Applications folder, follow the steps below: Because you already have my pre compiled iphoneManage.app in /Applications it will ask you to replace it, click replace Now type following command to copy sshpass into iphoneManage.app folder: sudo cp -r /usr/local/Cellar/sshpass/1.06/bin/sshpass /Applications/iphoneManage.app/Contents/Resources/

Now unzip iManagerlaunch.app.zip in the xcode projects root folder and drag iManagerlaunch.app in your taskbar. (Its a launch script and will not show up in launchpad) Done! Click the iManagerlaunch.app in your taskbar and wait for it to launch. When you get an alert/pop up on your iphone, click ok

Installing

Sorry for all the work with installing it

Step 1

To use iManager by Kira, follow this written guide to install everything correctly:

First of all install homebrew on your Mac. To do that, open terminal and paste that command:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

After the home-brew installation is done, you only need to paste to more commands:

brew install esolitos/ipa/sshpass brew install libimobiledevice

1

Thats it, now you just need to download dmg file from the latest release, open it and drag the .app files in the Applications folder

2 Short

Drag the iManagerlaunch.app on your taskbar and launch it form there. It can not show up at launchpad. (Detailed reason is above). Lauching it from iphoneManager.app will not work. When you launch iManagerlaunch.app you will maybe get a pop up on your iphone, just click ok

2 Long

Now you should have two new apps (iManagerlaunch.app and iphoneManage.app) But you can only open iphoneManager.app from the Launchpad because iManagerlaunch.app is just a shell script as .app file. Launching the program from iphoneManager using Launchpad will work, but the program will not be Able to connect with anything. For that reason I made the iManager.app, it will launch the iphoneManage.app with right permission and connect it. So when you want to open iManagerlaunch.app, drag the .app file to your Taskbar

Planned to be added in the future:

-Installing tweaks system, and package manager after jailbreaking with checkra1n -Making a modified version of Sileo and adding an option to install it

Have Fun using this programed. I only tested it with checkra1n jailbreak so don´t blame me when you need use a different port with iproxy.

in case you need to use iproxy 2222 22 instead of iproxy 2222 44:

go to finder /Applications/iManagerlaunch.app and click show package content. right click the file named iManagerlaunch and say open with text editor, look for where it´s says: "/usr/local/Cellar/libusbmuxd/2.0.2/bin/iproxy 2222:44 > /dev/null 2>&1 &" replace the 44 with 22 so it will look like this: "/usr/local/Cellar/libusbmuxd/2.0.2/bin/iproxy 2222:22 > /dev/null 2>&1 &" and save it(without the brackets ofc)

You might also like...
This Project domonstrate the latest Swift on Server to create RESTFul API's connected via Database: MongoDB NoSql

Swift is a general-purpose programming language built using a modern approach to safety & performance that make it specifically suitable for Server applications. Vapor is a web framework for Swift, allowing you to write backends, web apps APIs and HTTP servers in Swift

QMK Agent is a macOS menubar application which sends commands to a QMK enabled keyboard
QMK Agent is a macOS menubar application which sends commands to a QMK enabled keyboard

QMKagent QMK Agent is a macOS menubar application which sends commands to a QMK enabled keyboard Features System volume indicator using top row (Esc t

A external macos application to generate and execute tuist commands
A external macos application to generate and execute tuist commands

Tuist Menu Bar App An external macos application to generate and execute tuist commands. How it works? Parses all tasks and their arguments with the -

The first non-jailbroken iOS (and macOS) application to adjust the screen temperature, brightness, and color!

GoodNight Project name thanks to @Emu4iOS. Based off of Thomas Finch's GammaThingy. GoodNight is an app that allows you to directly access the screen'

A realistic reflective shimmer to SwiftUI Views that uses device orientation. Position any View relative to device orientation to appear as if through a window or reflected by the screen.
A realistic reflective shimmer to SwiftUI Views that uses device orientation. Position any View relative to device orientation to appear as if through a window or reflected by the screen.

A 3d rotation effect that uses Core Motion to allow SwiftUI views to appear projected in a specific direction and distance relative to the device in r

Simulate any device and settings on one simulator or device.
Simulate any device and settings on one simulator or device.

SwiftUI-Simulator Enables the following settings without settings or restarting the simulator or real device. Any device screen Light/Dark mode Locale

This project is an application that lets users learn about the missions and astronauts that formed NASA’s Apollo space program.

This project is an application that lets users learn about the missions and astronauts that formed NASA’s Apollo space program.

Command line program that detects unused resource strings in an iOS or OS X application.

Abandoned Resource String Detection This command line program detects unused resource strings in an iOS or OS X application. Updated to Swift 3, thank

Ecolande - Application realisé pendant l'Apple foundation Program.

Ecolande Application realisé pendant l'Apple foundation Program. Ecoland est l'application qui a été réalisé pendant l'Apple Foundation Program. Nous

Swift utilities for running commands.

Swift Commands Swift utilities for running commands. The Commands module allows you to take a system command as a string and return the standard outpu

Chisel is a collection of LLDB commands to assist debugging iOS apps.

Chisel Chisel is a collection of LLDB commands to assist in the debugging of iOS apps. [Installation • Commands • Custom Commands • Development Workfl

Command-line commands for Chaqmoq applications

Chaqmoq CLI Installation Swift Download and install Swift Swift Package mkdir MyApp cd MyApp swift package init --type executable // Creates an execut

This app is a sample app that recognizes specific voice commands such as
This app is a sample app that recognizes specific voice commands such as "make it red", "make it blue", "make it green", and "make it black" and change the background color of the view in the frame.

VoiceOperationSample This app is a sample app that recognizes specific voice commands such as "make it red", "make it blue", "make it green", and "mak

Gloth - Generates a CoreML Word Tagger Model trained on interactive fiction commands

Gloth Gloth: Fold dough 83 times Generates a CoreML Word Tagger Model trained on

Commands providing shortcuts to common Postgres introspection queries (Swift port of heroku-pg-extras)

Commands providing shortcuts to common Postgres introspection queries (Swift port of heroku-pg-extras)

iOS framework that enables detecting and handling voice commands using microphone.

iOS framework that enables detecting and handling voice commands using microphone. Built using Swift with minumum target iOS 14.3.

A collection of common tools and commands used throughout the development process, customized for Kipple projects.

KippleTools A collection of common tools and commands used throughout the development process, customized for Kipple projects. ⚠️ The code in this lib

A small utility to paste text to the clipboard on a jailbroken iPhone

pbpaste allows you to paste text from your iPhone's terminal app to the clipboard. How to use pbpaste Download the file in the binary folder. Copy the

APT repository app for jailbroken iOS devices
APT repository app for jailbroken iOS devices

Find Your Repos! RepoFinder is here to bring you a seamless way to add all of your favorite repositories right into the package manager of your choice

Releases(2.0)
  • 2.0(Nov 17, 2021)

    I spent about 5 days since i pushed the version to fix all bugs that got reported. The program should run without issues. READ THE README # Installation part to see how to install -Redesigned UI -Connecting your idevice is way more user-friendly -Renamed and changed some options -Fixed Messages -Fixed Dependencies -Fixed Root Password issues -Fixed crashing on launch up -Fixed crashing issues. -Temporary made sbreload button not working.

    Source code(tar.gz)
    Source code(zip)
    installiManager2.0.dmg(6.23 MB)
  • 1.2(Nov 15, 2021)

    The issue that iManager is crashing on launch up or crashing when you interact with anything is fixed!! Unfortunately the supported Macos versions decreased from MacOS 10.12 and higher to MacOS 10.13 and above

    To install iManager: install Homebrew (https://brew.sh/) and download the iManager.dmg. Double Click it and drag iphoneManage.app in the /Applications folder. Have fun using it. Read the #how to connect my device part in the readme file to see what you need to do.

    Source code(tar.gz)
    Source code(zip)
    iManager.dmg(5.67 MB)
Owner
developing things for iOS mainly. Learning reserve engineering and trying my best to get better in researching iOS components. Studying iosFS
null
Chat SDK iOS - Open Source Mobile Messenger

Chat SDK Open Source Messaging framework for iOS Chat SDK is a fully featured open source instant messaging framework for iOS. Chat SDK is fully featu

Chat SDK 879 Jan 6, 2023
Util for executing shell commands, and getting the results easily(data, string, and any decodable).

ShellExecutor Util for executing shell commands, and getting the results easily(data, string, and any decodable). Requirements Xcode 14.0+ Swift 5.7+

Yozone Wang 2 Jul 30, 2022
Crowd-sourced hammock locations

Grove Crowd-sourced hammock locations. How to build While this app isn't really here to be contributed to (though I wouldn't mind contributions!) you

Kyle Bashour 12 Feb 9, 2022
Beautiful, responsive animations, when receiving notifications on jailbroken device

Notchification Beautiful, responsive animations, when receiving notifications on jailbroken device About Notification shows responsive, dynamic animat

c1d3r 5 Sep 15, 2022
Grab kbsync dynamically from your jailbroken iOS device.

KbsyncTool Grab kbsync dynamically from your jailbroken iOS device. Usage Test1:~ root# kbsynctool -s 9000 [DEBUG] Did open IPv4 listening socket 3 [D

i_82 13 Oct 31, 2022
A tool to check which keychain items are available to an attacker once an iOS device has been jailbroken

Keychain Dumper Usage All that should be needed to use keychain_dumper is the binary that is checked in to the Keychain-Dumper Git repository. This bi

Patrick Toomey 1.2k Dec 28, 2022
Create, Save, and Export Point Clouds w/ Lidar equipped Iphones

Iphone Point Cloud Generator This was ceated to make the wwdc20 sample into a usable utility app. Place points in the real-world using the scene's dep

null 39 Dec 18, 2022
Simple utility for only executing code every so often.

Rate Limit Simple utility for only executing code every so often. This will only execute the block passed for a given name if the last time it was cal

Sam Soffes 921 Nov 20, 2022
BeAware, The Deaf Assistant for iPhones

BeAware, The Deaf Assistant for iPhones Everyday Angela goes to high school by public transport in Detroit, and her hearing disability never affected

null 10 Jul 13, 2022
BeezyLight.app✦ tiny macOS app to control a usb-connected light

BeezyLight.app✦ tiny macOS app to control a usb-connected light

null 2 Jul 11, 2022