penn5 / fastbrute

Brute-force fuzzer for Fastboot (AKA SBL)
21 stars 9 forks source link

What are its operating dependencies? #1

Open wszqkzqk opened 4 years ago

wszqkzqk commented 4 years ago

I am using manjaro Linux, I have installed adb and fastboot, but I cannot run this

penn5 commented 4 years ago

I used Ubuntu when I developed this. Send the error.

wszqkzqk commented 4 years ago

@penn5 Traceback (most recent call last): File "/home/wszqkzqk/文档/projects/fastbrute/fastbrute.py", line 3, in from adb.fastboot import FastbootCommands, FastbootRemoteFailure, FastbootStateMismatch, FastbootInvalidResponse ModuleNotFoundError: No module named 'adb'

YourTilak commented 3 months ago

use "pip install git+https://github.com/google/python-adb@master#egg=adb"