Projects STRLCPY CAMEbruteforcer Commits 7649e17e
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    1 1  # CAMEbruteforcer
    2  -Flipper Zero Sub File To Brute-Force CAME 12bit Gate
     2 +### Flipper Zero Sub Files To Brute-Force CAME 12bit Gate.
     3 + 
     4 +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 +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 + 
     8 +# Folder system and Timing
     9 +
     10 + 2000 From To Time
     11 + ---------------------------------
     12 + 1 0 1999 8 min
     13 + 2 2000 3999 8 min
     14 + 3 4000 4096 25 sec
     15 + ---------------------------------
     16 + 
     17 + 1000 From To Time
     18 + ---------------------------------
     19 + 1 0 999 4 min
     20 + 2 1000 1999 4 min
     21 + 3 2000 2999 4 min
     22 + 4 3000 3999 4 min
     23 + 5 4000 4096 25 sec
     24 + ---------------------------------
     25 +
     26 + 500 From To Time
     27 + ---------------------------------
     28 + 1 0 499 2 min
     29 + 2 500 999 2 min
     30 + 3 1000 1499 2 min
     31 + 4 1500 1999 2 min
     32 + 5 2000 2499 2 min
     33 + 6 2500 2999 2 min
     34 + 7 3000 3499 2 min
     35 + 8 3500 3999 2 min
     36 + 9 4000 4096 25 sec
     37 + ---------------------------------
     38 + 
     39 +# How to use 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.
     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 + 
    3 51   
Please wait...
Page is in error, reload to recover