-
Notifications
You must be signed in to change notification settings - Fork 13
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
how is it used? #2
Comments
Don't worry, have you had a look at the code? It just performs a flood ping to the given Bluetooth MAC address. Instead of installing this, you might as well type it straight to the console: sudo l2ping -f [bdaddr] Usage: |
I think part of the issue here is that the output is kind of clunky (includes a lot of "\033[0m" characters). This is probably because if you run it with ./, it'll just run with whatever the default interpreter is set to (so if you have zsh, like kali uses by default now, it won't be very legible). You could update the readme to say "bash bluedoser.sh", or add a shebang to the file header
This will tell it what interpreter to use so the colors always work and the output is a little more clean Also xterm isn't installed by default, so @heyver will have to install it. There are ways to check for this like here, although that may be more mainatence than your interested in doing. I think it'd look like this, but I haven't tested it yet
|
hey guys |
Hi, |
same here... its scanning indefinitely |
it gives me an error
Please install xterm
The text was updated successfully, but these errors were encountered: