Projects STRLCPY CAMEbruteforcer Commits 838d8e7b
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 1 lines
    2 2   
    3 3  ## About the Project
    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 +**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 (500 keys in a file, 1000... etc).
    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.
     7 +**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.
    8 8   
    9 9  ## Installation
    10 10   
    skipped 6 lines
    17 17   
    18 18  ## Usage
    19 19   
    20  -Change "split = 1000" to whatever number of keys you wish to have in each file.
     20 +Change `split = 1000` to whatever number of keys you wish to have in each file.
    21 21  ```bash
    22 22  $ python CAMEbruteforcer.py
    23 23  ```
    24 24   
    25 25  ## Practical Guide for Brute-Force attack using sub files.
     26 + 
    26 27  This process is the best I can get with the current flipper firmware.
    27 28   
    28  -1. Start with the 1000 keys file, each file will take around 4 minutes each. (for example the gate opened on file "1000-1999.sub")
     29 +1. Start with the 1000 keys file, each file will take around 1 minute. (for example the gate opened on file "1000-1999.sub")
    29 30  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 +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.
    31 32  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 33   
    33 34   
    34 35  # Folder system and Timing
    35 36   
    36  - 2000 From To Time
    37  - ---------------------------------
    38  - 1 0 1999 8 min
    39  - 2 2000 3999 8 min
    40  - 3 4000 4096 25 sec
    41  - ---------------------------------
    42  - 
    43  - 1000 From To Time
    44  - ---------------------------------
    45  - 1 0 999 4 min
    46  - 2 1000 1999 4 min
    47  - 3 2000 2999 4 min
    48  - 4 3000 3999 4 min
    49  - 5 4000 4096 25 sec
    50  - ---------------------------------
    51  -
    52  - 500 From To Time
    53  - ---------------------------------
    54  - 1 0 499 2 min
    55  - 2 500 999 2 min
    56  - 3 1000 1499 2 min
    57  - 4 1500 1999 2 min
    58  - 5 2000 2499 2 min
    59  - 6 2500 2999 2 min
    60  - 7 3000 3499 2 min
    61  - 8 3500 3999 2 min
    62  - 9 4000 4096 25 sec
    63  - ---------------------------------
     37 +| 2000 | From | To | Time |
     38 +| --- | :---: | :---: | :---: |
     39 +| 0 | 0 | 1999 | ~2.5 min |
     40 +| 1 | 2000 | 3999 | ~2.5 min |
     41 +| 2 | 4000 | 4096 | ~7 sec |
    64 42   
     43 +| 1000 | From | To | Time |
     44 +| --- | :---: | :---: | :---: |
     45 +| 0 | 0 | 999 | ~1 min |
     46 +| 1 | 1000 | 1999 | ~1 min |
     47 +| 2 | 2000 | 1999 | ~1 min |
     48 +| 3 | 3000 | 3999 | ~1 min |
     49 +| 4 | 4000 | 4096 | ~7 sec |
    65 50   
     51 +| 500 | From | To | Time |
     52 +| --- | :---: | :---: | :---: |
     53 +| 0 | 0 | 499 | ~30 sec |
     54 +| 1 | 500 | 999 | ~30 sec |
     55 +| 2 | 1000 | 1499 | ~30 sec |
     56 +| 3 | 1500 | 1999 | ~30 sec |
     57 +| 4 | 2000 | 2499 | ~30 sec |
     58 +| 5 | 2500 | 2999 | ~30 sec |
     59 +| 6 | 3000 | 3499 | ~30 sec |
     60 +| 7 | 3500 | 3999 | ~30 sec |
     61 +| 8 | 4000 | 4096 | ~7 sec |
    66 62   
Please wait...
Page is in error, reload to recover