Git Product home page Git Product logo

bp's Introduction

BluePrint v0.1 
(c) Collin Mulliner and Martin Herfurt - the trifinite group

BluePrint is Bluetooth fingerprinting tool, which works much like nmap (tcp/ip)

more information at: http://www.trifinite.org/trifinite_stuff_blueprinting.html

usage:
 
 just run "bd.pl" in will print out the usage information
 
 bp.pl reads the output from "sdptool browse" and generates the finger print
 for it

adding fingerprints:

 Add file containing the output of sdptool browse BD_ADDR and information about
 the scanned device to the devices directory. The first line of the file
 must contain the BD_ADDR (MAC) of the device. The device information must
 be enclosed in "---info" and "/---info" tags. The sdp data must be
 enclosed in "---sdp" and "/---sdp". Check the existing files to see
 how it is done.
 After adding new files just run: mkdb.pl

adding more information:
 
 port scan the device (bt_audit is available at www.trifinite.org)
  btaudit.sh <BD_ADDR>
	 or
  psm_scan -o -s 1 -e 65535 <BD_ADDR>
	rfcomm_scan -o <BD_ADDR>

 get hardware info
  hcitool info <BD_ADDR>

 get device info from mobile phones using obexftp
  obexftp -b <BD_ADDR> -B <CHANNEL> -g telecom/devinfo.txt

 get capabilities from obex server (btobex is available at www.bluez.org)
  btobex getcap <BD_ADDR> <CHANNEL>

bp's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.