kali2020怎么打开btscanner

kali2020说是内置了btscanner,怎么打开?没有话怎么安装!!!求指点!

现在是时候继续介绍我们要介绍的最后一个工具,它是一个用于发现蓝牙设备的全功能图形用户界面。它称为btscanner,一旦启动它,我们可以输入btscanner。但是在进行此操作之前,由于我们已经查看了其余工具的手册页,因此我们也快速浏览一下:

 
  1. <span style="color:#e5e5e5"><code class="language-unknown">~# man btscanner

  2.  
  3. BTSCANNER(1) General Commands Manual BTSCANNER(1)

  4.  
  5. NAME

  6. btscanner - ncurses-based scanner for Bluetooth devices

  7.  
  8. SYNOPSIS

  9. btscanner [--help] [--cfg <file>] [--no-reset]

  10.  
  11. DESCRIPTION

  12. This manual page was written for the Debian GNU/Linux distribution be‐

  13. cause the original program does not have a manual page.

  14.  
  15. btscanner is a tool designed specifically to extract as much informa‐

  16. tion as possible from a Bluetooth device without the requirement to

  17. pair. A detailed information screen extracts HCI and SDP information,

  18. and maintains an open connection to monitor the RSSI and link quality.

  19. btscanner is based on the BlueZ Bluetooth stack, which is included with

  20. recent Linux kernels, and the BlueZ toolset. btscanner also contains a

  21. complete listing of the IEEE OUI numbers and class lookup tables. Using

  22. the information gathered from these sources it is possible to make edu‐

  23. cated guesses as to the host device type.

  24.  
  25. OPTIONS

  26. --help Show a help text and exit.

  27. --cfg <file> Use <file> as the config file.

  28. --no-reset Do not reset the Bluetooth adapter before scanning.

  29.  
  30. BUGS

  31. Please report any bugs to Tim Hurman <tim.hurman@pentest.co.uk>.

  32.  
  33. LICENCE

  34. btscanner is covered by the GNU General Public License (GPL).

  35.  
  36. SEE ALSO

  37. kismet(1).

  38.  
  39. AUTHORS

  40. Tim Hurman <tim.hurman@pentest.co.uk>

  41.  
  42. This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>, for

  43. the Debian GNU/Linux system (but may be used by others).

  44.  
  45. April 22, 2006 BTSCANNER(1)

  46.  
  47. Manual page btscanner(1) line 23/45 (END) (press h for help or q to quit)</code></span>

您可以看到btscanner没什么要紧的,那是因为它是一个GUI工具,所以所有的神奇都在运行该工具后发生,所以现在就开始做吧:

 
  1. <span style="color:#e5e5e5"><code class="language-unknown">~# btscanner

  2.  
  3. Opening the OUI database

  4. Reading the OUT database</code></span>

只是打开而已吗?

打开的话,点开shell,输入btscanner,按回车就行了。只要你安装步骤是正确的,就不会出现btscanner没有的情况。

https://blog.csdn.net/bill20100829/article/details/113807366

~# btscanner