I'm trying to look in to whether or not it is possible to fuzz the RFCOMM protocol for bluetooth on android.
Any help is appreciated.
Thanks.
It is possible to fuzz anything, even smoke signals, but it will often require some work. If you can't find a pre-built tool, you'll need to build it yourself.
The basic building blocks of a fuzzer are as follows:
If you're just getting started, I'd recommend downloading an open source tool like Sulley just to get yourself acquainted.
Edit: I forked Sulley to a similar tool called boofuzz, which I would now recommend, as it is a little more active and updated.