Created
November 21, 2014 04:44
-
-
Save neftaly/de4e21e7147ce0f88b5b to your computer and use it in GitHub Desktop.
Fake iBeacon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#sudo apt-get install bluez | |
sudo hciconfig hci0 up | |
sudo hciconfig hci0 leadv 3 | |
sudo hcitool -i hci0 cmd 0x08 0x0008 1e 02 01 1a 1a ff 4c 00 02 15 f2 c5 67 e3 32 fb 11 d2 b0 60 d0 f5 a7 10 96 e0 06 00 08 00 c5 00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment