Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
iOS-remote — Display and control your iOS device | Kitploit
Tools/GitHubGitHub/dimcyan/ios-remote
iOS SecurityMobile SecurityRemote Access Tool
GitHubdimcyan/ios-remote

iOS-remote

Display and control your iOS device

View Repository
7654674 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

iOS-remote

iOS-remote connects to iOS devices via USB for displaying and controlling in web browser. It does NOT require jailbreaking. Because of displaying in web browser, iOS-remote supports Linux, macOS, Windows.

iOS Version Support

The support of this project depends on the version of WebDriverAgent. After testing, iOS15 is already supported. Please using the latest WebDriverAgent.

Download & Use

There are some necessary libraries and tools for this project:

  1. WebDriverAgent

  2. Tidevice

  3. Python libraries:

    pip3 install -r requirements.txt

After installing and preparing the environment, run following command in your terminal:

  1. Bild, Test and Install WebDriverAgent-Runner Into Device

    Start WebDriverAgent 👉 Link

  2. Run WebDriverAgent by using Tidevice

    tidevice wdaproxy -B com.facebook.wda.WebDriverAgent.Runner --port 8100

    When you see WebDriverAgent start successfully in your terminal, you run WebDriverAgent successfully!!!!

  3. Forward the request to the iOS device by using Tidevice

    tidevice relay 8200 9100

    The default port of this project is 8200, you can change the port you like in the connect input field~

  4. Run Flask Server

    python3 app.py

  5. Open Browser With URL http://127.0.0.1:5000/

Features

  1. Display

  2. Switch rotation

  3. Control:

    • Swipe

    • Click

  4. Button operation:

    • Home button

    • Power button to lock screen

  5. Screenshot

  6. Send text

TODO

  1. Volume up and down buttons

  2. Display more devices

  3. Start up automated

  4. Display app list

  5. Install and Uninstall app

Download Tool