Pirata
Pirata
Probably the touchscreen is misplaced, need to fix the orientation.. but I don't have the device to fix it
it won´t be added to the main code, but we can try to make I2C comm availavle through JS Interpreter
I believe it's better to comment in the upstream Library, rennancockles fork I mean, ao he can change it
I just patched it, 20 minutes ago.. test Beta please
Implemented on Beta (18/06/25)
You can do this: * Wifi > Target Atks> [choose AP] > Information * Take note of the channel * Wifi > RawSniffer > change to the channel of the...
While sniffing it catches 2 channels up and down.. so when on channel 11, it caches from 9 to 13, with more "power" in the 11 channel, and probabilities are...
For what I could see, the `dialogChoice` fuction had changed, and need to update the scripts to match the new parameters https://github.com/bmorcelli/Bruce/blob/d72209a5cd3a38d3910434953530b934230b996e/src/modules/bjs_interpreter/gui_js.cpp#L76 ``` duk_ret_t native_dialogChoice(duk_context *ctx) { // usage: dialogChoice(choices...
it is bailing out here: https://github.com/pr3y/Bruce/blob/d72209a5cd3a38d3910434953530b934230b996e/src/core/display.cpp#L537 In the last changes, the main menu, menus and etc are running all inside loopOptions.. need to find a way to handle it
Fixed the dialogChoice functionality by patching the loopOptions function. Updated the rf_brute.js, ir_brute.js and wifi_brute.js Available on Beta for testing