Projects STRLCPY CAMEbruteforcer Commits aa2868f3
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    1  -# CAMEbruteforcer
    2  -### Flipper Zero Sub Files To Brute-Force CAME 12bit Gate.
     1 +# Flipper Zero Sub Files To Brute-Force CAME 12bit Gate.
     2 + 
     3 +## About the Project
    3 4   
    4 5  CAMEbruteforcer.py: will generate sub files which have all the possible keys combination for CAME gate (12bit code), the code will generate multiple files splitted by user choice( each 500 keys in a file, 1000 ....etc).
    5 6   
    6 7  CAMEall.sub: This contains all possible keys (4096), it needs 16 minutes to run completely, 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.
     8 + 
     9 +## Installation
     10 + 
     11 +Tested for **Python 3.10.0+**
     12 + 
     13 +```bash
     14 +$ git clone https://github.com/BitcoinRaven/CAMEbruteforcer.git
     15 +$ cd CAMEbruteforcer
     16 +```
     17 + 
     18 +## Usage
     19 + 
     20 +Change "split = 1000" to whatever number of keys you wish to have in each file.
     21 +```bash
     22 +$ python CAMEbruteforcer.py
     23 +```
     24 + 
     25 +## Practical Guide for Brute-Force attack using sub files.
     26 +This process is the best I can get with the current flipper firmware.
     27 + 
     28 +1. Start with the 1000's key file, each file will take around 4 minutes each. (for example the gate opened on file "1000-1999.sub")
     29 +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.
     30 +3. Go to the next set of files with 100'keys files, you need to run five files now, each file will take 25 seconds to run.
     31 +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.
     32 + 
    7 33   
    8 34  # Folder system and Timing
    9 35  
    skipped 26 lines
    36 62   9 4000 4096 25 sec
    37 63   ---------------------------------
    38 64   
    39  -# Generate sub files using CAMEbruteforcer.py
    40  -1. Change "split = 1000" to whatever number of keys you wish to have in each file.
    41  -2. Run the script.
    42  - 
    43  -# Practical Guide for Brute-Force attack using sub files.
    44  -This process is the best I can get with the current flipper firmware.
    45  - 
    46  -1. Start with the 1000's key file, each file will take around 4 minutes each. (for example the gate opened on file "1000-1999.sub")
    47  -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.
    48  -3. Go to the next set of files with 100'keys files, you need to run five files now, each file will take 25 seconds to run.
    49  -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.
    50 65   
    51 66   
Please wait...
Page is in error, reload to recover