GithubHelp home page GithubHelp logo

Comments (31)

Hendrikto avatar Hendrikto commented on August 26, 2024 3

A tutorial on using LiveCDs can be found here. It contains links to other articles about accomplishing the same with a USB stick instead.

This may be scary/difficult for some people, as it requires creating a bootable medium, in addition to changing your BIOS bootorder and/or entering the boot menu (as discussed here). If you are uncomfortable doing this, this might be an indicator that you are not the target audience for this.

from ipwndfu.

Xtaker-of-lifeX avatar Xtaker-of-lifeX commented on August 26, 2024 2

My computer runs like dog shit so dual boot wont be possible

from ipwndfu.

DanHolli avatar DanHolli commented on August 26, 2024 2

@2eggsss it is sandboxed, which is different from a vm because it does run natively, just blocked from some things

from ipwndfu.

KillaBoi avatar KillaBoi commented on August 26, 2024 1

A tutorial on using LiveCDs can be found here. It contains links to other articles about accomplishing the same with a USB stick instead.

This may be scary/difficult for some people, as it requires creating a bootable medium, in addition to changing your BIOS bootorder and/or entering the boot menu (as discussed here). If you are uncomfortable doing this, this might be an indicator that you are not the target audience for this.

Best thing to do if you don't wanna go the LiveCD way is to just WAIT. This is a program made for developers to implement their own methodologies into practice and is not really suited for consumers to do anything with (you can't do much anyways besides debugging etc and dumping the SecureROM). THIS IS NOT A JAILBREAK!!!

from ipwndfu.

Ronsor avatar Ronsor commented on August 26, 2024 1

I tried getting it running on windows but there's an error: ValueError: the device has no langid

from ipwndfu.

EWouters avatar EWouters commented on August 26, 2024 1

Please check #67 and close this issue.

from ipwndfu.

xp2-882030kgz010602 avatar xp2-882030kgz010602 commented on August 26, 2024 1

Would it work to compile with Cygwin?

from ipwndfu.

KillaBoi avatar KillaBoi commented on August 26, 2024

Would it be possible to get window support or is there a way to boot linux on a windows computer

You could use a live cd (Ubuntu live CD) or just dual boot into linux by installing it in another partition.

from ipwndfu.

KillaBoi avatar KillaBoi commented on August 26, 2024

My computer runs like dog shit so dual boot wont be possible

You "might" be able to get away with using a live CD. If that doesn't work then there is no other way (as of right now)

from ipwndfu.

Hendrikto avatar Hendrikto commented on August 26, 2024

I have not tested this, but it might work under WSL2, as it actually runs a Linux kernel instead of emulating it.

from ipwndfu.

KillaBoi avatar KillaBoi commented on August 26, 2024

I have not tested this, but it might work under WSL2, as it actually runs a Linux kernel instead of emulating it.

It still runs in a VM so it may not work, I have not tested it myself either but just stating facts.

from ipwndfu.

Xtaker-of-lifeX avatar Xtaker-of-lifeX commented on August 26, 2024

So is there a way to just boot linux on my computer and not use windows 10

from ipwndfu.

mrkushy avatar mrkushy commented on August 26, 2024

Its python just download it on your windows

from ipwndfu.

dznas avatar dznas commented on August 26, 2024

I have not tested this, but it might work under WSL2, as it actually runs a Linux kernel instead of emulating it.

It still runs in a VM so it may not work, I have not tested it myself either but just stating facts.

Will the ipad6 running 12.4.1 be downgraded?

from ipwndfu.

dznas avatar dznas commented on August 26, 2024

它的python只需将其下载到Windows

Can you write a tutorial? For non-programmers, only windows, thank you

Its python just download it on your windows

Can you write a tutorial? For non-programmers, only windows, thank you

from ipwndfu.

jmichaelbarker avatar jmichaelbarker commented on August 26, 2024

Can you write a tutorial? For non-programmers, only windows, thank you

There's not really much that can be done with this as a non-programmer at the moment. And besides, you almost certainly would require more than just python, like libusb (I haven't got a clue what its support looks like on windows) and potentially more. It would definitely be simpler to use a linux livecd.

from ipwndfu.

KillaBoi avatar KillaBoi commented on August 26, 2024

Could probably use a VM as well.

Check, it says that it will not work in a VM.

from ipwndfu.

dznas avatar dznas commented on August 26, 2024

Can you write a tutorial? For non-programmers, only windows, thank you

There's not really much that can be done with this as a non-programmer at the moment. And besides, you almost certainly would require more than just python, like libusb (I haven't got a clue what its support looks like on windows) and potentially more. It would definitely be simpler to use a linux livecd.

感谢你的回复
thank you for your reply

from ipwndfu.

jmichaelbarker avatar jmichaelbarker commented on August 26, 2024

I tried getting it running on windows but there's an error: ValueError: the device has no langid

I'm not sure how the Windows permission model applies to USB/HID devices (or whatever Windows decides a DFU iDevice is) but on both Linux distros I've tested, libusb is only able to communicate with the device as root; so, if you're not already, try executing the script with higher privileges (from an Admin console, for instance).

from ipwndfu.

zombodotcom avatar zombodotcom commented on August 26, 2024

I can look into it for Windows, but honestly just get etcher.io and make a live Linux ( Ubuntu or some distro) live boot. Google search. Just boot your system from the live boot

from ipwndfu.

KillaBoi avatar KillaBoi commented on August 26, 2024

@2eggsss it is sandboxed, which is different from a vm because it does run natively, just blocked from some things

Please test and reply if it works with WSL2, I will inform+apply as required.

from ipwndfu.

Millss23 avatar Millss23 commented on August 26, 2024

i have a 64 bit computer will it work it’s pretty good and how do i do it i’m big noob

from ipwndfu.

Ronsor avatar Ronsor commented on August 26, 2024

I tried getting it running on windows but there's an error: ValueError: the device has no langid

I'm not sure how the Windows permission model applies to USB/HID devices (or whatever Windows decides a DFU iDevice is) but on both Linux distros I've tested, libusb is only able to communicate with the device as root; so, if you're not already, try executing the script with higher privileges (from an Admin console, for instance).

I tried that actually.

from ipwndfu.

drewwalton19216801 avatar drewwalton19216801 commented on August 26, 2024

@Millss23, if you are that unfamiliar with this, this may not be for you. This is just the exploit. It does not jailbreak your device.

from ipwndfu.

EWouters avatar EWouters commented on August 26, 2024

Geohot got it to work on Windows, check the stream and his fork of the repo (he ported it to Python 3 as well).

Edit: actually he didn’t get it to work and didn’t really port it to Python 3 😑

from ipwndfu.

Millss23 avatar Millss23 commented on August 26, 2024

@Millss23, if you are that unfamiliar with this, this may not be for you. This is just the exploit. It does not jailbreak your device.

ok tnx will do

from ipwndfu.

0n1cOn3 avatar 0n1cOn3 commented on August 26, 2024

Check out our Pionieer Geohot (George Hotz) his Github Repo. Also check the stream from twich, which he has successfully dumped the BootROM from his iPhone 7 on Windows.

from ipwndfu.

babarqb avatar babarqb commented on August 26, 2024

Check out our Pionieer Geohot (George Hotz) his Github Repo. Also check the stream from twich, which he has successfully dumped the BootROM from his iPhone 7 on Windows.

No Geohot not able to pwnd his iPhone 7 on the window he tried very hard but in the end, he used a mac and got success.

from ipwndfu.

drewwalton19216801 avatar drewwalton19216801 commented on August 26, 2024

@xp2-882030kgz010602 No, Cygwin would not help. This is Python scripting, with ARM shellcode that needs to be compiled with a specific ARM assembler.

from ipwndfu.

Ronsor avatar Ronsor commented on August 26, 2024

@xp2-882030kgz010602 No, Cygwin would not help. This is Python scripting, with ARM shellcode that needs to be compiled with a specific ARM assembler.

That doesn't even have anything to do with it. The software itself runs fine on Windows, but libusb doesn't work right.

from ipwndfu.

adelphiamalloc avatar adelphiamalloc commented on August 26, 2024

any particular preference of linux?? i've tried a few without much success in the past.. i love my kali but i don't think it's applicable here.. lmk adelphiamalloc @ gmail.com thanx

from ipwndfu.

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.