From f590f44304704b0fd6320353cb15c4705cd72d26 Mon Sep 17 00:00:00 2001 From: "Andreas V. 'netrunner' Meier" Date: Wed, 5 Jan 2005 11:52:46 +0000 Subject: [PATCH] Andreas V. Meier: add btscanner, a bluetooth scanner [2005010117444319536] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5452 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/avm/btscanner/btscanner.conf | 1 + package/avm/btscanner/btscanner.desc | 49 +++++++++++++++++++++ package/avm/btscanner/dontchecklibsdp.patch | 12 +++++ 3 files changed, 62 insertions(+) create mode 100644 package/avm/btscanner/btscanner.conf create mode 100644 package/avm/btscanner/btscanner.desc create mode 100644 package/avm/btscanner/dontchecklibsdp.patch diff --git a/package/avm/btscanner/btscanner.conf b/package/avm/btscanner/btscanner.conf new file mode 100644 index 000000000..53acffd11 --- /dev/null +++ b/package/avm/btscanner/btscanner.conf @@ -0,0 +1 @@ +hook_add preconf 3 "autoreconf -i" diff --git a/package/avm/btscanner/btscanner.desc b/package/avm/btscanner/btscanner.desc new file mode 100644 index 000000000..d54698540 --- /dev/null +++ b/package/avm/btscanner/btscanner.desc @@ -0,0 +1,49 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/avm/btscanner/btscanner.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] a scanner for bluetooth devices + +[T] btscanner is a tool designed specifically to extract as much +[T] information as possible from a Bluetooth device without the requirement to +[T] pair. A detailed information screen extracts HCI and SDP information, and +[T] maintains an open connection to monitor the RSSI and link quality. +[T] btscanner is based on the BlueZ Bluetooth stack, which is included with +[T] recent Linux kernels, and the the BlueZ toolset. btscanner also contains a +[T] complete listing of the IEEE OUI numbers and class lookup tables. Using the +[T] information gathered from these sources it is possible to make educated +[T] guesses as to the host device type. + +[U] http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads§ion=01_bluetooth + +[A] Tim Hurman +[M] Andreas V. 'netrunner' Meier + +[C] extra/tool + +[L] GPL +[S] Stable +[V] 1.0 +[P] X -----5---9 800.000 + +[D] 869094593 btscanner-1.0.tar.gz http://www.pentest.co.uk/src/ + diff --git a/package/avm/btscanner/dontchecklibsdp.patch b/package/avm/btscanner/dontchecklibsdp.patch new file mode 100644 index 000000000..e9711c458 --- /dev/null +++ b/package/avm/btscanner/dontchecklibsdp.patch @@ -0,0 +1,12 @@ +diff -ruN btscanner-1.0/configure.in btscanner-1.0-new/configure.in +--- btscanner-1.0/configure.in 2003-10-14 13:01:20.000000000 +0200 ++++ btscanner-1.0-new/configure.in 2004-12-29 10:30:06.770321632 +0100 +@@ -12,7 +12,7 @@ + # Checks for libraries. + AC_HAVE_LIBRARY(curses,,[AC_MSG_ERROR([Curses not found])]) + AC_HAVE_LIBRARY(bluetooth,,[AC_MSG_ERROR([Bluetooth not found])]) +-AC_HAVE_LIBRARY(sdp,,[AC_MSG_ERROR([SDP not found])]) ++# AC_HAVE_LIBRARY(sdp,,[AC_MSG_ERROR([SDP not found])]) + AC_HAVE_LIBRARY(pthread,,[AC_MSG_ERROR([Pthreads not found])]) + AC_HAVE_LIBRARY(gdbm,,[AC_MSG_ERROR([GDBM not found])]) +