pr3y / Bruce

Predatory ESP32 Firmware
https://bruce.computer
GNU Affero General Public License v3.0
926 stars 108 forks source link

RF Bruteforcer #442

Open Retr0-0Sec opened 3 days ago

Retr0-0Sec commented 3 days ago

I was thinking could we add something like a RF bruteforcer function? Something like the Sub-GHz bruteforce function in flipper zero🤔

bmorcelli commented 3 days ago

First we need to find out how the protocols work,

we are now capable to bruteforce some of them, line NICE, FAAC amd CAME 12bit, and it will probably come in next weeks or so (not in this next release)

borysponchy commented 3 days ago

how to brute force came or nice?

bmorcelli commented 3 days ago

Not available yet with bruce, but you can possibly make a .js script to run the commands through interpreter (Scripts)

Can't help with it ryt now, but sending custom commands via serial commands is possible using JavaScript intepreter, and both are documented in the wiki