Projects STRLCPY CAMEbruteforcer Commits 442d6315
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    1  -# Flipper Zero Sub Files To Brute-Force CAME 12bit Gate.
    2  - 
    3  -## About the Project
    4  - 
    5  -**433.92Mhz/CAMEbruteforcer433.py**: will generate sub files which have all the possible keys combination for CAME gate (12bit code/433.92 Mhz), the code will generate multiple files splitted by user choice (500 keys in a file, 1000... etc).
    6  - 
    7  -**868.35Mhz/CAMEbruteforcer868.py**: will generate sub files which have all the possible keys combination for CAME gate (12bit code/868.35 Mhz), the code will generate multiple files splitted by user choice (500 keys in a file, 1000... etc).
    8  - 
    9  -**CAMEall.sub**: This contains all possible keys (4096), it needs less than 5 minutes to run completely (287 seconds), using this file will open the gate eventually, if you feel the need to know the exact key or shorten this process check the instructions below. I also attached the whole set of files splitted according to the number of keys.
    10  - 
    11  -## Changelog
    12  - 
    13  -**12-Aug-2022** : -Time reduced! the whole script now complete in ~4 minutes.
    14  - -Folder created automatically
    15  - 
    16  -## Installation
    17  - 
    18  -Tested for **Python 3.10.0+**
    19  - 
    20  -```bash
    21  -$ git clone https://github.com/BitcoinRaven/CAMEbruteforcer.git
    22  -$ cd CAMEbruteforcer
    23  -```
    24  - 
    25  -## Usage
    26  - 
    27  -Just run the script and it will generate all the required files.
    28  -```bash
    29  -$ python CAMEbruteforcer.py
    30  -```
    31  - 
    32  -## Practical Guide for Brute-Force attack using sub files.
    33  - 
    34  -This process is the best I can get with the current flipper firmware.
    35  - 
    36  -1. Start with the 1000 keys file, each file will take around 1 minute. (for example the gate opened on file "1000-1999.sub")
    37  -2. Go to the next set of files with 500 keys files, you need to run two files now (in our example we need to run "1000-1499.sub" and "1500-1999.sub"), lets assume it opened with "1500-1999.sub" file.
    38  -3. Go to the next set of files with 100 keys files, you need to run five files now, each file will take 5 seconds to run.
    39  -4. if you feel you really need to know the exact code, generate less files with the script (50, 10...) and continue the same process.
    40  - 
    41  - 
    42  -# Folder system and Timing
    43  - 
    44  -| 2000 | From | To | Time |
    45  -| --- | :---: | :---: | :---: |
    46  -| 0 | 0 | 1999 | ~2 min |
    47  -| 1 | 2000 | 3999 | ~2 min |
    48  -| 2 | 4000 | 4096 | ~5 sec |
    49  - 
    50  -| 1000 | From | To | Time |
    51  -| --- | :---: | :---: | :---: |
    52  -| 0 | 0 | 999 | ~1 min |
    53  -| 1 | 1000 | 1999 | ~1 min |
    54  -| 2 | 2000 | 1999 | ~1 min |
    55  -| 3 | 3000 | 3999 | ~1 min |
    56  -| 4 | 4000 | 4096 | ~5 sec |
    57  - 
    58  -| 500 | From | To | Time |
    59  -| --- | :---: | :---: | :---: |
    60  -| 0 | 0 | 499 | ~27 sec |
    61  -| 1 | 500 | 999 | ~27 sec |
    62  -| 2 | 1000 | 1499 | ~27 sec |
    63  -| 3 | 1500 | 1999 | ~27 sec |
    64  -| 4 | 2000 | 2499 | ~27 sec |
    65  -| 5 | 2500 | 2999 | ~27 sec |
    66  -| 6 | 3000 | 3499 | ~27 sec |
    67  -| 7 | 3500 | 3999 | ~27 sec |
    68  -| 8 | 4000 | 4096 | ~5 sec |
    69  - 
    70  -# Thanks
    71  -[@tobiabocchi](https://github.com/tobiabocchi/flipperzero-bruteforce#optimization) for the updated code and great ideas! check his codes for more protocols and explanation for the recent optimization
    72  - 
    73  - 
Please wait...
Page is in error, reload to recover