Giter Site home page Giter Site logo

Comments (2)

retagaine avatar retagaine commented on June 28, 2024 1

I was able to copy /dev/disk* off of my phone by following a similar method as the dump-blobs command and cating the files out via sshpass and piping it into dd locally -- something like sshpass -p 'alpine' ssh -o StrictHostKeyChecking=no -p2222 root@localhost "cat /dev/disk*" | dd of=disk.raw. From there I'm actually able to put the disk files into some kind of file recovery tool like DMDE or Disk Drill.

But, I'm still not able to mount_filesystems unfortunately.

from sshrd_script.

mast3rz3ro avatar mast3rz3ro commented on June 28, 2024

but this folder does have a ssh.tar.xz file, out of which I take the libresolv.9.dylib out of and copy into the contents of ssh.tar.gz in this repository and rezip.

The ssh package in sshrd lite are the same one as the sshrd the only differents is that it's contains different libresolv.9.dylib and this one should solve the scp issue in iOS 12.x

When I reboot, I'm able to see the green SSHRD face, but the ASCII SSHRD face that I usually see doesn't appear and it looks like something crashes, because I'm led to a screen with an Apple logo and a gray loading bar.

What you mean ? Some times the device could be lagged with last bootlogo while rebooting it this should be a normal behavior and won't case any problems.

I tried a few different options, such as copying the libresolv.9.dylib into separate filepaths (/usr/lib, /usr/bin) hoping that I can just copy it into the right place once I'm SSHed in

This is won't work since the dylib are getting loaded after booting the device, instead you can repack the ssh package or you can just use the one provided in sshrd lite.

But, I'm still not able to mount_filesystems unfortunately.

Have you tried using meowcat454's mount script ? Also do you know which iOS is in the device ?

from sshrd_script.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.