GithubHelp home page GithubHelp logo

Comments (7)

maximcherny avatar maximcherny commented on June 10, 2024

I'm pretty sure the current BT sniffing implementation uses basic "hcitool scan" whereas when using Ubertooth something like "ubertooth-scan" or a Python wrapper like pyubertooth should be used.

from snoopy-ng.

th36r1m avatar th36r1m commented on June 10, 2024

maximcherny is right. All you should have to do is edit includes/bluScan.py.

If it was me, I would also extend the snoopy.py bluetooth plugin to take an argument, such as "snoopy -m bluetooth:uber=true"

from snoopy-ng.

keldnorman avatar keldnorman commented on June 10, 2024

Ok good hint thanks

from snoopy-ng.

keldnorman avatar keldnorman commented on June 10, 2024

bluetooth data is logged:

root@probe1:~/Source/Snoopy/snoopy-ng# hcitool scan --info --class --flush
Scanning ...

BD Address: 9C:D2:1E:--:--:-- [mode 1, clkoffset 0x6473]
Device name: BRAVIA [cached]
Device class: Audio/Video, Video Display and Loudspeaker (0x00043c)

And it is send to the database server where the log shows:
[+] Sub-plugin wifi_aps currently observing 3 Access Points
[+] Sub-plugin blutooth currently observing 1 client devices

But where in Maltego - in what transformation should it appear - do I need to make my own or is it in the included in the palette after importing the Snoopy categorys ?

/Keld Norman

from snoopy-ng.

glennzw avatar glennzw commented on June 10, 2024

Correct - the Bluetooth plugin was a fairly quick PoC using hcitool. We should definitely re-write it to use proper libraries.

I'll add some transforms. At the moment data is stored inside snoopy.db:

sqlite3 snoopy.db
SELECT * FROM bluetooth_details;
SELECT * FROM bluetooth_obs;

Or use sqlitebrowser for a GUI tool.

from snoopy-ng.

keldnorman avatar keldnorman commented on June 10, 2024

How do I add the column's to the db on the server recieving the clients data ?

2015-05-03 17:22:04 D blutooth.py: Scanning for bluetooth devices
2015-05-03 17:22:07 D snoopy: Not syncing table 'bluetooth_details' - no 'sunc' column
2015-05-03 17:22:09 D snoopy: Not syncing table 'user_agents' - no 'sunc' column

from snoopy-ng.

keldnorman avatar keldnorman commented on June 10, 2024

Any plans for adding 'user_agents', 'bluetooth_details' etc to the sync function in this release ?

from snoopy-ng.

Related Issues (20)

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.