Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR VALUE ['str' object is not callable ] #2

Open
Abo5 opened this issue Dec 19, 2023 · 17 comments
Open

ERROR VALUE ['str' object is not callable ] #2

Abo5 opened this issue Dec 19, 2023 · 17 comments

Comments

@Abo5
Copy link

Abo5 commented Dec 19, 2023


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

@joelis10
Copy link

same happens here

@8119191114
Copy link

plz tell me how to use

@Steso871
Copy link

I have the same issie

@JoshAtticus
Copy link

This is for linux, not mac

@joelis10
Copy link

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

@JoshAtticus
Copy link

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?

@Aaron-Ontoyin
Copy link

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
Copy link

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

@LocalChinese
Copy link

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

@dp-bt
Copy link

dp-bt commented Jun 12, 2024

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

@PatrickRam0s
Copy link

Found any fixes currently?

@JoshAtticus
Copy link

Found any fixes currently?

Install an older version of python like 3.7 or 3.8 from brew.sh using brew install python@3.7 or brew install python@3.8

@dp-bt
Copy link

dp-bt commented Aug 15, 2024

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?

@JoshAtticus
Copy link

JoshAtticus commented Aug 16, 2024

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

@dp-bt
Copy link

dp-bt commented Aug 16, 2024

How else to install python 3.8 from brew?

@JoshAtticus
Copy link

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

@dp-bt
Copy link

dp-bt commented Aug 18, 2024

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 python@3.7 or brew install python@3.8" 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants