» Linux的工具 » bleah – 黑客利用掃描器BLE智能設備.

bleah – 黑客利用掃描器BLE智能設備.

通過 該Suyash

如果你正在尋找一個智能設備的一個BLE掃描儀. “BLEAH” 是你的最佳選擇. 人們常常有關於Bleah許多doughts. 因此, 在這篇文章中, 我們要殺死他們全部.

bleah

該工具是由西蒙(Simone)的evilsocket. 它基於 藍皮 圖書館. 使用 bleah 很容易. 在這篇文章中, 我們將覆蓋一切.

內容

安裝Bleah:

第一, 您需要更新您的Linux系統. 為了防止在您進行任何其他錯誤時 安裝 工具. 為此,只需使用以下命令:

apt-get update

安裝藍皮 從來源:

git clone https://github.com/IanHarvey/bluepy.git

cd bluepy

python setup.py build

sudo python setup.py install

最終安裝 :

git clone https://github.com/evilsocket/bleah.git

cd bleah

python setup.py build

sudo python setup.py install

如何使用Bleah?

完成安裝後 bleah 掃描器. 現在該使用它了. 使用這個工具也很容易做到.

你甚至可以使用 -h 查找使用菜單的命令.

usage: bleah [-h] [-i HCI] [-t TIMEOUT] [-s SENSITIVITY] [-b MAC] [-f] [-e] [-u UUID] [-d DATA] [-r DATAFILE]

optional arguments:
  -h, --help            show this help message and exit
  -i HCI, --hci HCI     HCI device index.
  -t TIMEOUT, --timeout TIMEOUT
                        Scan delay, 0 for continuous scanning.
  -s SENSITIVITY, --sensitivity SENSITIVITY
                        dBm threshold.
  -b MAC, --mac MAC     Filter by device address.
  -f, --force           Try to connect even if the device doesn't allow to.
  -e, --enumerate       Connect to available devices and perform services
                        enumeration.
  -u UUID, --uuid UUID  Write data to this characteristic UUID (requires --mac
                        and --data).
  -d DATA, --data DATA  Data to be written.
  -r DATAFILE, --datafile DATAFILE
                        Read data to be written from this file.

結論:

閱讀本文後,您已經了解使用 bleah. 如果您遇到有關工具安裝或使用的任何問題. 您可以通過下面的評論部分與我們聯繫. 我們的 Linux的 支持團隊將盡快回复您.

問候,

團隊CSHAWK.

發表評論