Giter Club home page Giter Club logo

Comments (10)

Siguza avatar Siguza commented on May 29, 2024 2

No, you run ./pongoterm and you get an interactive shell.
Alternatively you can do ./pongoterm <<<'command' and it will run that once it finds a device, then exit.

from pongoos.

Siguza avatar Siguza commented on May 29, 2024 1

If you're on macOS:

cd scripts
make
./pongoterm

Otherwise there's issue_cmd.py and fetch_stdout.py.

from pongoos.

cuj avatar cuj commented on May 29, 2024

so is it like this: ./pongoterm [command] ?

from pongoos.

cuj avatar cuj commented on May 29, 2024

@Siguza thanks for helping me, but there is a problem, in mac os when I run ./pomgoterm it says this:
USBControlTransfer: (iokit/usb) pipe has stalled, error needs to be cleared
Do you have any solutions for me to fix the problem? thanks, and sorry for many questions.

from pongoos.

woachk avatar woachk commented on May 29, 2024

Hello,

Which SoC does your phone use? Did you also try the newest version as of today?

from pongoos.

cuj avatar cuj commented on May 29, 2024

@woachk My phone has A10, yes I tried the newest version as of 31/10/2020.

from pongoos.

DanTheMann15 avatar DanTheMann15 commented on May 29, 2024

on Ubuntu, i can't seem to get any access to the pongo shell.

pongoterm is hopeless on linux, and attempting to use the script issue_cmd.py doesn't work,
it vomits on me with this when i attempt to run it:

daniel@DansPPC2011:~/Desktop/pongoOS/scripts$ ./issue_cmd.py
./issue_cmd.py: line 23: import: command not found
./issue_cmd.py: line 24: import: command not found
./issue_cmd.py: line 25: syntax error near unexpected token `('
./issue_cmd.py: line 25: `dev = usb.core.find(idVendor=0x05ac, idProduct=0x4141)'

i want to get SEP keys for the wiki, but until i figure this out i can't do it.

i have access to s8000, s8003, and t8010

from pongoos.

matteyeux avatar matteyeux commented on May 29, 2024

@DanTheMann15 it's a python script with no shebang, so you have to run with python like this : python3 ./issue_cmd.py

from pongoos.

DanTheMann15 avatar DanTheMann15 commented on May 29, 2024

@DanTheMann15 it's a python script with no shebang, so you have to run with python like this : python3 ./issue_cmd.py

thanks for the response, i added the python3 before the command and also needed to get pyusb's usb module as well and it worked.

but i can't yet pwn sep on s8000/s8003, but at least i can do t8010.

keys coming soon once i get it working right, thanks!

from pongoos.

cw2k avatar cw2k commented on May 29, 2024

I'm tried fetch_stdout.py on some arch linux.
Well you may run:
sudo pip install pyusb libusb
to get the necessary dependencies installed.

However even then I encountered that nasty
usb.core.USBError: [Errno 5] Input/Output Error
what is in real some permissions problem.
Here is how to solve it:
https://stackoverflow.com/a/66694064/3135511

from pongoos.

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.