Git Product home page Git Product logo

flipperzero-subbrute's People

Contributors

dependabot[bot] avatar derskythe avatar gid9798 avatar haisenteck avatar iiaironwolf avatar xmasterx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flipperzero-subbrute's Issues

Chamberlain 8 bit code drops bit 3

An 8 bit code should have 8 bits encoded in the message. However the 8 bit chamberlain code has only 7 bits encoded. Bit 3 is dropped.

When recording a message for 0/255, it is exactly the same as 4/255.

image

What's more, 9bit and 7bit encoded messages have 11 symbols each. But the 8 bit encoded messages have only 10 symbols.

image

I believe the correct encoding is as such:

Symbols:
0  -  0111
1  -  0011
S  -  0001
9bit: S D8 D7 D6 D5 D4 D3 D2 D1 D0 S

Probably either of those:
8bit: S D7 D6 D5 D4 D3 D2  S D1 D0 S
8bit: S D7 D6 D5 D4 D3 D2 D1  S D0 S

7bit: S D6 D5 D4 D3 D2 D1  S  S D0 S

However currently the encoding is as such

9bit: S D8 D7 D6 D5 D4 D3 D2 D1 D0 S
8bit:    S D7 D6 D5 D4 D3  S D1 D0 S, D2 dropped from output
7bit: S D6 D5 D4 D3 D2 D1  S  S D0 S

"Doitrand" Protocol & Restaurant pagers

Hello, in France the "Doitrand" brand is very present, would it be possible to add this protocol to the application? :)
Also could you add restaurant pager bruteforce as well ?

request: external cc1101 support

since the subghz menu now supports external cc1101 boards (and quite well thanks) respectfully id ask that this application does as well for hse and testing with external resonant antennas on a given frequency

thanks

Holtek 12 bit AM issue

Hi,
congrats for the great work.
Just tried the bruteforce 3.6 version on my garage door
I copied the remote normally it's using static code. it shows holtek 12 AM 433 code 0x556.
Then tried your bruteforce app on unleashed latest version and chosed holtek 12 am 433 ran all the sequence and the door didnt open .

NULL pointer exception on existing dump BF save

Hi Flippers,
I'm getting a NULL pointer exception when I try to save a key from BF from an existing dump. Please check the video. In this case I'm using NICE 12 433 as a starting dump file:

Filetype: Flipper SubGhz Key File
Version: 1
Frequency: 433920000
Preset: FuriHalSubGhzPresetOok650Async
Protocol: Nice FLO
Bit: 12
Key: 00 00 00 00 00 00 0A 6F

FW: unlshd-066e
APP: v3.9.X subghz_bruteforcer.fap.zip

Screen.Recording.2023-12-13.at.02.16.083.mov

Release summary

v3.9.5 (2023-12-19)

Full Changelog

Implemented enhancements:

  • Update codeql.yml and disable on push events #57 (derskythe)
  • Modify GitHub workflow to generate releases #53 (derskythe)
  • Why it say Preload failed API version mismatch? Pls help! I'm using latest release here. #21

Fixed bugs:

Merged pull requests:

Closed issues:

  • setting file #42
  • Not able to change the number of repetitions per code sent #7

Adding support for new protocol

I am trying to add support for a new protocol used by my garage gate.
Flipper identifies the code as: Phoenix_V2 52bit 433.92AM
I dont know anything about the protocol other than that.
I am duplicating an existing SubBruteProtocol struct and updating the different files but I dont understand the meaning of "te" and of "repeat" fields in the struct.

Protocole princeton

Brute forcing princeton 24 bits
433mhz is it possible ? And how ? ๐Ÿค”

setting file

Hello. From the last version, the subghz-brutforcer.setting file is saved in the root without the dot in front, so it is visible. It would be better to hide it and move it in the .config directory ins't it?
Thank u for the huge and continue work!!

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.