ERROR VALUE ['str' object is not callable ]
| _ \ \ \ )
| |) ) \ _ _ ___ \ \ ___ ___ _ _ _____
| _ ( > | | | / __) > > )/ _ | || |/ / __)
| |) ) ^ \ || > ) / /| || |) ) || <> )
|// __/_)_____)) / _)_|__)
| |
|_| - By StealthIQ
[1] 🔍 Scan for Bluetooth Devices [2] 📡 Kick Out Bluetooth Devices [Q] 🚪 Exit (Ctrl + c)
❓ Enter your choice : 2 📶 Enter the Mac Adress : BECC2570-E675-681B-5F02-C21BEB36104D ❓ In how many seconds do you want to start the attack : 1 🚀 Starting Deauth attack in 1
🚀 Starting
⚠ ERROR VALUE ['str' object is not callable ] qppn@MacBook-Pro Bluestrike % python3 main.py
same happens here
plz tell me how to use
I have the same issie
This is for linux, not mac
This is for linux, not mac
Doesn't matter, I have the same issue on Linux and MacOS would run the same commands anyway as it's essentially Linux under the hood
This is for linux, not mac
Doesn't matter, I have the same issue on Linux and MacOS would run the same commands anyway as it's essentially Linux under the hood
Unix is not Linux, but yes it does appear not to work on Linux. Maybe try an older version of Python? 3.8, 3.9?
This is the problem. The deauth_func is not passed to the kick. So the MAC address is taken as the deauth_func which is a string, not a callable.
This is the problem. The `deauth_func` is not passed to the kick. So the MAC address is taken as the `deauth_func` which is a string, not a callable.
Check the implementation of the _kick_ in the utils module; you'll see that it takes deauth_func
Try to install bluez pip install bluez (on windows it should not work)
Is there any fix for this issue ERROR VALUE ['str' object is not callable ]?
Found any fixes currently?
Found any fixes currently?
Install an older version of python like 3.7 or 3.8 from brew.sh using brew install [email protected] or brew install [email protected]
Removed python 3.11 from Kali, installed brew.sh, then python 3.8 from brew (3.7 is not available any more)..and error is still there. Any idea?
Removed python 3.11 from Kali, installed brew.sh, then python 3.8 from brew (3.7 is not available any more)..and error is still there. Any idea?
Don't use brew on linux, and this is mainly for macOS afaik
How else to install python 3.8 from brew?
How else to install python 3.8 from brew?
If you don't even know how to use the built in package manager on Linux, you probably shouldn't be using Linux
How else to install python 3.8 from brew?
If you don't even know how to use the built in package manager on Linux, you probably shouldn't be using Linux
Because you wrote to install "an older version of python like 3.7 or 3.8 from brew.sh using brew install [email protected] or brew install [email protected]" I asked how to install it from brew without brew.
Reinstalled Kali, installed Python 3.8 without brew and not from brew. But error is still there. You're right, I probably shouldn't be using Linux, but I know some basics and I'm trying... :)
Has anyone ever used this tool successfully?
so this is useless! no way to make it run!
same error with latest Kali version
same error in fedora
This is the problem. The `deauth_func` is not passed to the kick. So the MAC address is taken as the `deauth_func` which is a string, not a callable.