public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* Bluetooth honeypot - hci socket that reads package problem -
@ 2009-07-20  7:38 Vincenzo Ampolo
  2009-07-20  7:45 ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Vincenzo Ampolo @ 2009-07-20  7:38 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Stefano Zanero

[-- Attachment #1: Type: text/plain, Size: 1206 bytes --]

Hi,

For my thesis, i'm trying to write a bluez based honeypot.
The basic concept is to listen at the hci level and perform actions. (switch 
on sockets in rfcomm or l2cap channels or addresses to audit the data)

I started studying the hcidump code and the hci socket. The main problem i'm 
having is that the hci socket which is created in this way

	sk = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);

does not "pop" the package from the bluez stack, it just reads but the package 
will continue to be processed by the stack. So if there is an attempt for a 
connection it will find a closed socket. Is there a way to "pop" the package 
from the stack, so i can read the destination channel or address of the 
package and turn on a socket on that specified channel or address and then 
"push" again the package into the stack?

If it's not possible, the only way to set my bluetooth honeypot up is to open 
a socket for each rfcomm and l2cap channel and address and wait for data to 
audit.

Thanks.  
-- 
Vincenzo Ampolo
http://goshawknest.wordpress.com/
http://vincenzo-ampolo.net

GnuPG Key: 
http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x9BF47CA71E506DE9

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-07-20 13:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-20  7:38 Bluetooth honeypot - hci socket that reads package problem - Vincenzo Ampolo
2009-07-20  7:45 ` Marcel Holtmann
2009-07-20 13:03   ` Vincenzo Ampolo
2009-07-20 13:09     ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox