gid9798 2 лет назад
Родитель
Сommit
64a4d768b2
5 измененных файлов с 47 добавлено и 6 удалено
  1. 25 0
      CHANGELOG.md
  2. 4 4
      application.fam
  3. 9 1
      catalog/docs/ibtn/Changelog.md
  4. 9 1
      catalog/docs/rfid/Changelog.md
  5. BIN
      catalog/screenshots/Pause.png

+ 25 - 0
CHANGELOG.md

@@ -0,0 +1,25 @@
+## v1.1
+- Improved pause during attack
+    - Added the ability to switch UID
+    - Added the ability to emulate the current UID
+    - Added the ability to save UID
+- Load key file attack
+    - Key file loading now does not depend on the selected protocol
+
+## v1.0
+
+**Supported protocols**
+| iButton | RFID        |
+|:-:      | :-:         |
+| DS1990  | EM4100      |
+| Metakom | HIDProx     |
+| Cyfral  | PAC/Stanley |
+|         | H10301      |
+
+**Suported attack**
+|                     | iButton | RFID |
+| -                   | :-:     | :-:  |
+| Default Values      | +       | +    |
+| Load key file       | +       | +    |
+| Load UIDs from file | +       | +    |
+| BFCustomer ID       | -       | +    |

+ 4 - 4
application.fam

@@ -13,11 +13,11 @@ App(
     stack_size=2 * 1024,
     fap_author="gid9798 xMasterX",
     fap_weburl="https://github.com/DarkFlippers/Multi_Fuzzer",
-    fap_version="1.0",
+    fap_version="1.1",
     targets=["f7"],
     fap_description="Fuzzer for ibutton readers",
     fap_icon="icons/ibutt_10px.png",
-    fap_category="Tools",
+    fap_category="iButton",
     fap_private_libs=[
         Lib(
             name="worker",
@@ -43,11 +43,11 @@ App(
     stack_size=2 * 1024,
     fap_author="gid9798 xMasterX",
     fap_weburl="https://github.com/DarkFlippers/Multi_Fuzzer",
-    fap_version="1.0",
+    fap_version="1.1",
     targets=["f7"],
     fap_description="Fuzzer for lfrfid readers",
     fap_icon="icons/rfid_10px.png",
-    fap_category="Tools",
+    fap_category="RFID",
     fap_private_libs=[
         Lib(
             name="worker",

+ 9 - 1
catalog/docs/ibtn/Changelog.md

@@ -1,4 +1,12 @@
-## v 1.0
+## v1.1
+- Improved pause during attack
+    - Added the ability to switch UID
+    - Added the ability to emulate the current UID
+    - Added the ability to save UID
+- Load key file attack
+    - Key file loading now does not depend on the selected protocol
+
+## v1.0
 
 **Supported protocols**
 - DS1990 (Dallas)

+ 9 - 1
catalog/docs/rfid/Changelog.md

@@ -1,4 +1,12 @@
-## v 1.0
+## v1.1
+- Improved pause during attack
+    - Added the ability to switch UID
+    - Added the ability to emulate the current UID
+    - Added the ability to save UID
+- Load key file attack
+    - Key file loading now does not depend on the selected protocol
+
+## v1.0
 
 **Supported protocols**
 - EM4100

BIN
catalog/screenshots/Pause.png