Hi all, I'm using Compiz'd BT3Final kernel 2.6.25.6 on Acer6292 GMAX3100 with bluetooth onboard, the HW is detected well and worked:
Code:
bt ~ # lsusb
Bus 7 Device 3: ID 0a5c:2101 Broadcom Corp. A-Link BlueUsbA2 Bluetooth
Bus 7 Device 1: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 6 Device 2: ID 09da:000a A4 Tech Co., Ltd Port Mouse
Bus 6 Device 1: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 4 Device 1: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 5 Device 1: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 3 Device 2: ID 147e:2016
Bus 3 Device 1: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 1 Device 3: ID 064e:a101 Suyin Corp.
Bus 1 Device 1: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 2 Device 1: ID 1d6b:0002 Linux Foundation 2.0 root hub
Im install the KDE bluetooth and send a file is worked.
The blue-smash-v1.0e.py is worked well like this :
Code:
blue-smash-v1.0e.py
_ _ _
| | | | | |
| |__ | | _ _ _____ _____ ___ ____ _____ ___| |__
| _ \| || | | | ___ (_____)___) \(____ |/___) _ \
| |_) ) || |_| | ____| |___ | | | / ___ |___ | | | |
|____/ \_)____/|_____) (___/|_|_|_\_____(___/|_| |_|
Version: 1.0e
A menu driven bluetooth pentesting tool for the Back|Track
live CD.
By Zarren Spry AKA Drgr33n, Mail me @ zarren2@hotmail.co.uk
Checking to see if HCI device exists....
Sucsess :D!
/etc/rc.d/rc.bluetooth: line 88: echo: write error: Broken pipe
Blue|Smash Main Menu :
1. Blue|Smash Updates
2. Discovery & Fingerprinting
3. Connectivity
4. Exploits
5. Bluetooth Services
6. Check to see if device is vulnerable
7. Frontline bluetooth sniffer
8. Credits
9. Exit
Enter the number:
but non the v.2.0 in BT3F
here is the error :
Code:
bt bluesmash # blue-smash-v2.0a.py --menu
_ _ _
| | | | | |
| |__ | | _ _ _____ _____ ___ ____ _____ ___| |__
| _ \| || | | | ___ (_____)___) \(____ |/___) _ \
| |_) ) || |_| | ____| |___ | | | / ___ |___ | | | |
|____/ \_)____/|_____) (___/|_|_|_\_____(___/|_| |_|
Version: 2.0a
By Zarren Spry AKA Drgr33n, mail me @ zarren2@hotmail.co.uk
********* Menu Mode *********
Hardware Check Complete.
Traceback (most recent call last):
File "./blue-smash-v2.0a.py", line 1589, in <module>
menu_main()
File "./blue-smash-v2.0a.py", line 915, in menu_main
hardware_check()
File "./blue-smash-v2.0a.py", line 59, in hardware_check
play_sucsess()
File "./blue-smash-v2.0a.py", line 72, in play_sucsess
pygame.init()
NameError: global name 'pygame' is not defined
I try to update the blue-smash-v1.0e.py from the menu, but no works...
Somebody know how to fix this?