From ce505809be91e6da6939a29cd7a72816f05a7430 Mon Sep 17 00:00:00 2001 From: platinumstufff <50044189+platinumstufff@users.noreply.github.com> Date: Sat, 15 Mar 2025 01:43:00 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f31201f..b857b82 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Bruteforce A5-A6 numeric password with ease. # Usage iwannabrute needs initial setup before usage. - - Homebrew: `brew install bash curl libusb xxd` - - MacPorts: `sudo port install bash curl libusb xxd` + - Homebrew: `brew install bash curl libusb` + - MacPorts: `sudo port install bash curl libusb` - For macOS 12.7.6 and lower, use MacPorts, not Homebrew. 1. Clone and cd into this repository: `git clone https://github.com/platinumstufff/iwannabrute --recursive && cd iwannabrute`