Bluestrike icon indicating copy to clipboard operation
Bluestrike copied to clipboard

ERROR VALUE ['str' object is not callable ]

Open Abo5 opened this issue 2 years ago • 20 comments


| _ \ \ \ )
| |
) ) \ _ _ ___ \ \ ___ ___ _ _ _____ | _ ( > | | | / __) > > )/ _ | || |/ / __) | |
) ) ^ \ |
| > ) / /| || |) ) || <> ) |// __/_)_____)) / _)_|__) | |
|_| - 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

Abo5 avatar Dec 19 '23 15:12 Abo5

same happens here

joelis10 avatar Jan 18 '24 12:01 joelis10

plz tell me how to use

8119191114 avatar Jan 24 '24 15:01 8119191114

I have the same issie

Steso871 avatar Jan 27 '24 19:01 Steso871

This is for linux, not mac

JoshAtticus avatar Mar 12 '24 00:03 JoshAtticus

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

joelis10 avatar Mar 12 '24 08:03 joelis10

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?

JoshAtticus avatar Mar 13 '24 02:03 JoshAtticus

Screenshot 2024-03-24 100534

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.

Aaron-Ontoyin avatar Mar 24 '24 10:03 Aaron-Ontoyin

Screenshot 2024-03-24 100534 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

Aaron-Ontoyin avatar Mar 24 '24 10:03 Aaron-Ontoyin

Try to install bluez pip install bluez (on windows it should not work)

LocalChinese avatar Apr 03 '24 08:04 LocalChinese

Is there any fix for this issue ERROR VALUE ['str' object is not callable ]?

dp-bt avatar Jun 12 '24 18:06 dp-bt

Found any fixes currently?

PatrickRam0s avatar Aug 11 '24 16:08 PatrickRam0s

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]

JoshAtticus avatar Aug 12 '24 03:08 JoshAtticus

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?

dp-bt avatar Aug 15 '24 19:08 dp-bt

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

JoshAtticus avatar Aug 16 '24 00:08 JoshAtticus

How else to install python 3.8 from brew?

dp-bt avatar Aug 16 '24 06:08 dp-bt

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

JoshAtticus avatar Aug 17 '24 00:08 JoshAtticus

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?

dp-bt avatar Aug 18 '24 16:08 dp-bt

so this is useless! no way to make it run!

digitaico avatar Aug 21 '24 01:08 digitaico

same error with latest Kali version

betzerra avatar Sep 23 '24 21:09 betzerra

same error in fedora

0xWeverton avatar Dec 08 '24 18:12 0xWeverton