usb-tester icon indicating copy to clipboard operation
usb-tester copied to clipboard

USB brutefore/test script

Results 1 usb-tester issues
Sort by recently updated
recently updated
newest added

There is no need to install libusb and tweak your system: ```sh # build wget https://github.com/libusb/libusb/releases/download/v1.0.23/libusb-1.0.23.tar.bz2 tar -xvf libusb-1.0.23.tar.bz2; cd libusb-1.0.23 ./configure --enable-udev=false make -j$(nproc) cd .. # run LD_LIBRARY_PATH=$PWD/libusb-1.0.23/libusb/.libs...